Error:”Required parameter WEBSITE_CONTENTAZUREFILECONNECTIONSTRING is missing” raised although I deploy function onto a deprecated asp
I am deploying a python azure function onto an ASP with SKU of P1V3
Azure function app using Python: Issue in parsing a JSON string in request body
I am trying to parse a very simple flat JSON in Azure Function App using Python. This JSON is coming as a POST request. Below is the complete Azure Function App code: