Support for Application Insights in the Azure Government Cloud [v3.x]
See original GitHub issueAI with the government cloud requires a change to point to the government AI endpoint:
“ApplicationInsights”: { “InstrumentationKey”: “instrumentationkey”, “TelemetryChannel”: { “EndpointAddress”: “https://dc.applicationinsights.us/v2/track” } } https://docs.microsoft.com/en-us/azure/azure-government/documentation-government-services-monitoringandmanagement#application-insights
We tried the settings below but because the config doesn’t allow changes to the TelemetryChannel+ the EndpointAddress this does not work.
{
"version": "2.0",
"logging": {
"applicationInsights": {
"TelemetryChannel": {
"EndpointAddress": "https://dc.applicationinsights.us/v2/track"
}
}
}
}
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Application Insights Availability in Azure US Gov Virginia ...
Azure Application Insights is now generally available in US Gov Virginia region. You can see the full list of available regions on the ......
Read more >Azure AD authentication for Application Insights
Application Insights now supports Azure Active Directory (Azure AD) authentication. ... Azure US Government cloud, https://monitor.azure.us ...
Read more >The application insights Java 2.X SDK will be retired on 30 ...
On 30 September 2025, we'll be retiring the application insights Java 2.X SDK; after that date it'll no longer be supported.
Read more >General availability of Azure Application Insights | Azure Blog
We announced the general availability of Azure Application Insights (previously Visual Studio Application Insights) and launched our new ...
Read more >Application Insights overview - Azure Monitor
Learn how Application Insights in Azure Monitor provides performance management and usage tracking of your live web application.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Updated startup.cs
This should allow log streaming and the other functionality
@brettsam let me know if you need help testing this. I’d be happy to help!