From 7401cbe970a5d51c8d5f0a864b2bac0fe678d79f Mon Sep 17 00:00:00 2001 From: Yas Date: Wed, 17 Nov 2021 15:39:04 +1100 Subject: [PATCH] Updated lab 9a Added a note to help students get around the resource provider not being registered error --- Instructions/Labs/LAB_09a-Implement_Web_Apps.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Instructions/Labs/LAB_09a-Implement_Web_Apps.md b/Instructions/Labs/LAB_09a-Implement_Web_Apps.md index 7691fea7..7ffdc16a 100644 --- a/Instructions/Labs/LAB_09a-Implement_Web_Apps.md +++ b/Instructions/Labs/LAB_09a-Implement_Web_Apps.md @@ -205,6 +205,8 @@ In this task, you will configure and test autoscaling of Azure web app. 1. Click **Save**. + >**Note**: If you got an error complaining about 'microsoft.insights' resource provider not being registered, run `az provider register --namespace 'Microsoft.Insights'` in your cloudshell and retry saving your auto scale rules. + 1. In the Azure portal, open the **Azure Cloud Shell** by clicking on the icon in the top right of the Azure Portal. 1. If prompted to select either **Bash** or **PowerShell**, select **PowerShell**.