Which of the following would log you into Azure Resource Manager via Powershell
- login-azureaccount
- login-azurermaccount
- new-azuresession
- login-azure
EXPLANATION
Login-AzureRMAccount requires you have the AzureRM modules installed. and will prompt you for credentials. You can also extend this to login to a particular Subscription under that login.For example: login-azurermaccount -subscriptionid "Dev Sub"
0 comments:
Post a Comment