-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provision script should enable app insights for luis and web app #3093
Comments
Adding detail on what's missing:
Yes, it should be the same experience as when creating a "Web App Bot" via the Azure Portal. |
Hi @benbrown , currently the provision would create a app insights service on Azure and generate a instrumentation key in appsettings.deployment.json and this key would be used to initialize a telemetry client in runtime |
I guess we should set this |
Yes, we should set the bot service analytics as well as the webapp service. |
When a bot is configured via the Azure portal, it configures app insights on the web app and LUIS instance.
Our current provision process does not configure these settings.
If possible, we should make it so that a bot provisioned via Composer is configured in the same way it would be if done via the portal.
The text was updated successfully, but these errors were encountered: