Install or update `az` on Linux or Mac with pre-reqs
#!/bin/sh | |
# https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-linux? | |
# install or update azure cli: `az` | |
# | |
# pre-requisites | |
# | |
# - Python 3.6.x, 3.7.x or 3.8.x in path | |
# - libffi | |
# - OpenSSL 1.0.2+ | |
# - bash 5 in path | |
# - gnu coreutils in path | |
curl -L https://aka.ms/InstallAzureCli | bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment