This message was deleted.
# general
s
This message was deleted.
e
I have tried running
pulumi up -d
which yields the json retrieved from azure. I have changed the kind to "linux" and location to "East US" as opposed to using the enums, but it didn't help that much.
Ah, found it, it is the same issue as in terraform. App Service Plan was named serverFarm before, but to import it the serverFarm string in the import id has to be
serverfarm
all lowercase. See https://github.com/terraform-providers/terraform-provider-azurerm/issues/1507
g
Interesting... thanks for posting the solution you found!