Maven Plugin for Azure Web Apps “<appServicePlanName>” not working
问题 Created new project using latest Maven Azure Functions Archetype mvn archetype:generate -DarchetypeGroupId=com.microsoft.azure -DarchetypeArtifactId=azure-functions-archetype -DarchetypeVersion=1.11 I am using following tag in pom file. <appServicePlanName>XXX2Plan</appServicePlanName> Doc says : Specifies the name of the existing App Service Plan when you do not want to create a new one. but after deployment its creating new APP SERVICE PLAN insted of using existing one, i am wonder if