You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/platform/alerts-troubleshoot.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ If you can see a fired alert in the portal, but did not receive the SMS, voice c
108
108
109
109
If you can see a fired alert in the portal, but its configured action did not trigger, follow these steps:
110
110
111
-
1.**Was the action suppressed by an [action rule](alerts-action-rules.md)?**
111
+
1.**Was the action suppressed by an action rule?**
112
112
113
113
Check by clicking on the fired alert in the portal, and look at the history tab for suppressed [action groups](action-groups.md):
114
114
@@ -157,7 +157,7 @@ If you have received the alert, but believe some of its fields are missing or in
157
157
158
158
Check if the format specified at the action level is what you expect. For example, you may have developed code that responds to alerts (webhook, function, logic app, etc.), expecting one format, but later in the action you or another person specified a different format.
159
159
160
-
Also, check the payload format (JSON) for activity log alerts(activity-log-alerts-webhook.md), for [log search alerts](alerts-log-webhook) (both Application Insights and log analytics), for [metric alerts](alerts-metric-near-real-time.md#payload-schema), for the [common alert schema](alerts-common-schema-definitions.md), and for the deprecated [classic metric alerts](alerts-webhooks.md).
160
+
Also, check the payload format (JSON) for activity log alerts(activity-log-alerts-webhook.md), for [log search alerts](alerts-log-webhook.md) (both Application Insights and log analytics), for [metric alerts](alerts-metric-near-real-time.md#payload-schema), for the [common alert schema](alerts-common-schema-definitions.md), and for the deprecated [classic metric alerts](alerts-webhooks.md).
161
161
162
162
163
163
1.**Activity log alerts. Is the information available in the activity log?**
@@ -212,15 +212,15 @@ To locate it, follow these steps:
212
212
213
213
## Problem creating, updating or deleting action groups or action rules in the Azure portal
214
214
215
-
If you received an error while trying to create, update or delete an [action rule](action-rules.md), follow these steps:
215
+
If you received an error while trying to create, update or delete an [action rule](alerts-action-rules.md), follow these steps:
216
216
217
217
1.**Did you receive a permission error?**
218
218
219
-
You should either have the [Monitoring Contributor built-in role](https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles#monitoring-contributor), or the specific permissions related to action rules and alerts.
219
+
You should either have the [Monitoring Contributor built-in role](https://docs.microsoft.com/azure/role-based-access-control/built-in-roles#monitoring-contributor), or the specific permissions related to action rules and alerts.
220
220
221
221
1.**Did you verify the action rule parameters?**
222
222
223
-
Check the [action rule documentation](alerts-action-rule.md), or the [action rule PowerShell Set-AzActionRule](https://docs.microsoft.com/en-us/powershell/module/az.alertsmanagement/Set-AzActionRule?view=azps-3.5.0) command.
223
+
Check the [action rule documentation](alerts-action-rules.md), or the [action rule PowerShell Set-AzActionRule](https://docs.microsoft.com/powershell/module/az.alertsmanagement/Set-AzActionRule?view=azps-3.5.0) command.
0 commit comments