Hello @Khushboo Kumari ,
Welcome to Microsoft Q&A Platform. Thank you for reaching out & hope you are doing well.
I understand that you would like to know if it is possible to make a site-to-site VPN connection between two Azure Vnets which are already connected to on-premises via S2S VPN.
Yes, it is possible to make a site-to-site VPN connection between two Azure Vnets which are already connected to on-premises via S2S VPN.
If you're working with a complicated network configuration, you may prefer to connect your VNets by using a Site-to-Site connection instead. When you follow the Site-to-Site IPsec steps, you create and configure the local network gateways manually. The local network gateway for each VNet treats the other VNet as a local site. These steps allow you to specify additional address spaces for the local network gateway to route traffic. If the address space for a VNet changes, you must manually update the corresponding local network gateway.
Now, coming to your second question of VPN failover:
If one s2s is down or disconnected, let's suppose on-prem to NE cloud is down, in that case, will the resources of NE Cloud reach to the on-prem through the SA cloud?
Yes, it is possible in the below 2 cases:
- If the local network gateway on NE cloud Vnet connecting to SA cloud have the on-premises network address range as well, then resources of NE Cloud can reach to the on-premises through the SA cloud.
- Enable BGP on all connections, which can help in automatic route propagation. Refer: https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-bgp-overview
Kindly let us know if the above helps or you need further assistance on this issue.
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.