Skip to content

Instantly share code, notes, and snippets.

@marcduiker
Created November 7, 2017 17:04
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 marcduiker/1099547c20666cf179f9590e47b978ff to your computer and use it in GitHub Desktop.
Save marcduiker/1099547c20666cf179f9590e47b978ff to your computer and use it in GitHub Desktop.
Durable Functions: local.settings.json with connection strings for local development.
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true;DevelopmentStorageProxyUri=http://127.0.0.1:10002/",
"AzureWebJobsDashboard": "UseDevelopmentStorage=true;DevelopmentStorageProxyUri=http://127.0.0.1:10002/"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment