Hi, We have existing AppServicePlans created with ...
# azure
a
Hi, We have existing AppServicePlans created with AppServicePlan(Native) and Plan (Classic) components but when referencing them in WindowsFunctionApp, get following error. WindowsFunctionApp expects 'serverFarms' (We get it when creating new plans using ServicePlan component) but we get 'serverfarms' from existing AppServicePlans Is there any way we can create WindowsFunctionApp with existing AppServicePlan ? We are using C# and .NET 8 to create Azure resources.
h
that smells like a bug in one of the pulumi libraries.
question is, bug in native or bug in classic
f
It could also be a bug in the azure API spec that azure-native is generated from. I found a similar issue in vm scalesets.