Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Created August 20, 2020 01:19
Embed
What would you like to do?
{
"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