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-metric.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
@@ -1,6 +1,6 @@
1
1
---
2
-
title: "Create, view and manage Metric Alerts Using Azure Monitor"
3
-
description: Learn how to use Azure portal or CLI to create, view and manage metric alert rules.
2
+
title: "Create, view, and manage Metric Alerts Using Azure Monitor"
3
+
description: Learn how to use Azure portal or CLI to create, view, and manage metric alert rules.
4
4
author: harelbr
5
5
ms.service: azure-monitor
6
6
ms.topic: conceptual
@@ -69,7 +69,7 @@ You can view and manage metric alert rules using the Manage Rules blade under Al
69
69
70
70
2. Click on **Alerts** and **Manage rules**
71
71
72
-
3. In the **Manage rules** blade, you can view all your alert rules across subscriptions. You can further filter the rules using **Resource group**, **Resource type** and **Resource**. If you want to see only metric alerts, select **Signal type** as Metrics.
72
+
3. In the **Manage rules** blade, you can view all your alert rules across subscriptions. You can further filter the rules using **Resource group**, **Resource type**, and **Resource**. If you want to see only metric alerts, select **Signal type** as Metrics.
73
73
74
74
> [!TIP]
75
75
> In the **Manage rules** blade, you can select multiple alert rules and enable/disable them. This might be useful when certain target resources need to be put under maintenance
@@ -85,9 +85,9 @@ You can view and manage metric alert rules using the Manage Rules blade under Al
85
85
86
86
## With Azure CLI
87
87
88
-
The previous sections described how to create, view, and manage metric alert rules using Azure portal. This section will describe how to do the same using cross-platform [Azure CLI](https://docs.microsoft.com/cli/azure/get-started-with-azure-cli?view=azure-cli-latest). Quickest way to start using Azure CLI is through [Azure Cloud Shell](https://docs.microsoft.com/azure/cloud-shell/overview?view=azure-cli-latest). For this article, we will use Cloud shell.
88
+
The previous sections described how to create, view, and manage metric alert rules using Azure portal. This section will describe how to do the same using cross-platform [Azure CLI](https://docs.microsoft.com/cli/azure/get-started-with-azure-cli?view=azure-cli-latest). Quickest way to start using Azure CLI is through [Azure Cloud Shell](https://docs.microsoft.com/azure/cloud-shell/overview?view=azure-cli-latest). For this article, we will use Cloud Shell.
89
89
90
-
1. Go to Azure portal, click on **Cloud shell**.
90
+
1. Go to Azure portal, click on **Cloud Shell**.
91
91
92
92
2. At the prompt, you can use commands with ``--help`` option to learn more about the command and how to use it. For example, the following command shows you the list of commands available for creating, viewing, and managing metric alerts
0 commit comments