For a project I am working on, I need a publicly accessible machine with a static IP, both of which I've recently provisioned and tested. (Remote desktop connection using the static IP).
I also need to set up a site-to-site VPN with one of our suppliers. They are using a Cisco ASA router.
After fumbling around for an hour or so, I understand that I need to provision a virtual network gateway, and this is where the confusion sets in. When I provisioned the virtual machine , a virtual network was created. From here, I can opt to create a site-to-site
VPN, which I have. I configured the VPN using the IP and secure side subnet information that the supplier provided (10.24.0.0 / 13).
Provisioning starts, and a short time later I receive the following error message:
"code": "VirtualNetworkOperationFailed",
"message": "Unable to create virtual network '####' : 'Missing subnet referenced 'GatewaySubnet' in virtual network 'Group #### ####'.
Not really sure where to proceed from here. Thank you for your help.