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

Commit b3088ff

Browse files
LAB 18 - Azure CLI throws an error when try to create webapp
I removed the note and the commands after the note in the EX 00, TASK 02, STEP 05. They create a lot of confusion, and they don't help the student.
1 parent 8dc3c31 commit b3088ff

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Instructions/Labs/AZ400_M09_L18_Monitoring_Application_Performance_with_Application_Insights.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,6 @@ In this task, you will create an Azure web app and an Azure SQL database by usin
8787
--name $SERVICEPLANNAME --sku B3
8888
```
8989

90-
> **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.
91-
92-
```bash
93-
az extension remove --name appservice-kube
94-
az extension add --yes --source "https://aka.ms/appsvc/appservice_kube-latest-py2.py3-none-any.whl"
95-
```
96-
9790
1. Create a web app with a unique name.
9891

9992
```bash

0 commit comments

Comments
 (0)