Azure function error : Missing value for AzureWebJobsStorage in local.settings.json
You might get a detail error message as follows :-
Missing value for AzureWebJobsStorage in local.settings.json. This is required for all triggers other than httptrigger, kafkatrigger. You can run 'func azure functionapp fetch-app-settings
The fix, just add this in to your local.settings,json
Comments