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

Commit 27e240a

Browse files
authored
Update AZ400_M05_Configuring_Pipelines_as_Code_with_YAML.md
1 parent 03e098f commit 27e240a

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

Instructions/Labs/AZ400_M05_Configuring_Pipelines_as_Code_with_YAML.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,7 @@ In this task, you will create an Azure web app and an Azure SQL database by usin
9595
SERVICEPLANNAME='az400l11a-sp1'
9696
az appservice plan create --resource-group $RESOURCEGROUPNAME --name $SERVICEPLANNAME --sku B3
9797
```
98-
99-
> **Note**: If the `az appservice plan create` command fails with an error message starting with `ModuleNotFoundError: No module named 'vsts_cd_manager'`, then run the following commands and then re-run the failed command.
100-
101-
```bash
102-
az extension remove -n appservice-kube
103-
az extension add --yes --source "https://aka.ms/appsvc/appservice_kube-latest-py2.py3-none-any.whl"
104-
```
98+
10599

106100
1. Create a web app with a unique name.
107101

0 commit comments

Comments
 (0)