You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: