Hello!
I have a virtual network set up in Azure. Unfortunately, I seem to have created the virtual network gateway's IP as dynamic rather than static. The gateway's IP changed, which caused it's VPN connection to a local gateway to break since it was locked down by IP.
I tried to follow this approach to convert the IP to a reserved one: https://azure.microsoft.com/en-us/documentation/articles/virtual-networks-reserved-public-ip/#how-to-reserve-the-ip-address-of-an-existing-cloud-service
But, when using New-AzureReservedIP with an existing IP, you have to specify the ServiceName. I'm not sure what to pass for that parameter in this case.
Any ideas? Is there any way to convert my VNG's public IP to a static or reserved one? If not, am I stuck recreating most of the virtual network? It sure seems that way... I don't see a way to change the public IP without deleting the VNG, which would then require that I delete the VPN connection, too.