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/containers/container-insights-metric-alerts.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,9 @@ Your cluster must be configured to send metrics to [Azure Monitor managed servic
34
34
35
35
The methods currently available for creating Prometheus alert rules are Azure Resource Manager template (ARM template) and Bicep template.
36
36
37
+
> [!NOTE]
38
+
> Although you can create the Prometheus alert in a resource group different from the target resource, you should use the same resource group.
39
+
37
40
### [ARM template](#tab/arm-template)
38
41
39
42
1. Download the template that includes the set of alert rules you want to enable. For a list of the rules for each, see [Alert rule details](#alert-rule-details).
@@ -47,9 +50,6 @@ The methods currently available for creating Prometheus alert rules are Azure Re
47
50
48
51
1. To deploy community and recommended alerts, follow this [template](https://aka.ms/azureprometheus-alerts-bicep) and follow the README.md file in the same folder for how to deploy.
49
52
50
-
> [!NOTE]
51
-
> Although you can create the Prometheus alert in a resource group different from the target resource, use the same resource group as your target resource.
0 commit comments