Application Insights


The presented resiliency recommendations in this guidance include Application Insights and associated resources and settings.

Summary of Recommendations

The below table shows the list of resiliency recommendations for Application Insights and associated resources.

Recommendations Details

APPI-1 - Convert Classic Deployments

Category: Availability

Impact: Medium

Recommendation

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

Resources

Resource Graph Query

resources
| where type =~ "microsoft.insights/components"
| extend IngestionMode = properties.IngestionMode
| where IngestionMode =~ 'ApplicationInsights'
| project recommendationId= "appi-1", name, id, tags, param1="ApplicationInsightsDeploymentType: Classic"