Skip to content

Commit f64d97f

Browse files
Merge pull request #235000 from yairgil/patch-11
Update proactive-failure-diagnostics.md
2 parents 84d355c + ec8428a commit f64d97f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/azure-monitor/alerts/proactive-failure-diagnostics.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,14 @@ Click the alert to configure it.
7676

7777
## Delete alerts
7878

79-
You can disable or delete a Failure Anomalies alert rule, but once deleted you can't create another one for the same Application Insights resource.
79+
You can disable or delete a Failure Anomalies alert rule.
8080

81-
Notice that if you delete an Application Insights resource, the associated Failure Anomalies alert rule doesn't get deleted automatically. You can do so manually on the Alert rules page or with the following Azure CLI command:
81+
You can do so manually on the Alert rules page or with the following Azure CLI command:
8282

8383
```azurecli
8484
az resource delete --ids <Resource ID of Failure Anomalies alert rule>
8585
```
86+
Notice that if you delete an Application Insights resource, the associated Failure Anomalies alert rule doesn't get deleted automatically.
8687

8788
## Example of Failure Anomalies alert webhook payload
8889

0 commit comments

Comments
 (0)