79342767

Date: 2025-01-09 13:28:36
Score: 1
Natty:
Report link

I think, I get the error when my local.settings.json file is not correct (or missing). To run locally, you need this file, and the AzureWebJobsStorage key should have a working connection string to a storage account.

You can run the following command to sync the file locally:

func azure functionapp fetch-app-settings YOURFUNCTIONAPPNAME

(I assume you use the azure function core tools)

Reasons:
  • RegEx Blacklisted phrase (1): I get the error
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: mfeyx