Hi team,
I been looking at the following post on this form :
and its mentioned in there how to create a Azure Python Function App on the Consumption hosting plan. It says to define WEBSITE_CONTENTAZUREFILECONNECTIONSTRING, WEBSITE_CONTENTSHARE app settings. But looking at this following documentation :
(https://docs.microsoft.com/en-us/azure/azure-functions/functions-infrastructure-as-code)
It says WEBSITE_CONTENTAZUREFILECONNECTIONSTRING and WEBSITE_CONTENTSHARE are not supported for Linux machine. When I try to create a Python Azure Function App from the portal it says only Linux machine is allowed for Python. Is the documentation I posted above outdated or changed?
Can you please provide me direction? What I'm trying to do is create a Azure Python Function App using a ARM template using the REST API. I am using the following documentation:
(https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/deploy-rest)
Assuming I'm deploying to already created resource group with nothing in it. I have found a quick start template for creating a Node Function App on Consumption hosting plan using the following documentation :
Can you please share similar ARM template for creating Azure Python Function App on Consumption hosting plan similar to documentation above or perhaps guide me to the right direction
Thank you for your time

