Hello
I am having a problem with a Vnet - currently I cannot see the view the vnet in the portal - on selection it just shows "Failed". When attempting to see the gateway via powershell it shows
PS C:\temp> Get-AzureVNetGateway -VNetName <VNETNAME>Get-AzureVNetGateway : InternalError: The server encountered an internal error. Please retry the request.
At line:1 char:1
+ Get-AzureVNetGateway -VNetName <VNETNAME>
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [Get-AzureVNetGateway], CloudException
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.ServiceManagement.Network.Gateway.GetAzureVNetGatewayCom
mand
I have tried
* Updating the vnet configuration and importing the network config file again
* issuing Reset-VnetGateway
I cannot get the vnet back to normal state
Any help appreciated