Skip to content

Instantly share code, notes, and snippets.

@bcnzer
Last active December 19, 2017 19:04
Show Gist options
  • Save bcnzer/985ec545f8f2b32a048babf80635b8c6 to your computer and use it in GitHub Desktop.
Save bcnzer/985ec545f8f2b32a048babf80635b8c6 to your computer and use it in GitHub Desktop.
The local.setting.json file from my Azure Function app, which contains application setting info
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "<connection string to blob storage>",
"AzureWebJobsDashboard": "",
"WolfImageContainer": "wolfpictures-originals",
"WolfImageQueue": "queue-wolfimages",
"Auth0Audience": "<auth0 key>",
"Auth0Issuer": "https://wolftracker.au.auth0.com/",
"CognitiveServicesVisionUrl": "https://southcentralus.api.cognitive.microsoft.com/vision/v1.0/",
"CognitiveServicesVisionKey": "<cognitive services key>"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment