Azure / azure-functions-durable-extension

Durable Task Framework extension for Azure Functions
MIT License
710 stars 263 forks source link

Error with Azure Function: Microsoft.Azure.WebJobs.Extensions.DurableTask: Unable to find an Azure Storage connection string to use for this binding. #2847

Open Ashwad1996 opened 3 weeks ago

Ashwad1996 commented 3 weeks ago

We wanted to move to MSI based auth for our Azure function app with the storage account, but are facing an issue.

Steps Taken

As we know that the MSI based solution is not supported by the consumption plan, we moved our resources to the dedicated host plan. Where we replaced AzureWebJobsStorage with AzureWebJobsStorage__accountName containing the name of the storage account. I have also provided all the possible permissions to the storage account using the function app's system identity.

Error But i am getting the following error in the Azure function app: Microsoft.Azure.WebJobs.Extensions.DurableTask: Unable to find an Azure Storage connection string to use for this binding.