Routing traffic on Azure Backbone between different Azure customers

frank sebera 21 Reputation points
2022-12-13T18:45:15.593+00:00

:
We currently have a small Azure subscription with a vFirewall and 2 vServers setup on two subnets (vNets) in our Azure subscription but Azure routing is not currently enabled. We would like to
communicate with another Azure customer without using the Public Internet. Communications --between us-- currently uses the Public Internet.
:
The question is - if we setup Azure routing (within our Azure subscription, will traffic between us and the other Azure customer use the Azure backbone?
:
:
:Current setup -- No routing Enabled
Azure_Cloud -----vNet_192.168.1.0/24---- vFirewall-----vNet_192.168.0.0/24-----NAT_Public_IP------Public_Internet
:
: Future setup -- Auzre Routing Enabled
Azure_Cloud -----vNet_192.168.1.0/24---- vFirewall-----vNet_192.168.0.0/24-----NAT_Public_IP------Azure_BackBone------Other_Azure_Customer
:
:
Thank you
fsebera

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
0 comments No comments
{count} votes

Answer accepted by question author
  1. KapilAnanth 49,856 Reputation points Moderator
    2022-12-14T05:27:53.62+00:00

    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.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.