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

Commit 3a7fe6a

Browse files
authored
Merge pull request #257 from MicrosoftLearning/patch-lab08
lab08: remove "az extension"
2 parents b1421ee + e14987f commit 3a7fe6a

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Instructions/Labs/AZ400_M04_Controlling_Deployments_using_Release_Gates.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,6 @@ In this task, you will create two Azure web apps representing the **Canary** and
116116
az appservice plan create -g $RESOURCEGROUPNAME -n $SERVICEPLANNAME --sku S1
117117
```
118118

119-
> **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.
120-
121-
```bash
122-
az extension remove -n appservice-kube
123-
az extension add --yes --source "https://aka.ms/appsvc/appservice_kube-latest-py2.py3-none-any.whl"
124-
```
125-
126119
1. Create two web apps with unique app names.
127120

128121
```bash

0 commit comments

Comments
 (0)