From 6e8c5c9654d308b0f4308567c93233ceb8335eb7 Mon Sep 17 00:00:00 2001 From: David Michelman Date: Thu, 27 May 2021 19:48:49 -0700 Subject: [PATCH] update recommended alerts readme @dcbrown16 pointed out that this page links to the wrong document in [this issue](https://github.com/microsoft/Docker-Provider/issues/475). The content in the currently linked page is identitical to the page which should be linked, so it's a simple fix. --- alerts/recommended_alerts_ARM/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alerts/recommended_alerts_ARM/README.md b/alerts/recommended_alerts_ARM/README.md index 81dec8929..53e5a9ad7 100644 --- a/alerts/recommended_alerts_ARM/README.md +++ b/alerts/recommended_alerts_ARM/README.md @@ -24,7 +24,7 @@ Completed job count|Calculates number of jobs completed more than six hours ago. ### How to enable with a Resource Manager template 1. Download one or all of the available templates that describe how to create the alert. -2. Create and use a [parameters file](https://review.docs.microsoft.com/azure/azure-resource-manager/templates/parameter-files) as a JSON to set the values required to create the alert rule. +2. Create and use a [parameters file](https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/parameter-files) as a JSON to set the values required to create the alert rule. 3. Deploy the template from the Azure portal, PowerShell, or Azure CLI. For step by step procedures on how to enable alerts via Resource manager, please go [here.](https://aka.ms/ci_alerts_arm)