question

ferdaousharmel-2227 avatar image
0 Votes"
ferdaousharmel-2227 asked ferdaousharmel-2227 commented

Durable Functions

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 :
113642-image.png



Would you please explain to me what does it mean? and how to fix it ?

Regards.

azure-functions
image.png (6.4 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

PierreLucGiguere-5297 avatar image
0 Votes"
PierreLucGiguere-5297 answered

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

JayaC-MSFT avatar image
0 Votes"
JayaC-MSFT answered ferdaousharmel-2227 commented

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.

https://stackoverflow.com/questions/52823339/durable-function-exception-unable-to-find-an-azure-storage-connection-string-t


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thank you for you both @JayaC-MSFT and @PierreLucGiguere-5297.
That is clear now !

0 Votes 0 ·