Error occurs where users need to register resource providers

Please provide guidance for customer on how to register resource provider: https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types#azure-portal
This commit is contained in:
tofusgh 2020-08-12 15:55:25 -04:00 committed by GitHub
parent 2c58a30243
commit f0dca99276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,6 +170,9 @@ In this task, you will swap the staging slot with the production slot
#### Task 6: Configure and test autoscaling of the Azure web app #### Task 6: Configure and test autoscaling of the Azure web app
>**Note**: You will need to confirm that Microsoft.Insights is registered on your subscription for this lab. Please find the instructions on how-to register a Resource Provider here: https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types#azure-portal
In this task, you will configure and test autoscaling of Azure web app. In this task, you will configure and test autoscaling of Azure web app.
1. On the blade displaying the production slot of the web app, in the **Settings** section, click **Scale out (App Service plan)**. 1. On the blade displaying the production slot of the web app, in the **Settings** section, click **Scale out (App Service plan)**.
@ -196,7 +199,9 @@ In this task, you will configure and test autoscaling of Azure web app.
| Instance count | **1** | | Instance count | **1** |
| Cool down (minutes) | **5** | | Cool down (minutes) | **5** |
>**Note**: Obviously these values do not represent a realistic configuration, since their purpose is to trigger autoscaling as soon as possible, without extended wait period. >**Note**: Obviously these values do not represent a realistic configuration, since their purpose is to trigger autoscaling as soon as possible, without extended wait period.
1. Click **Add** and, back on the App Service plan scaling blade, specify the following settings (leave others with their default values): 1. Click **Add** and, back on the App Service plan scaling blade, specify the following settings (leave others with their default values):
@ -208,6 +213,8 @@ In this task, you will configure and test autoscaling of Azure web app.
1. Click **Save**. 1. Click **Save**.
1. In the Azure portal, open the **Azure Cloud Shell** by clicking on the icon in the top right of the Azure Portal. 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**. 1. If prompted to select either **Bash** or **PowerShell**, select **PowerShell**.