Up until today I've been creating virtual machines via the command below but now I'm getting a weird error:
New-AzureQuickVM -Windows -ServiceName "MQA1my" -Name "MQA1my" -ImageName "a699494373c04fc0bc8f2bb1389d6106__Windows-Server-2012-Datacenter-201212.01-en.us-30GB.vhd" -Password "Testing!" -AffinityGroup "qaX -ErrorVariable
errorVariable
PSComputerName : bxyoung
RunspaceId : 578e9b6b-6e97-47d2-a0a2-12f2c44c9731
OperationDescription : New-AzureQuickVM - Create Cloud Service
OperationId : 4202c900-0ff7-44b7-a72e-953c45b19795
OperationStatus : Succeeded
HTTP Status Code: BadRequest - HTTP Error Message: You don't have permission to use this image.
Operation ID: 1a0ed7d18d4c45d29e0752b3dd91f3cf
+ CategoryInfo : CloseError: (:) [New-AzureQuickVM], CommunicationException
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Management.ServiceManagement.IaaS.PersistentVMs.NewQuickVM
+ PSComputerName : bxyoung
errorVariable: HTTP Status Code: BadRequest - HTTP Error Message: You don't have permission to use this image.
Operation ID: 1a0ed7d18d4c45d29e0752b3dd91f3cf
B.Young