Created
July 25, 2022 19:30
-
-
Save dcasati/1a40375fbb8a547ef89f3b5267a54bfe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#remove the azure cli if installed via apt: | |
sudo apt remove azure-cli | |
#install the azure cli with pip: | |
sudo python3 -m pip install msrest==0.6.21 | |
sudo python3 -m pip install azure.cli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment