Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit a780984

Browse files
Add a note to run the Web provider register command in case of error during the creation of the app service plan
1 parent 8c851bd commit a780984

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Instructions/Labs/AZ400_M03_L07_Configure_Pipelines_as_Code_with_YAML.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ In this task, you will create an Azure web app by using the Azure portal.
9191
az appservice plan create --resource-group $RESOURCEGROUPNAME --name $SERVICEPLANNAME --sku B3
9292
```
9393

94+
> **Note**: If you get an error like "The subscription is not registered to use namespace 'Microsoft.Web'" when you run the previous command, run the following `az provider register --namespace Microsoft.Web` and then run the command that generated the error again.
95+
9496
1. Create a web app with a unique name.
9597

9698
```bash

0 commit comments

Comments
 (0)