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

Commit 1b7526c

Browse files
authored
Merge pull request #278 from massimobonanni/patch-3
LAB 18 - Azure CLI throws an error when try to create webapp
2 parents 8dc3c31 + b3088ff commit 1b7526c

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)