You are the administrator for three Azure subscriptions named Dev, Test, and Prod.
Your Azure Power Shell profile is configured with the Dev subscription as the default.
You need to create a new virtual machine in the Test subscription by using the least administrative effort.
Which Power Shell command should you use?

A.
Option A
B.
Option B
C.
Option C
D.
Option D
Explanation:
Example: Set the current subscription
This command makes Test the current subscription.
Windows PowerShell
C:\\PS> Select-AzureSubscription -SubscriptionName Test -Currenthttp://msdn.microsoft.com/en-us/library/dn722499.aspx
Answer is D.
C:\PS> Select-AzureSubscription -Default -SubscriptionName ContosoFinance -SubscriptionDataFile “C:\subs\MySubscriptions.xml”
This command changes the default subscription to “ContosoFinance.” It saves the setting in the Subscriptions.xml subscription data file, instead of the default subscription data file.
0
0
This is most likely an obsolete question. ARM subscription command in Select-AzureRmSubscription
0
0