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

Commit 0711a6b

Browse files
committed
Merge branch 'master' into az-400-modernization
2 parents 009669d + 3a7fe6a commit 0711a6b

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

Instructions/Labs/AZ400_M04_Controlling_Deployments_using_Release_Gates.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,8 @@ In this task, you will create two Azure web apps representing the **Canary** and
100100
az appservice plan create -g $RESOURCEGROUPNAME -n $SERVICEPLANNAME --sku S1
101101
```
102102

103-
> **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.
104-
105-
```bash
106-
az extension remove -n appservice-kube
107-
az extension add --yes --source "https://aka.ms/appsvc/appservice_kube-latest-py2.py3-none-any.whl"
108-
```
109-
110-
1. Create two web apps with unique app names.
111-
103+
1. Create two web apps with unique app names.
104+
112105
```bash
113106
SUFFIX=$RANDOM$RANDOM
114107
az webapp create -g $RESOURCEGROUPNAME -p $SERVICEPLANNAME -n PU$SUFFIX-Canary

0 commit comments

Comments
 (0)