Skip to content

Instantly share code, notes, and snippets.

@leidegre
Created June 13, 2018 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leidegre/c2ad46172510c98304c34560916fc6b1 to your computer and use it in GitHub Desktop.
Save leidegre/c2ad46172510c98304c34560916fc6b1 to your computer and use it in GitHub Desktop.
Useful defaults for local.settings.json (Azure Function App)
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
"AzureWebJobsDashboard": "UseDevelopmentStorage=true"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment