Skip to content

Instantly share code, notes, and snippets.

@sjwaight
Last active August 8, 2017 04:26
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 sjwaight/0e2f3d58af476200ea353a4e54773413 to your computer and use it in GitHub Desktop.
Save sjwaight/0e2f3d58af476200ea353a4e54773413 to your computer and use it in GitHub Desktop.
Example configuration document used to configure instances in a VMSS
{
"id": "swtst01-webapi",
"AccessKey": "MATCHES_KEY_OF_CONFIG DB",
"AppInsightsKey": "yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy",
"LoggingDatabaseAccount": "https://myruntimedb.documents.azure.com:443/",
"LoggingDatabaseKey": "COSMOS_DB_KEY_OF_DBACCOUNT",
"LoggingDatabase": "runtimeitems",
"LoggingDatabaseCollection": "runtimedatabases",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment