Skip to content

Instantly share code, notes, and snippets.

@devigned
Last active October 13, 2015 19:50
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/6c0e980f5cc74b075806 to your computer and use it in GitHub Desktop.
Save devigned/6c0e980f5cc74b075806 to your computer and use it in GitHub Desktop.
Azure CLI v0.9.10 Login Organizational Account
# Running Azure login with -u will prompt the user for their password
# and authenticate the Azure organizational account unless Multi-Factor
# Authentication is enabled. If Multi-Factor Authentication is enabled,
# the user will be prompted with the following error:
#
# error: Interactive login is required. Use 'azure login' to interactively login.
azure login -u your-username
# info: Executing command login
# Password: **************
# + Authenticating...
# 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