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
Whenever Azure Advisor detects a new recommendation for one of your resources, an event is stored in [Azure Activity log](../azure-monitor/essentials/platform-logs-overview.md). You can set up alerts for these events from Azure Advisor using a recommendation-specific alerts creation experience. You can select a subscription and optionally a resource group to specify the resources that you want to receive alerts on.
15
+
Whenever Advisor detects a new recommendation for one of your resources, an event is stored in an [Azure activity log](../azure-monitor/essentials/platform-logs-overview.md). You can set up alerts for these events from Advisor by using a recommendation-specific alerts creation experience. You can select a subscription and optionally a resource group to specify the resources that you want to receive alerts on.
16
16
17
17
You can also determine the types of recommendations by using these properties:
18
18
19
19
- Category
20
20
- Impact level
21
21
- Recommendation type
22
22
23
-
You can also configure the action that will take place when an alert is triggered by:
23
+
You can also configure the action that takes place when an alert is triggered by:
24
24
25
-
- Selecting an existing action group
26
-
- Creating a new action group
25
+
- Selecting an existing action group.
26
+
- Creating a new action group.
27
27
28
28
To learn more about action groups, see [Create and manage action groups](../azure-monitor/alerts/action-groups.md).
29
29
30
30
> [!NOTE]
31
-
> Advisor alerts are currently only available for High Availability, Performance, and Cost recommendations. Security recommendations are not supported.
31
+
> Advisor alerts are currently only available for High Availability, Performance, and Cost recommendations. Security recommendations aren't supported.
32
32
33
33
## Prerequisites
34
34
35
35
- If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
36
-
- To run the commands from your local computer, install Azure CLI or the Azure PowerShell modules. For more information, see [Install the Azure CLI](/cli/azure/install-azure-cli) and [Install Azure PowerShell](/powershell/azure/install-azure-powershell).
36
+
- To run the commands from your local computer, install the Azure CLI or the Azure PowerShell modules. For more information, see [Install the Azure CLI](/cli/azure/install-azure-cli) and [Install Azure PowerShell](/powershell/azure/install-azure-powershell).
37
37
38
38
## Review the template
39
39
@@ -141,7 +141,7 @@ The template defines two resources:
141
141
142
142
## Deploy the template
143
143
144
-
Deploy the template using any standard method for [deploying an ARM template](../azure-resource-manager/templates/deploy-portal.md) such as the following examples using CLI and PowerShell. Replace the sample values for **Resource Group**, and **emailAddress** with appropriate values for your environment. The workspace name must be unique among all Azure subscriptions.
144
+
Deploy the template by using any standard method for [deploying an ARM template](../azure-resource-manager/templates/deploy-portal.md), such as the following examples that use the CLI and PowerShell. Replace the sample values for `ResourceGroup`, and `emailAddress` with appropriate values for your environment. The workspace name must be unique among all Azure subscriptions.
Verify that the workspace has been created using one of the following commands. Replace the sample values for **Resource Group** with the value you used above.
165
+
Verify that the workspace was created by using one of the following commands. Replace the sample values for **Resource Group** with the value that you used in the previous example.
If you plan to continue working with subsequent quickstarts and tutorials, you might want to leave these resources in place. When no longer needed, delete the resource group, which deletes the alert rule and the related resources. To delete the resource group by using Azure CLI or Azure PowerShell
183
+
If you plan to continue working with subsequent quickstarts and tutorials, you might want to leave these resources in place. When you no longer need the resources, delete the resource group, which deletes the alert rule and the related resources. To delete the resource group by using the CLI or PowerShell:
Whenever Azure Advisor detects a new recommendation for one of your resources, an event is stored in [Azure Activity log](../azure-monitor/essentials/platform-logs-overview.md). You can set up alerts for these events from Azure Advisor using a recommendation-specific alerts creation experience. You can select a subscription and optionally select a resource group to specify the resources that you want to receive alerts on.
15
+
Whenever Advisor detects a new recommendation for one of your resources, an event is stored in an [Azure activity log](../azure-monitor/essentials/platform-logs-overview.md). You can set up alerts for these events from Advisor by using a recommendation-specific alerts creation experience. You can select a subscription and optionally select a resource group to specify the resources that you want to receive alerts on.
16
16
17
17
You can also determine the types of recommendations by using these properties:
18
18
19
19
- Category
20
20
- Impact level
21
21
- Recommendation type
22
22
23
-
You can also configure the action that will take place when an alert is triggered by:
23
+
You can also configure the action that takes place when an alert is triggered by:
24
24
25
-
- Selecting an existing action group
26
-
- Creating a new action group
25
+
- Selecting an existing action group.
26
+
- Creating a new action group.
27
27
28
28
To learn more about action groups, see [Create and manage action groups](../azure-monitor/alerts/action-groups.md).
29
29
30
30
> [!NOTE]
31
-
> Advisor alerts are currently only available for High Availability, Performance, and Cost recommendations. Security recommendations are not supported.
31
+
> Advisor alerts are currently only available for High Availability, Performance, and Cost recommendations. Security recommendations aren't supported.
32
32
33
33
## Prerequisites
34
34
35
35
- If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
36
-
- To run the commands from your local computer, install Azure CLI or the Azure PowerShell modules. For more information, see [Install the Azure CLI](/cli/azure/install-azure-cli) and [Install Azure PowerShell](/powershell/azure/install-azure-powershell).
36
+
- To run the commands from your local computer, install the Azure CLI or the Azure PowerShell modules. For more information, see [Install the Azure CLI](/cli/azure/install-azure-cli) and [Install Azure PowerShell](/powershell/azure/install-azure-powershell).
37
37
38
38
## Review the Bicep file
39
39
@@ -48,8 +48,8 @@ The Bicep file defines two resources:
48
48
49
49
## Deploy the Bicep file
50
50
51
-
1. Save the Bicep file as **main.bicep** to your local computer.
52
-
1. Deploy the Bicep file using either Azure CLI or Azure PowerShell.
51
+
1. Save the Bicep file as `main.bicep` to your local computer.
52
+
1. Deploy the Bicep file by using either the Azure CLI or Azure PowerShell.
53
53
54
54
# [CLI](#tab/CLI)
55
55
@@ -68,13 +68,13 @@ The Bicep file defines two resources:
68
68
---
69
69
70
70
> [!NOTE]
71
-
> Replace **\<alert-name\>** with the name of the alert.
71
+
> Replace \<alert-name\> with the name of the alert.
72
72
73
-
When the deployment finishes, you should see a message indicating the deployment succeeded.
73
+
When the deployment finishes, you should see a message that indicates the deployment succeeded.
74
74
75
75
## Validate the deployment
76
76
77
-
Use the Azure portal, Azure CLI, or Azure PowerShell to list the deployed resources in the resource group.
77
+
Use the Azure portal, the Azure CLI, or Azure PowerShell to list the deployed resources in the resource group.
0 commit comments