You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2026. It is now read-only.
Tutorial page:
https://microsoftlearning.github.io/mslearn-azure-developer/instructions/azure-functions/01-functions-create-vscode-http.html
Issue:
Following the tutorial as-is results in a runtime failure when running locally.
Error:
System.InvalidOperationException: A connection string was not found. Please set your connection string.
Details:
Expected behavior:
The tutorial should include:
Suggested fix:
Add a step to configure:
{
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true"
}
}