Skip to content

Instantly share code, notes, and snippets.

@StefanRiedmann
Created January 26, 2018 18:51
Show Gist options
  • Save StefanRiedmann/77707f1325318ca68d57ef46c929f972 to your computer and use it in GitHub Desktop.
Save StefanRiedmann/77707f1325318ca68d57ef46c929f972 to your computer and use it in GitHub Desktop.
Local settings for Azure Functions app
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "azure storage connectionstring",
"AzureWebJobsDashboard": "",
"TRANSLATOR_CLIENT_SECRET": "microsoft translation service secret"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment