Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Created August 20, 2020 01:19
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 xximjasonxx/69621ddc2c550ae1504beb71f9855c6d to your computer and use it in GitHub Desktop.
Save xximjasonxx/69621ddc2c550ae1504beb71f9855c6d to your computer and use it in GitHub Desktop.
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "DefaultEndpointsProtocol=https;AccountName=<some name>;AccountKey=<some key>;EndpointSuffix=core.windows.net",
"AzureWebJobsTableStorageConnectionString": "DefaultEndpointsProtocol=https;AccountName=<some name>;AccountKey=<some key>;EndpointSuffix=core.windows.net",
"FUNCTIONS_WORKER_RUNTIME": "dotnet",
"StorageAccountConnectionString": "DefaultEndpointsProtocol=https;AccountName=<some name>;AccountKey=<some key>;EndpointSuffix=core.windows.net",
"TableConnectionString": "DefaultEndpointsProtocol=https;AccountName=<some name>;AccountKey=<some key>;TableEndpoint=https://table-filemeta.table.cosmos.azure.com:443/;",
"CognitiveServicesKey": "<some key>",
"CognitiveServicesEndpoint": "https://<some name>.cognitiveservices.azure.com/"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment