Skip to content

Instantly share code, notes, and snippets.

@vainolo
Created November 7, 2018 17:26
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 vainolo/b6293fb50e6bedb94678e44b9ae83c21 to your computer and use it in GitHub Desktop.
Save vainolo/b6293fb50e6bedb94678e44b9ae83c21 to your computer and use it in GitHub Desktop.
Azure Functions - Part 4: Working with Persistent Data and Visual Studio Code - 3
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;DefaultEndpointsProtocol=http;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;",
"FUNCTIONS_WORKER_RUNTIME": "dotnet"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment