This message was deleted.
# azure
s
This message was deleted.
m
Are you using Azure classic provider or Azure Native provider?
a
Pulumi Classic Provider using Pulumi.Azure.AppService var functionApp = new FunctionApp(name, funcAppArgs);
m
I think you are using a deprecated resource. According to the documentation FunctionApp has been deprecated in favor of specific resources WindowsFunctionApp or LinuxFunctionApp that supports the latest dotnet framework
Any reason why you are using classic Azure instead of Azure Native by the way ?
a
Its Legacy Application we have not migrated yet
👍 1