Skip to content

Commit 1bea5c3

Browse files
author
Rob Boucher
committed
fix link errors
1 parent 230f904 commit 1bea5c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-monitor/platform/alerts-troubleshoot.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ If you can see a fired alert in the portal, but did not receive the SMS, voice c
108108

109109
If you can see a fired alert in the portal, but its configured action did not trigger, follow these steps:
110110

111-
1. **Was the action suppressed by an [action rule](alerts-action-rules.md)?**
111+
1. **Was the action suppressed by an action rule?**
112112

113113
Check by clicking on the fired alert in the portal, and look at the history tab for suppressed [action groups](action-groups.md):
114114

@@ -157,7 +157,7 @@ If you have received the alert, but believe some of its fields are missing or in
157157

158158
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.
159159

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).
161161

162162

163163
1. **Activity log alerts. Is the information available in the activity log?**
@@ -212,15 +212,15 @@ To locate it, follow these steps:
212212

213213
## Problem creating, updating or deleting action groups or action rules in the Azure portal
214214

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:
216216

217217
1. **Did you receive a permission error?**
218218

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.
220220

221221
1. **Did you verify the action rule parameters?**
222222

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.
224224

225225

226226
## Next steps

0 commit comments

Comments
 (0)