Hi @frank sebera ,
Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.
I understand that you would like to use Azure Backbone for connection between two Azure Virtual Networks.
You can consider Azure VNet Cross Subscription Peering
- This, however, takes place using Private IP Ranges. So, you will be required to remove the NAT_Public_IP in between.
- Also, the VNets in picture should not have overlapping IP Addresses.
In case you are planning to use Internet only and still leverage Azure backbone,
- Refer: Routing via Microsoft global network
- Here, the traffic stays in Microsoft for most of the flow, but there is no guarantee that it will stay in MS backbone for 100%
- We recommend you use VNet peering should you wish the traffic never leaves MS backbone.
Hope this helps.
Cheers,
Kapil
----------------------------------------------------------------------------------------------------------------
Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.