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

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"