Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Conversation

@unaihuete93
Copy link
Contributor

@unaihuete93 unaihuete93 commented Apr 27, 2022

Replace issue name LAB00:QUICK_DESCRIPTION, for example "LAB01: My new issue" (or same name as linked Issue)

Related Issue

Link related Github Issue 🢂 Fixes #244 . (Include issue number after #)

Checklist

Mark completed with "x" between brackets, "[x]", or checking the box once the PR is created:

Changes proposed in this pull request:

  • Most students ended up removing extension (not necessary) and it breaks azure cli

@unaihuete93 unaihuete93 merged commit 47f04db into master Apr 27, 2022

```bash
az extension remove -n appservice-kube
az extension add --yes --source "https://aka.ms/appsvc/appservice_kube-latest-py2.py3-none-any.whl"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, attempting to add the solution with the source as it currently is did cause me some issues. However, a quick Google search got me to the following command which worked perfectly fine:

az extension add --upgrade --yes --name appservice-kube

I have no idea what this extension was supposed to do, but it still can be used.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The extension was supposed to be replaced only if app service plan commands gave issues. Everyone ended up running it (ignoring warning), giving us lot of issues in my last course. The extensions just download the most recent commands for appservices.

@LuizMacedo LuizMacedo deleted the lab11-fix branch February 1, 2023 17:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LAB11: no need for extension remove

3 participants