Forum Discussion
IreneWu
Sep 14, 2021Former Employee
Create Function App using arm template
Creating a function app in premium plan requires two app settings:
WEBSITE_CONTENTAZUREFILECONNECTIONSTRING
WEBSITE_CONTENTSHARE
Based on the documentation https://docs.microsoft.com/en-us/azure/azure-functions/functions-app-settingsWhen using an Azure Resource Manager template to create a function app during deployment, don't include WEBSITE_CONTENTSHARE in the template. However, including only WEBSITE_CONTENTAZUREFILECONNECTIONSTRING will cause the deployment error:
"Required parameter WEBSITE_CONTENTSHARE is missing".
No RepliesBe the first to reply