Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Update appi-1.kql
Browse files Browse the repository at this point in the history
  • Loading branch information
onderyildirim authored Oct 4, 2023
1 parent ca82b97 commit 568436c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ resources
| where type =~ "microsoft.insights/components"
| extend IngestionMode = properties.IngestionMode
| where IngestionMode =~ 'ApplicatonInsights'
| project recommendationId="APPI-2",name, id, , param1="ApplicationInsightsDeploymentType: Classic"
| project recommendationId="APPI-1",name, id, , param1="ApplicationInsightsDeploymentType: Classic"

0 comments on commit 568436c

Please sign in to comment.