Skip to content

Commit 3a87d98

Browse files
Merge pull request #210372 from AbbyMSFT/regions
Added section to FAQ/Troubleshooting about regional processing
2 parents b801976 + 5f48a41 commit 3a87d98

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed

articles/azure-monitor/alerts/alerts-create-new-alert-rule.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,14 @@ And then defining these elements for the resulting alert actions using:
200200
1. In the **Details** tab, define the **Project details**.
201201
- Select the **Subscription**.
202202
- Select the **Resource group**.
203-
- (Optional) If you want to make sure that the data processing for the alert rule takes place within a specific region, and you're creating a metric alert rule that monitors a custom metric, you can select to process the alert rule in one of these regions.
203+
- (Optional) If you're creating a metric alert rule that monitors a custom metric with the scope defined as one of the regions below, and you want to make sure that the data processing for the alert rule takes place within that region, you can select to process the alert rule in one of these regions:
204204
- North Europe
205205
- West Europe
206206
- Sweden Central
207207
- Germany West Central
208-
208+
209+
> [!NOTE]
210+
> We are continually adding more regions for regional data processing.
209211
1. Define the **Alert rule details**.
210212

211213
### [Metric alert](#tab/metric)

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

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Troubleshooting Azure metric alerts
2+
title: Frequently asked questions about Azure metric alerts
33
description: Common issues with Azure Monitor metric alerts and possible solutions.
44
author: harelbr
55
ms.author: harelbr
66
ms.topic: troubleshooting
77
ms.date: 8/31/2022
88
ms:reviwer: harelbr
99
---
10-
# Troubleshooting problems in Azure Monitor metric alerts
10+
# Frequently asked questions about Azure Monitor metric alerts
1111

12-
This article discusses common problems in Azure Monitor [metric alerts](alerts-metric-overview.md) and how to troubleshoot them.
12+
This article discusses common questions about Azure Monitor [metric alerts](alerts-metric-overview.md) and how to troubleshoot them.
1313

1414
Azure Monitor alerts proactively notify you when important conditions are found in your monitoring data. They allow you to identify and address issues before the users of your system notice them. For more information on alerting, see [Overview of alerts in Microsoft Azure](./alerts-overview.md).
1515

@@ -140,6 +140,22 @@ To avoid having the deployment fail when trying to validate the custom metric’
140140
> [!NOTE]
141141
> Using the *skipMetricValidation* parameter might also be required when defining an alert rule on an existing custom metric that hasn't been emitted in several days.
142142
143+
## Process data for a metric alert rule in a specific region
144+
145+
You can make sure that an alert rule is processed in a specified region if your metric alert rule is defined with a scope of that region and if it monitors a custom metric.
146+
147+
These are the currently support regions for regional processing of metric alert rules:
148+
- North Europe
149+
- West Europe
150+
- Sweden Central
151+
- Germany West Central
152+
153+
To enable regional data processing in one of these regions, select the specified region in the **Details** section of the [create a new alert rule wizard](./alerts-create-new-alert-rule.md).
154+
155+
> [!NOTE]
156+
> We are continually adding more regions for regional data processing.
157+
158+
143159
## Export the Azure Resource Manager template of a metric alert rule via the Azure portal
144160

145161
Exporting the Resource Manager template of a metric alert rule helps you understand its JSON syntax and properties, and can be used to automate future deployments.

articles/azure-monitor/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ items:
651651
href: alerts/alerts-metric-logs.md
652652
- name: Using Resource Manager template
653653
href: alerts/alerts-metric-create-templates.md
654-
- name: Troubleshoot metric alerts
654+
- name: FAQ
655655
href: alerts/alerts-troubleshoot-metric.md
656656
- name: Log alert rules
657657
items:

0 commit comments

Comments
 (0)