This message was deleted.
# azure
s
This message was deleted.
c
No matter what I set any of the
kind
or other settings to, it always recreates the function app
Copy code
pulumi:pulumi:Stack: (same)
    [urn=urn:pulumi:incidentdev::azure::pulumi:pulumi:Stack::azure]
        +-azure:appservice/functionApp:FunctionApp: (replace)
            [id=/subscriptions/<subId>/resourceGroups/xirus/providers/Microsoft.Web/sites/xirus]
            [urn=urn:pulumi:incidentdev::azure-incidents::azure:appservice:ArchiveFunctionApp$azure:appservice/functionApp:FunctionApp::app]
            [provider=urn:pulumi:incidentdev::azure::pulumi:providers:azure::default_2_1_0::04544b37-b741-4473-bfed-ec6ab72507f3]
          - osType: "linux"
Seems like
osType
is not exposed in
azure.appservice.ArchiveFunctionApp
@tall-librarian-49374 any idea here?
t
I should finally have time to look at https://github.com/pulumi/examples/issues/610 on Monday
c
Awesome, that one and the subnet bug will unblock a lot of my work. 👍
t
c
Perfect, will test as soon as it's merged! Any idea about the subnet bug?
t
not yet
c
I feel like TF is abandoning the nested subnet property on the vnet resource (so many properties that one doesn't support, like private endpoints). Not being able to use the standalone resource now is suboptimal. Let me know if I can help or test anything.