Skip to content

Instantly share code, notes, and snippets.

@dylan-asos
Created April 5, 2019 11:55
Show Gist options
  • Save dylan-asos/e6b64186b93c0e5e09054a61b128a9a1 to your computer and use it in GitHub Desktop.
Save dylan-asos/e6b64186b93c0e5e09054a61b128a9a1 to your computer and use it in GitHub Desktop.
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
"AAD.ClientId": "your-aad-client-id",
"AAD.Secret": "the-secret-value-for-the-client",
"AAD.Tenant": "your-aad-tenant-id",
"Azure.SubscriptionId": "your-subscription-id"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment