An Azure service that provides an event-driven serverless compute platform.
Moved all settins in resourecs into appsetting section resolve the issue
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I used the example template from https://learn.microsoft.com/en-us/samples/azure-samples/function-app-arm-templates/function-app-linux-flex-consumption/, and modified it to deploy my function app with the hosting plan to be Flex Consumption.
Here is my ARM Template, Arm_Template.txt
I was able to deploy, but got the error: Microsoft.Azure.WebJobs.Extensions.DurableTask: Unable to resolve the Azure Storage connection named 'Storage'. In the function app page.
Could anyone please give some advice about what is wrong?
An Azure service that provides an event-driven serverless compute platform.
Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Moved all settins in resourecs into appsetting section resolve the issue