I'm trying to run the below command, but every time get an error.
New-AzureBGPPeering -ServiceKey "my key" -PrimaryPeerSubnet "10.150.31.252/30" -SecondaryPeerSubnet "10.150.31.250/30" -PeerAsn myasn -VlanId 20 -AccessType Private
New-AzureBGPPeering : InternalError: The server encountered an internal error. Please retry the request.At line:1 char:1
+ New-AzureBGPPeering -ServiceKey "*******-*****-******-*******" -PrimaryP ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [New-AzureBGPPeering], CloudException
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.ExpressRoute.NewAzureBGPPeeringCommand