Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

AggregateException when running the DeployManageVirtualMachines sample. #20

Open
steentottrup opened this issue May 14, 2015 · 0 comments

Comments

@steentottrup
Copy link

I've been trying to automate the process of creating VMs on Azure.

First off, I tried using PowerShell with the same result.

Bug on Azure or in the management libraries.

The inner exception is: CloudException.

Inner stack trace:

at Microsoft.WindowsAzure.Management.Compute.VirtualMachineOperations.d__f8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at DeployManageVirtualMachines.VMManagementController.d__1a.MoveNext() in c:\Projects\GitHub\AzureQuickStartsProjects\Compute\DeployManageVirtualMachines\VMManagementController.cs:line 212
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at DeployManageVirtualMachines.Program.d__b.MoveNext() in c:\Projects\GitHub\AzureQuickStartsProjects\Compute\DeployManageVirtualMachines\Program.cs:line 133

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant