Hello,
I try to add an orchestration after adding durable function but I cannot find the template, instead, I get the error in the overview of my Function App :
Would you please explain to me what does it mean? and how to fix it ?
Regards.
Hello,
I try to add an orchestration after adding durable function but I cannot find the template, instead, I get the error in the overview of my Function App :
Would you please explain to me what does it mean? and how to fix it ?
Regards.
Hi,
Durable Functions needs a storage account to work.
Refer to
https://docs.microsoft.com/en-us/azure/azure-functions/functions-app-settings#azurewebjobsstorage
to understand what the app setting is for.
You can look at the following link:
https://docs.microsoft.com/en-us/learn/modules/create-long-running-serverless-workflow-with-durable-functions/2-what-is-durable-functions
to get a visual representation of what it is used for.
I guess some pictures are better than words in some cases.
Hello @ferdaousharmel-2227, Welcome to Microsoft QnA. Thank you for the question.
Have you specified the application setting : functions-app-settings- AzureWebJobsStorage ? If not then please add this with a value i.e. a valid storage connection.
Thank you for you both @JayaC-MSFT and @PierreLucGiguere-5297.
That is clear now !
10 people are following this question.