Skip to content

Instantly share code, notes, and snippets.

@omarmciver
Created April 24, 2023 19:11
Show Gist options
  • Save omarmciver/4ce205caf7093ced16b5e89434bd4909 to your computer and use it in GitHub Desktop.
Save omarmciver/4ce205caf7093ced16b5e89434bd4909 to your computer and use it in GitHub Desktop.
Install AzureCLI with pip
apt update
apt install python3-pip
python -m pip install --upgrade pip
pip install azure-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment