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 - クラシックデプロイを変換します

Category: Availability

Impact: Medium

Recommendation

クラシック Application Insights は 2024 年 2 月に廃止されます。既存のアプリケーション監視シナリオの中断を最小限に抑えるには、2024 年 2 月 29 日までにワークスペースベースの Application Insights に移行してください。

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"