Hello All,
I hope you can help me with the following query.
I've recently setup Express Route and have connected it to an existing virtual network. Now I am trying to add an additional Site to Site VPN to another Azure virtual network.
I have read in recent MS blogs and FAQs that it is possible for a V network to have: express route, site to site and client to site vpns co-existing.
As described in these articles:
https://azure.microsoft.com/en-us/documentation/articles/expressroute-faqs/#data-and-connections
Can I use site-to-site connectivity for virtual networks in conjunction with ExpressRoute?
Yes. ExpressRoute can coexist with site-to-site VPNs.
http://azure.microsoft.com/blog/2015/05/05/new-networking-capabilities-for-a-consistent-connected-and-hybrid-cloud/
New VPN Gateway offers Site-to-Site VPN and ExpressRoute coexistence
You can connect branch offices that aren’t part of your WAN to your Azure virtual networks that are also connected via ExpressRoute.
You can have Point-to-Site connections to the same Virtual Network that is also connected via ExpressRoute enabling dev/test and mobile worker scenarios.
As required in the second link, I have provisioned my network gateway to be: Standard.
So are you able link me to a MS blog or third party blog which shows me how to configure this?
Regards,
Lordy888