Skip to content

Instantly share code, notes, and snippets.

@dhei
Created November 4, 2015 18:08
Show Gist options
  • Save dhei/4ef40d771ca36d7f64fd to your computer and use it in GitHub Desktop.
Save dhei/4ef40d771ca36d7f64fd to your computer and use it in GitHub Desktop.
Azure CLI cheatsheet
# switch to azure service manager
azure config mode asm
# list all your azure account
azure account list
# download you publishsettings file from azure portal
azure account download
# import publishsettings file
azure account import <publishsettings-file-path>
# login with your own account
# open http://aka.ms/devicelogin in browser, enter the authentication code
azure login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment