How to create HUB and Spoke network topology with multiple subscription?

Siya Kumari 536 Reputation points
2023-11-02T03:43:01.75+00:00

Hello team,

We want to set up Azure Hub and Spoke network topology with multiple Azure Subscription and with on-premises connectivity i.e. our Hub should be in different Azure Subscription and Spokes should be in different Azure subscriptions.

Can anyone suggest any blog to which I can refer?

Thanks!

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.
2,773 questions
{count} votes

Accepted answer
  1. KapilAnanth-MSFT 49,611 Reputation points Microsoft Employee Moderator
    2023-11-06T06:11:37.82+00:00

    @Siya Kumari

    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 know the best practices for Azure Hub and Spoke network topology with multiple Azure Subscription(s).

    Please note that Azure Subscription is a logical boundary for billing. It does not affect Peering between two VNETs (Hub and Spoke) in two different subscriptions.

    With Regular VNET Hub and Spoke:

    You can refer to the documentation on Hub-spoke network topology in Azure for more details on Hub VNet and Spoke VNet(s) topology.

    • Please make sure the VNET Gateway and the Hub VNET are in the same subscription/resource group.
    • Make sure Gateway Transit is enabled between the peering(s) from Spoke VNet(s) to Hub VNet.

    With Azure vWAN,

    This only masks the Hub from you.

    It still let's you manage :

    • Virtual Networks (Spokes only) to be connect to the Hub
    • Azure Firewall which is directly deployed into the Hub
    • ExpressRoute/VPN Gateway that is deployed into the Hub
    • Define the address range of the Hub even

    Almost all of the use cases of traditional Hub Spoke VNET architecture can be achieved by using a vWAN as well.

    Thanks,

    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 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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