Azure Proactive Resiliency Library v2
Tools Glossary GitHub GitHub Issues Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

components

Summary

RecommendationImpactCategoryAutomation AvailableIn Azure Advisor
Convert Classic DeploymentsMediumService Upgrade and RetirementYesNo
Migrate from Application Insights instrumentation keys to connection stringsMediumService Upgrade and RetirementNoNo

Details


Convert Classic Deployments

Impact:  Medium Category:  Service Upgrade and Retirement

APRL GUID:  dac421ec-2832-4c37-839e-b6dc5a38f2fa

Description:

Classic Application Insights retires in February 2024. To minimize disruption to existing application monitoring scenarios, transition to workspace-based Application Insights before 29 February 2024.

Potential Benefits:

Avoid service disruption post-Feb 2024
Learn More:
Migrate an Application Insights classic resource to a workspace-based resource

ARG Query:

Click the Azure Resource Graph tab to view the query

// Azure Resource Graph query
// Filters Application Insights resources with Classic deployment type
resources
| where type =~ "microsoft.insights/components"
| extend IngestionMode = properties.IngestionMode
| where IngestionMode =~ 'ApplicationInsights'
| project recommendationId= "dac421ec-2832-4c37-839e-b6dc5a38f2fa", name, id, tags, param1="ApplicationInsightsDeploymentType: Classic"



Migrate from Application Insights instrumentation keys to connection strings

Impact:  Medium Category:  Service Upgrade and Retirement

APRL GUID:  092f5c85-bffb-48b0-b85d-d543c6b54800

Description:

Application Insights is changing from global ingestion endpoints to regional endpoints that use connection strings. Connection strings make telemetry ingestion more reliable by removing dependencies on global ingestion endpoints. Transition to connection string-based ingestion before 31 March 2025.

Potential Benefits:

Reliable telemetry ingestion
Learn More:
Migrate from Application Insights instrumentation keys to connection strings

ARG Query:

Click the Azure Resource Graph tab to view the query

// cannot-be-validated-with-arg