Created
November 4, 2015 18:08
-
-
Save dhei/4ef40d771ca36d7f64fd to your computer and use it in GitHub Desktop.
Azure CLI cheatsheet
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
# 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