Skip to content

Instantly share code, notes, and snippets.

@pranaysahith
Created July 22, 2019 13:24
Show Gist options
  • Save pranaysahith/38b7515ad573a5e52f78aaae53ace848 to your computer and use it in GitHub Desktop.
Save pranaysahith/38b7515ad573a5e52f78aaae53ace848 to your computer and use it in GitHub Desktop.
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo sh -c 'echo -e "[azure-cli]\nname=Azure CLI\nbaseurl=https://packages.microsoft.com/yumrepos/azure-cli\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/azure-cli.repo'
sudo yum install -y azure-cli
az login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment