This site is obsolete and should be used for reference only. The information in this documentation is not guaranteed to work for Bot Framework SDK versions past 4.9.1.

Tutorial: Deploy (web)

Update application settings

After your Azure resources have been deployed, fill in the following keys and secrets in appsettings.json with the values from your deployed resources:

{"microsoftAppId":"","microsoftAppPassword":"","ApplicationInsights":{"InstrumentationKey":""},"blobStorage":{"connectionString":"","container":"transcripts"},"cosmosDb":{"containerId":"botstate-collection","databaseId":"botstate-db","cosmosDBEndpoint":"","authKey":""}}
close