am running the following commands to set up a Vnet to Vnet connection:
Add-AzureAccount
Set-AzureVNetGatewaykey
-VNetNamel bcclouds -LocalNetworkSiteNameormondbchnet-SharedKeyA1b2C3D4-Verbose
Both Vnets were created with classic
I receive the following error:
Set-AzureVNetGatewaykey : InternalError : An internal error has occurred.
At line:2 char:1
+ Set-AzureVNetGatewaykey -VNetName lbcclouds -LocalNetworkSiteName orm ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [Set-AzureVNetGatewayKey], CloudException
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.ServiceManagement.Network.Gateway.SetAzureVNetGatewayKey
I have tried to find something on this but the only related errors seem to be problems with the vnet names which is not the error I received. Any ideas would be greatly apprecated