Hi @Madilyn King
We recommend a Hub-and-Spoke architecture to enable all three VNets (VNetA, VNetB, and VNetC) to connect to the On-Premises network. Due to Azure’s gateway transit limitation (only one peered VNet can use a remote gateway), a shared gateway across all VNets is not feasible. Consider either of the following methods:
Method 1:
Peer VNetC with VNetB
Create S2S VPNs from VNetA and VNetB to On-Prem
VNetC reaches On-Prem via VNetB's gateway
Method 2:
Peer VNetC with VNetA
Create S2S VPNs from VNetA and VNetB to On-Prem
VNetC reaches On-Prem via VNetA's gateway
These approaches provide full connectivity to On-Prem and maintain network isolation for customer-facing workloads in VNetC.
I hope this helps to resolve your issue. Please feel free to ask any questions if the solution provided isn't helpful.
Please provide your valuable feedback on the thread by clicking Accept the answer and upvoting wherever the information was helpful, as this can be beneficial to other community members