Skip to content

Commit d821174

Browse files
committed
fix blocking issues
1 parent 8ea79ca commit d821174

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,11 @@ To check the current usage of metric alert rules, follow the next steps.
224224
1. Verify that the **Status** dropdown box is set to **Enabled**.
225225
1. The total number of metric alert rules are displayed above the alert rules list.
226226

227-
### From API
228-
229-
- **PowerShell**: [Get-AzMetricAlertRuleV2](/powershell/module/az.monitor/get-azmetricalertrulev2)
230-
- **REST API**: [List by subscription](/rest/api/monitor/metricalerts/listbysubscription)
231-
- **Azure CLI**: [az monitor metrics alert list](/cli/azure/monitor/metrics/alert#az-monitor-metrics-alert-list)
227+
### With the API
228+
229+
- **PowerShell**: [Get-AzMetricAlertRuleV2](/powershell/module/az.monitor/get-azmetricalertrulev2)
230+
- **REST API**: [List by subscription](/rest/api/monitor/metricalerts/listbysubscription)
231+
- **Azure CLI**: [az monitor metrics alert list](/cli/azure/monitor/metrics/alert#az-monitor-metrics-alert-list)
232232

233233
## Manage alert rules using Resource Manager templates, REST API, PowerShell, or the Azure CLI
234234

articles/backup/metrics-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ To configure alerts and notifications on your metrics, follow these steps:
122122
- To generate an alert on every job failure irrespective of the failure is due to the same underlying cause (stateless behavior), deselect the **Automatically resolve alerts** option in the alert rule.
123123
- Alternately, to configure the alerts as stateful, select the same checkbox. Therefore, when a metric alert is fired on the scope, another failure won't create a new metric alert. The alert gets auto-resolved if the alert generation condition evaluates to false for three successive evaluation cycles. New alerts are generated if the condition evaluates to true again.
124124

125-
[Learn more about stateful and stateless behavior of Azure Monitor metric alerts](../azure-monitor/alerts/alerts-troubleshoot-metric.md#make-metric-alerts-occur-every-time-my-condition-is-met).
125+
[Learn more about stateful and stateless behavior of Azure Monitor metric alerts](../azure-monitor/alerts/alerts-troubleshoot-metric.md#metric-alert-is-not-triggered-every-time-my-condition-is-met).
126126

127127
:::image type="content" source="./media/metrics-overview/auto-resolve-alert-inline.png" alt-text="Screenshot showing the process to configure auto-resolution behavior." lightbox="./media/metrics-overview/auto-resolve-alert-expanded.png":::
128128

0 commit comments

Comments
 (0)