Skip to content

Commit bd3a517

Browse files
authored
Merge pull request #281633 from MicrosoftDocs/main
7/23/2024 PM Publish
2 parents 5c499bb + e2215c2 commit bd3a517

File tree

165 files changed

+3351
-2793
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+3351
-2793
lines changed

.openpublishing.redirection.azure-resource-manager.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1939,6 +1939,71 @@
19391939
"source_path": "articles/azure-resource-manager/bicep/bicep-import-providers.md",
19401940
"redirect_url": "bicep-import",
19411941
"redirect_document_id": false
1942+
},
1943+
{
1944+
"source_path": "articles/azure-resource-manager/bicep/bicep-error-codes.md",
1945+
"redirect_url": "bicep-core-diagnostics",
1946+
"redirect_document_id": false
1947+
},
1948+
{
1949+
"source_path": "articles/azure-resource-manager/bicep/bicep-error-bcp033.md",
1950+
"redirect_url": "diagnostics/bcp033",
1951+
"redirect_document_id": false
1952+
},
1953+
{
1954+
"source_path": "articles/azure-resource-manager/bicep/bicep-error-bcp035.md",
1955+
"redirect_url": "diagnostics/bcp035",
1956+
"redirect_document_id": false
1957+
},
1958+
{
1959+
"source_path": "articles/azure-resource-manager/bicep/bicep-error-bcp036.md",
1960+
"redirect_url": "diagnostics/bcp036",
1961+
"redirect_document_id": false
1962+
},
1963+
{
1964+
"source_path": "articles/azure-resource-manager/bicep/bicep-error-bcp037.md",
1965+
"redirect_url": "diagnostics/bcp037",
1966+
"redirect_document_id": false
1967+
},
1968+
{
1969+
"source_path": "articles/azure-resource-manager/bicep/bicep-error-bcp040.md",
1970+
"redirect_url": "diagnostics/bcp040",
1971+
"redirect_document_id": false
1972+
},
1973+
{
1974+
"source_path": "articles/azure-resource-manager/bicep/bicep-error-bcp053.md",
1975+
"redirect_url": "diagnostics/bcp053",
1976+
"redirect_document_id": false
1977+
},
1978+
{
1979+
"source_path": "articles/azure-resource-manager/bicep/bicep-error-bcp072.md",
1980+
"redirect_url": "diagnostics/bcp072",
1981+
"redirect_document_id": false
1982+
},
1983+
{
1984+
"source_path": "articles/azure-resource-manager/bicep/bicep-error-bcp073.md",
1985+
"redirect_url": "diagnostics/bcp073",
1986+
"redirect_document_id": false
1987+
},
1988+
{
1989+
"source_path": "articles/azure-resource-manager/bicep/bicep-error-bcp327.md",
1990+
"redirect_url": "diagnostics/bcp327",
1991+
"redirect_document_id": false
1992+
},
1993+
{
1994+
"source_path": "articles/azure-resource-manager/bicep/bicep-error-bcp328.md",
1995+
"redirect_url": "diagnostics/bcp328",
1996+
"redirect_document_id": false
1997+
},
1998+
{
1999+
"source_path": "articles/azure-resource-manager/bicep/bicep-error-bcp332.md",
2000+
"redirect_url": "diagnostics/bcp332",
2001+
"redirect_document_id": false
2002+
},
2003+
{
2004+
"source_path": "articles/azure-resource-manager/bicep/bicep-error-bcp333.md",
2005+
"redirect_url": "diagnostics/bcp333",
2006+
"redirect_document_id": false
19422007
}
19432008
]
19442009
}

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4802,6 +4802,11 @@
48024802
"redirect_url": "/azure/openshift/create-cluster",
48034803
"redirect_document_id": false
48044804
},
4805+
{
4806+
"source_path_from_root": "/articles/expressroute/expressroute-monitoring-metrics-alerts.md",
4807+
"redirect_url": "/azure/expressroute/monitor-expressroute-reference",
4808+
"redirect_document_id": false
4809+
},
48054810
{
48064811
"source_path_from_root": "/articles/data-factory/continuous-integration-delivery-automate-github-actions.md",
48074812
"redirect_url": "/azure",

articles/advisor/advisor-alerts-arm.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
---
2-
title: Create Azure Advisor alerts for new recommendations using Resource Manager template
3-
description: Learn how to set up an alert for new recommendations from Azure Advisor using an Azure Resource Manager template (ARM template).
2+
title: Create Advisor alerts for new recommendations by using Resource Manager template
3+
description: Learn how to set up an alert for new recommendations from Azure Advisor by using an Azure Resource Manager template (ARM template).
44
ms.topic: quickstart
55
ms.custom: subject-armqs, mode-arm, devx-track-arm-template
66
ms.date: 06/29/2020
77
---
88

9-
# Quickstart: Create Azure Advisor alerts on new recommendations using an ARM template
9+
# Quickstart: Create Advisor alerts on new recommendations by using an ARM template
1010

11-
This article shows you how to set up an alert for new recommendations from Azure Advisor using an Azure Resource Manager template (ARM template).
11+
This article shows you how to set up an alert for new recommendations from Azure Advisor by using an Azure Resource Manager template (ARM template).
1212

1313
[!INCLUDE [About Azure Resource Manager](~/reusable-content/ce-skilling/azure/includes/resource-manager-quickstart-introduction.md)]
1414

15-
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.
1616

1717
You can also determine the types of recommendations by using these properties:
1818

1919
- Category
2020
- Impact level
2121
- Recommendation type
2222

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:
2424

25-
- Selecting an existing action group
26-
- Creating a new action group
25+
- Selecting an existing action group.
26+
- Creating a new action group.
2727

2828
To learn more about action groups, see [Create and manage action groups](../azure-monitor/alerts/action-groups.md).
2929

3030
> [!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.
3232
3333
## Prerequisites
3434

3535
- 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).
3737

3838
## Review the template
3939

@@ -141,7 +141,7 @@ The template defines two resources:
141141

142142
## Deploy the template
143143

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.
145145

146146
# [CLI](#tab/CLI)
147147

@@ -162,7 +162,7 @@ New-AzResourceGroupDeployment -Name CreateAdvisorAlert -ResourceGroupName my-res
162162

163163
## Validate the deployment
164164

165-
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.
166166

167167
# [CLI](#tab/CLI)
168168

@@ -180,7 +180,7 @@ Get-AzActivityLogAlert -ResourceGroupName my-resource-group -Name AdvisorAlertsT
180180

181181
## Clean up resources
182182

183-
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:
184184

185185
# [CLI](#tab/CLI)
186186

@@ -196,7 +196,7 @@ Remove-AzResourceGroup -Name my-resource-group
196196

197197
---
198198

199-
## Next steps
199+
## Related content
200200

201-
- Get an [overview of activity log alerts](../azure-monitor/alerts/alerts-overview.md), and learn how to receive alerts.
201+
- Get an [overview of activity log alerts](../azure-monitor/alerts/alerts-overview.md) and learn how to receive alerts.
202202
- Learn more about [action groups](../azure-monitor/alerts/action-groups.md).

articles/advisor/advisor-alerts-bicep.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
---
2-
title: Create Azure Advisor alerts for new recommendations using Bicep
3-
description: Learn how to set up an alert for new recommendations from Azure Advisor using Bicep.
2+
title: Create Advisor alerts for new recommendations by using Bicep
3+
description: Learn how to set up an alert for new recommendations from Azure Advisor by using Bicep.
44
ms.topic: quickstart
55
ms.custom: subject-armqs, mode-arm, devx-track-bicep
66
ms.date: 04/26/2022
77
---
88

9-
# Quickstart: Create Azure Advisor alerts on new recommendations using Bicep
9+
# Quickstart: Create Advisor alerts on new recommendations by using Bicep
1010

11-
This article shows you how to set up an alert for new recommendations from Azure Advisor using Bicep.
11+
This article shows you how to set up an alert for new recommendations from Azure Advisor by using Bicep.
1212

1313
[!INCLUDE [About Bicep](~/reusable-content/ce-skilling/azure/includes/resource-manager-quickstart-bicep-introduction.md)]
1414

15-
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.
1616

1717
You can also determine the types of recommendations by using these properties:
1818

1919
- Category
2020
- Impact level
2121
- Recommendation type
2222

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:
2424

25-
- Selecting an existing action group
26-
- Creating a new action group
25+
- Selecting an existing action group.
26+
- Creating a new action group.
2727

2828
To learn more about action groups, see [Create and manage action groups](../azure-monitor/alerts/action-groups.md).
2929

3030
> [!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.
3232
3333
## Prerequisites
3434

3535
- 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).
3737

3838
## Review the Bicep file
3939

@@ -48,8 +48,8 @@ The Bicep file defines two resources:
4848

4949
## Deploy the Bicep file
5050

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.
5353

5454
# [CLI](#tab/CLI)
5555

@@ -68,13 +68,13 @@ The Bicep file defines two resources:
6868
---
6969
7070
> [!NOTE]
71-
> Replace **\<alert-name\>** with the name of the alert.
71+
> Replace \<alert-name\> with the name of the alert.
7272
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.
7474
7575
## Validate the deployment
7676
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.
7878
7979
# [CLI](#tab/CLI)
8080
@@ -92,7 +92,7 @@ Get-AzResource -ResourceGroupName exampleRG
9292

9393
## Clean up resources
9494

95-
When no longer needed, use the Azure portal, Azure CLI, or Azure PowerShell to delete the resource group.
95+
When you no longer need the resources, use the Azure portal, the Azure CLI, or Azure PowerShell to delete the resource group.
9696

9797
# [CLI](#tab/CLI)
9898

@@ -108,7 +108,7 @@ Remove-AzResourceGroup -Name exampleRG
108108

109109
---
110110

111-
## Next steps
111+
## Related content
112112

113-
- Get an [overview of activity log alerts](../azure-monitor/alerts/alerts-overview.md), and learn how to receive alerts.
113+
- Get an [overview of activity log alerts](../azure-monitor/alerts/alerts-overview.md) and learn how to receive alerts.
114114
- Learn more about [action groups](../azure-monitor/alerts/action-groups.md).

0 commit comments

Comments
 (0)