I\'m trying to login to our Azure account from Powershell. I installed the proper module but am unable to get passed the following error:
PS C:> Add-A
Try using the cmdlet "add-azureaccount" without any parameters, you will get a simple login screen popup where you can enter your azure credentials.
Login at https://manage.windowsazure.com/ and select Subscriptions > Manage subscriptions\directory. Each subscription is associated with a particular Azure Active Directory. Select Active Directory from the list of services on the left menu. Open up directory you are interested in. The list of users will say if it is sourced from a Microsoft account or Windows Azure Active Directory. You can only automate signing in to a Azure AD account.
You can create an account by selecting add user and New user in your organization.
I wish I could sign in from the command line without a UI prompt using my Microsoft account. I'm not sure why it is setup this way. But yes, you must currently use a domain account to sign in automatically.
WORKAROUND:
Use the certificate method instead. Works instantly without a hitch.