You administer an Azure subscription with an existing cloud service named
contosocloudservice. Contosocloudservice contains a set of related virtual machines (VMs)
named ContosoDC, ContosoSQL and ContosoWeb1.
You want to provision a new VM within contosocloudservice.
You need to use the latest gallery image to create a new Windows Server 2012 R2 VM that
has a target IOPS of 500 for any provisioned disks.
Which PowerShell command should you use?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Explanation:
http://msdn.microsoft.com/en-us/library/dn495159.aspx
I think none of the answers correct:
A. cloud service name is not specified
“New-AzureVM : The input object cannot be bound because it did not contain the information required to bind allmandatory parameters: ServiceName”
B. Basic_A1 instance size means 2 drives *300 iops
C, D will not work without -adminusername parameter