Skip to content

Instantly share code, notes, and snippets.

@devigned
Last active October 13, 2015 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devigned/5dd22909b88255a4eafe to your computer and use it in GitHub Desktop.
Save devigned/5dd22909b88255a4eafe to your computer and use it in GitHub Desktop.
Azure CLI v0.9.10 Microsoft Account Login
# Running Azure login will prompt the user to open the device login page and start polling
# for confirmation of login.
azure login
# info: Executing command login
# info: To sign in, use a web browser to open the page http://aka.ms/devicelogin. Enter the code #######
# to authenticate. If you're signing in as an Azure AD application, use the --username and --password parameters.
# info: Added subscription Visual Studio Ultimate with MSDN
# info: login command OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment