Hi,
I have a VM which is used as a DC for a SharePoint Dev Environment.
Yesterday I have lost the ability to connect to the VM, and also its State.
- When trying to connect, I receive a 'remote desktop may not be enabled..'
- When trying to Stop or Restart using the portal UI, a fail message appears advising to contact the administrator or support
- When trying to Stop using Azure Powershell, the following error message is received:
Stop-AzureVM : InternalError : The server encountered an internal error. Please retry the request.
At line:1 char:50
+ Get-AzureVM -ServiceName "VMDCSvc" -Name "VMDC" | Stop-AzureVM -Force
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [Stop-AzureVM], CloudException
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.ServiceManagement.IaaS.StopAzureVMCommand
Other VM's in the environment are unaffected.
Any idea's?
Thanks
LJ