Skip to content

Instantly share code, notes, and snippets.

@jeffhollan
Created November 28, 2018 20: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 jeffhollan/05f7ee1051d755b397d3b1f877a6f41b to your computer and use it in GitHub Desktop.
Save jeffhollan/05f7ee1051d755b397d3b1f877a6f41b to your computer and use it in GitHub Desktop.
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
"FUNCTIONS_WORKER_RUNTIME": "dotnet",
"SuperSecret": "I love Azure Functions",
"EventHubConnectionString": "Endpoint=sb://jeffs.servicebus.windows.net/;SharedAccessKeyName=MyFakeKey;SharedAccessKey=NotARealSecret"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment