Search code examples
azuresubscriptionazure-virtual-network

Can we use same subscription in different Azure region


Can we use same subscription in different Azure region. I want to create different Virtual Networks in different region and design protocol to communicate these regions.

Regards
Abdul


Solution

  • Yes, you can easily use the same subscription to spin up resources in other regions in Azure.

    What regions you can use depends on your subscription type though. If you use any of the Azure credit offers you will find that certain offers has limits on the regions they can activate resources in.

    I would recommend that you simply test by making a resource group in Azure in the region you want to test with, then create a new Azure Virtual Network in that resource group (which will per default have the same region).

    This shows you the regions available to you. Repeat for each region you want a network in.

    If you wish to connect the Azure Virtual Networks in different regions with each other you can setup Azure Virtual Network Peering

    A little side note. Not all types of resources are available in all regions. I would recommend checking what regions are available in the Azure Region Map, then check the Offers by Region page to see if the product you want to use is available in your chosen region.