xakpc
xakpc

Reputation: 1809

How to add Application Insights to existing QnAMaker app

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

Answers (1)

Ivan Glasenberg
Ivan Glasenberg

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

Related Questions