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

AggregateException when running the DeployManageVirtualMachines sample. #20

@steentottrup

Description

@steentottrup

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions