Last active
December 19, 2017 19:04
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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