Updated lab 9a

Added a note to help students get around the resource provider not being registered error
This commit is contained in:
Yas 2021-11-17 15:39:04 +11:00 committed by GitHub
parent 4a53dcee3c
commit 7401cbe970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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**.