Skip to content
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

Update 21.corebot-app-insights to use ConnectionString #3152

Open
tracyboehrer opened this issue Apr 8, 2021 · 1 comment
Open

Update 21.corebot-app-insights to use ConnectionString #3152

tracyboehrer opened this issue Apr 8, 2021 · 1 comment
Labels
bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team.

Comments

@tracyboehrer
Copy link
Member

Per Gary:

We have a customer who were experiencing some dropped events from their bot runtime to Application Insights. After investigation and the MS account team engaging with the App Insights, apparently this can happen if you are using the InstrumentationKey and not the Connection String, which the bot runtime currently does.

The new Adaptive Runtime should be updated to use the Connection String and, in fact, it looks like this is required for new Azure regions https://docs.microsoft.com/en-us/azure/azure-monitor/app/asp-net-troubleshoot-no-data

We will need to consider what, if anything we can do for legacy runtime, or what we do if we migrate a runtime that currently has an InstrumentationKey.

Original issue: microsoft/botbuilder-dotnet#5455

@tracyboehrer tracyboehrer added bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team. labels Apr 8, 2021
@Fl4v
Copy link

Fl4v commented Apr 22, 2021

Hi @tracyboehrer, kind of a random question. How would the application know the endpoint of the application insight without the connection string? Am I missing something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team.
Projects
None yet
Development

No branches or pull requests

2 participants