Reputation: 1809
I have an existing QnAMaker app which presumably was created without AppInsights. I need to add one to get some logs and analytics.
How can I do this?
Upvotes: 1
Views: 176
Reputation: 29950
You should configure it via the related webapp.
If your QnAMaker app's name is myapp1, and you should find the related azure webapp named myapp1, then in the Configuration -> Application settings, add the 3 settinigs:
UserAppInsightsAppId
/ UserAppInsightsKey
/ UserAppInsightsName
.
For the value of UserAppInsightsAppId
, please follow this doc.
For the value of UserAppInsightsKey
, please follow this doc.
Upvotes: 2