1

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?

Ivan Glasenberg
  • 29,865
  • 2
  • 44
  • 60
xakpc
  • 1,709
  • 13
  • 27

1 Answers1

2

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.

Ivan Glasenberg
  • 29,865
  • 2
  • 44
  • 60