Replies: 1 comment
-
Hi @isAarya, thank you for reaching out. Hmm, I don't know on top of mind what could cause this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am learning Azure Durable Functions.
But when I use the Azure Durable Orchestrator Function template as a start in Visual Studio 2022.
I receive the following error message.
The listener for function 'Function1' was unable to start.
The listener for function 'Function1' was unable to start. DurableTask.AzureStorage: Forbidden. Microsoft.WindowsAzure.Storage: Forbidden.
Not sure what setting I am missing which is causing this error message.
Has anyone seen a similar error.
FYI I am using latest Visual 2022 with Azurite running for local storage. I am also behind VPN
And the local.settings.json file is as follows,
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
"FUNCTIONS_WORKER_RUNTIME": "dotnet",
"AzureWebJobsSecretStorageType": "files"
}
Thanking you in advance.
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions