Share via

Azure function app error

Xiuyang Bobby Sun 105 Reputation points
2025-04-23T21:32:28.0666667+00:00

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?

Azure Functions
Azure Functions

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.

1 answer

Sort by: Most helpful
  1. Xiuyang Bobby Sun 105 Reputation points
    2025-04-23T22:17:30.9066667+00:00

    Moved all settins in resourecs into appsetting section resolve the issue

    Was this answer helpful?

    0 comments No comments