Get-AzLocation

In this Azure PowerShell article, we will discuss the syntax and usage of Get-AzLocation Azure PowerShell cmdlet with examples.

Get-AzLocation

Get-AzLocation is an excellent Azure PowerShell cmdlet that helps you to retrieve the location details and their supported resource providers.

syntax

Below is the syntax of Get-AzLocation Azure PowerShell cmdlet.

Get-AzLocation

Example: Run the below Azure PowerShell cmdlet that helps you getting all the location details and supported resource providers for each locations.

Get-AzLocation

When I ran the above Azure PowerShell cmdlet I got the below output.


PS C:\WINDOWS\system32> Get-AzLocation


Location         : eastus
DisplayName      : East US
Type             : Region
Longitude        : -79.8164
Latitude         : 37.3719
PhysicalLocation : Virginia
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : US
PairedRegion     : [
                       {
                           "Name":  "westus",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/westus",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.Cdn, Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage...}

Location         : eastus2
DisplayName      : East US 2
Type             : Region
Longitude        : -78.3889
Latitude         : 36.6681
PhysicalLocation : Virginia
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : US
PairedRegion     : [
                       {
                           "Name":  "centralus",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/centralus",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.Cdn, Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage...}

Location         : southcentralus
DisplayName      : South Central US
Type             : Region
Longitude        : -98.5
Latitude         : 29.4167
PhysicalLocation : Texas
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : US
PairedRegion     : [
                       {
                           "Name":  "northcentralus",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/northcentralus",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.Cdn, Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage...}

Location         : westus2
DisplayName      : West US 2
Type             : Region
Longitude        : -119.852
Latitude         : 47.233
PhysicalLocation : Washington
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : US
PairedRegion     : [
                       {
                           "Name":  "westcentralus",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/westcentralus",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage, Microsoft.ContainerRegistry...}

Location         : westus3
DisplayName      : West US 3
Type             : Region
Longitude        : -112.074036
Latitude         : 33.448376
PhysicalLocation : Phoenix
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : US
PairedRegion     : [
                       {
                           "Name":  "eastus",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/eastus",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage, Microsoft.ContainerRegistry...}

Location         : australiaeast
DisplayName      : Australia East
Type             : Region
Longitude        : 151.2094
Latitude         : -33.86
PhysicalLocation : New South Wales
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : Asia Pacific
PairedRegion     : [
                       {
                           "Name":  "australiasoutheast",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/australiasoutheast",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.Cdn, Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage...}

Location         : southeastasia
DisplayName      : Southeast Asia
Type             : Region
Longitude        : 103.833
Latitude         : 1.283
PhysicalLocation : Singapore
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : Asia Pacific
PairedRegion     : [
                       {
                           "Name":  "eastasia",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/eastasia",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.Cdn, Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage...}

Location         : northeurope
DisplayName      : North Europe
Type             : Region
Longitude        : -6.2597
Latitude         : 53.3478
PhysicalLocation : Ireland
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : Europe
PairedRegion     : [
                       {
                           "Name":  "westeurope",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/westeurope",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.Cdn, Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage...}

Location         : swedencentral
DisplayName      : Sweden Central
Type             : Region
Longitude        : 17.14127
Latitude         : 60.67488
PhysicalLocation : Gävle
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : Europe
PairedRegion     : [
                       {
                           "Name":  "swedensouth",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/swedensouth",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage, Microsoft.ContainerRegistry...}

Location         : uksouth
DisplayName      : UK South
Type             : Region
Longitude        : -0.799
Latitude         : 50.941
PhysicalLocation : London
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : Europe
PairedRegion     : [
                       {
                           "Name":  "ukwest",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/ukwest",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage, Microsoft.ContainerRegistry...}

Location         : westeurope
DisplayName      : West Europe
Type             : Region
Longitude        : 4.9
Latitude         : 52.3667
PhysicalLocation : Netherlands
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : Europe
PairedRegion     : [
                       {
                           "Name":  "northeurope",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/northeurope",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.Cdn, Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage...}

Location         : centralus
DisplayName      : Central US
Type             : Region
Longitude        : -93.6208
Latitude         : 41.5908
PhysicalLocation : Iowa
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : US
PairedRegion     : [
                       {
                           "Name":  "eastus2",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/eastus2",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.Cdn, Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage...}

Location         : southafricanorth
DisplayName      : South Africa North
Type             : Region
Longitude        : 28.218370
Latitude         : -25.731340
PhysicalLocation : Johannesburg
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : Africa
PairedRegion     : [
                       {
                           "Name":  "southafricawest",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/southafricawest",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage, Microsoft.ContainerRegistry...}

Location         : centralindia
DisplayName      : Central India
Type             : Region
Longitude        : 73.9197
Latitude         : 18.5822
PhysicalLocation : Pune
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : Asia Pacific
PairedRegion     : [
                       {
                           "Name":  "southindia",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/southindia",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.Cdn, Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage...}

Location         : eastasia
DisplayName      : East Asia
Type             : Region
Longitude        : 114.188
Latitude         : 22.267
PhysicalLocation : Hong Kong
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : Asia Pacific
PairedRegion     : [
                       {
                           "Name":  "southeastasia",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/southeastasia",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.Cdn, Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage...}

Location         : japaneast
DisplayName      : Japan East
Type             : Region
Longitude        : 139.77
Latitude         : 35.68
PhysicalLocation : Tokyo, Saitama
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : Asia Pacific
PairedRegion     : [
                       {
                           "Name":  "japanwest",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/japanwest",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.Cdn, Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage...}

Location         : koreacentral
DisplayName      : Korea Central
Type             : Region
Longitude        : 126.9780
Latitude         : 37.5665
PhysicalLocation : Seoul
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : Asia Pacific
PairedRegion     : [
                       {
                           "Name":  "koreasouth",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/koreasouth",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage, Microsoft.ContainerRegistry...}

Location         : canadacentral
DisplayName      : Canada Central
Type             : Region
Longitude        : -79.383
Latitude         : 43.653
PhysicalLocation : Toronto
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : Canada
PairedRegion     : [
                       {
                           "Name":  "canadaeast",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/canadaeast",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.Cdn, Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage...}

Location         : francecentral
DisplayName      : France Central
Type             : Region
Longitude        : 2.3730
Latitude         : 46.3772
PhysicalLocation : Paris
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : Europe
PairedRegion     : [
                       {
                           "Name":  "francesouth",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/francesouth",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage, Microsoft.ContainerRegistry...}

Location         : germanywestcentral
DisplayName      : Germany West Central
Type             : Region
Longitude        : 8.682127
Latitude         : 50.110924
PhysicalLocation : Frankfurt
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : Europe
PairedRegion     : [
                       {
                           "Name":  "germanynorth",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/germanynorth",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage, Microsoft.ContainerRegistry...}

Location         : norwayeast
DisplayName      : Norway East
Type             : Region
Longitude        : 10.752245
Latitude         : 59.913868
PhysicalLocation : Norway
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : Europe
PairedRegion     : [
                       {
                           "Name":  "norwaywest",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/norwaywest",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage, Microsoft.ContainerRegistry...}

Location         : switzerlandnorth
DisplayName      : Switzerland North
Type             : Region
Longitude        : 8.564572
Latitude         : 47.451542
PhysicalLocation : Zurich
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : Europe
PairedRegion     : [
                       {
                           "Name":  "switzerlandwest",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/switzerlandwest",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage, Microsoft.ContainerRegistry...}

Location         : uaenorth
DisplayName      : UAE North
Type             : Region
Longitude        : 55.316666
Latitude         : 25.266666
PhysicalLocation : Dubai
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : Middle East
PairedRegion     : [
                       {
                           "Name":  "uaecentral",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/uaecentral",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage, Microsoft.ContainerRegistry...}

Location         : brazilsouth
DisplayName      : Brazil South
Type             : Region
Longitude        : -46.633
Latitude         : -23.55
PhysicalLocation : Sao Paulo State
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : South America
PairedRegion     : [
                       {
                           "Name":  "southcentralus",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/southcentralus",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.Cdn, Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage...}

Location         : eastus2euap
DisplayName      : East US 2 EUAP
Type             : Region
Longitude        : -78.3889
Latitude         : 36.6681
PhysicalLocation : 
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : US
PairedRegion     : [
                       {
                           "Name":  "centraluseuap",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/centraluseuap",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.KeyVault, Microsoft.DBforMySQL, 
                   Microsoft.OperationalInsights, Microsoft.CognitiveServices...}

Location         : qatarcentral
DisplayName      : Qatar Central
Type             : Region
Longitude        : 51.439327
Latitude         : 25.551462
PhysicalLocation : Doha
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : Middle East
PairedRegion     : 
Providers        : {Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage, Microsoft.ContainerRegistry...}

Location         : asia
DisplayName      : Asia
Type             : Region
Longitude        : 
Latitude         : 
PhysicalLocation : 
RegionType       : Logical
RegionCategory   : Other
GeographyGroup   : 
PairedRegion     : 
Providers        : {Microsoft.ManagedIdentity, Microsoft.PowerPlatform}

Location         : asiapacific
DisplayName      : Asia Pacific
Type             : Region
Longitude        : 
Latitude         : 
PhysicalLocation : 
RegionType       : Logical
RegionCategory   : Other
GeographyGroup   : 
PairedRegion     : 
Providers        : {Microsoft.AzureActiveDirectory}

Location         : australia
DisplayName      : Australia
Type             : Region
Longitude        : 
Latitude         : 
PhysicalLocation : 
RegionType       : Logical
RegionCategory   : Other
GeographyGroup   : 
PairedRegion     : 
Providers        : {Microsoft.ManagedIdentity, Microsoft.AzureActiveDirectory, 
                   Microsoft.PowerPlatform}

Location         : brazil
DisplayName      : Brazil
Type             : Region
Longitude        : 
Latitude         : 
PhysicalLocation : 
RegionType       : Logical
RegionCategory   : Other
GeographyGroup   : 
PairedRegion     : 
Providers        : {Microsoft.ManagedIdentity, Microsoft.PowerPlatform}

Location         : canada
DisplayName      : Canada
Type             : Region
Longitude        : 
Latitude         : 
PhysicalLocation : 
RegionType       : Logical
RegionCategory   : Other
GeographyGroup   : 
PairedRegion     : 
Providers        : {Microsoft.ManagedIdentity, Microsoft.PowerPlatform}

Location         : europe
DisplayName      : Europe
Type             : Region
Longitude        : 
Latitude         : 
PhysicalLocation : 
RegionType       : Logical
RegionCategory   : Other
GeographyGroup   : 
PairedRegion     : 
Providers        : {Microsoft.ManagedIdentity, Microsoft.AzureActiveDirectory, 
                   Microsoft.Maps, Microsoft.PowerPlatform}

Location         : france
DisplayName      : France
Type             : Region
Longitude        : 
Latitude         : 
PhysicalLocation : 
RegionType       : Logical
RegionCategory   : Other
GeographyGroup   : 
PairedRegion     : 
Providers        : {Microsoft.ManagedIdentity, Microsoft.PowerPlatform}

Location         : germany
DisplayName      : Germany
Type             : Region
Longitude        : 
Latitude         : 
PhysicalLocation : 
RegionType       : Logical
RegionCategory   : Other
GeographyGroup   : 
PairedRegion     : 
Providers        : {Microsoft.ManagedIdentity, Microsoft.PowerPlatform}

Location         : global
DisplayName      : Global
Type             : Region
Longitude        : 
Latitude         : 
PhysicalLocation : 
RegionType       : Logical
RegionCategory   : Other
GeographyGroup   : 
PairedRegion     : 
Providers        : {Microsoft.Cdn, Microsoft.ManagedIdentity, Microsoft.Security, 
                   Microsoft.AlertsManagement...}

Location         : india
DisplayName      : India
Type             : Region
Longitude        : 
Latitude         : 
PhysicalLocation : 
RegionType       : Logical
RegionCategory   : Other
GeographyGroup   : 
PairedRegion     : 
Providers        : {Microsoft.ManagedIdentity, Microsoft.PowerPlatform}

Location         : japan
DisplayName      : Japan
Type             : Region
Longitude        : 
Latitude         : 
PhysicalLocation : 
RegionType       : Logical
RegionCategory   : Other
GeographyGroup   : 
PairedRegion     : 
Providers        : {Microsoft.ManagedIdentity, Microsoft.AzureActiveDirectory, 
                   Microsoft.PowerPlatform}

Location         : korea
DisplayName      : Korea
Type             : Region
Longitude        : 
Latitude         : 
PhysicalLocation : 
RegionType       : Logical
RegionCategory   : Other
GeographyGroup   : 
PairedRegion     : 
Providers        : {Microsoft.ManagedIdentity, Microsoft.PowerPlatform}

Location         : norway
DisplayName      : Norway
Type             : Region
Longitude        : 
Latitude         : 
PhysicalLocation : 
RegionType       : Logical
RegionCategory   : Other
GeographyGroup   : 
PairedRegion     : 
Providers        : {Microsoft.ManagedIdentity, Microsoft.PowerPlatform}

Location         : singapore
DisplayName      : Singapore
Type             : Region
Longitude        : 
Latitude         : 
PhysicalLocation : 
RegionType       : Logical
RegionCategory   : Other
GeographyGroup   : 
PairedRegion     : 
Providers        : {Microsoft.ManagedIdentity, Microsoft.PowerPlatform}

Location         : southafrica
DisplayName      : South Africa
Type             : Region
Longitude        : 
Latitude         : 
PhysicalLocation : 
RegionType       : Logical
RegionCategory   : Other
GeographyGroup   : 
PairedRegion     : 
Providers        : {Microsoft.ManagedIdentity, Microsoft.PowerPlatform}

Location         : switzerland
DisplayName      : Switzerland
Type             : Region
Longitude        : 
Latitude         : 
PhysicalLocation : 
RegionType       : Logical
RegionCategory   : Other
GeographyGroup   : 
PairedRegion     : 
Providers        : {Microsoft.ManagedIdentity, Microsoft.PowerPlatform}

Location         : unitedstates
DisplayName      : United States
Type             : Region
Longitude        : 
Latitude         : 
PhysicalLocation : 
RegionType       : Logical
RegionCategory   : Other
GeographyGroup   : 
PairedRegion     : 
Providers        : {Microsoft.ManagedIdentity, Microsoft.AzureActiveDirectory, 
                   Microsoft.Maps, Microsoft.PowerPlatform...}

Location         : northcentralus
DisplayName      : North Central US
Type             : Region
Longitude        : -87.6278
Latitude         : 41.8819
PhysicalLocation : Illinois
RegionType       : Physical
RegionCategory   : Other
GeographyGroup   : US
PairedRegion     : [
                       {
                           "Name":  "southcentralus",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/southcentralus",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.Cdn, Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage...}

Location         : westus
DisplayName      : West US
Type             : Region
Longitude        : -122.417
Latitude         : 37.783
PhysicalLocation : California
RegionType       : Physical
RegionCategory   : Other
GeographyGroup   : US
PairedRegion     : [
                       {
                           "Name":  "eastus",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/eastus",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.Cdn, Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage...}

Location         : centraluseuap
DisplayName      : Central US EUAP
Type             : Region
Longitude        : -93.6208
Latitude         : 41.5908
PhysicalLocation : 
RegionType       : Physical
RegionCategory   : Other
GeographyGroup   : US
PairedRegion     : [
                       {
                           "Name":  "eastus2euap",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/eastus2euap",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.KeyVault, Microsoft.DBforMySQL, 
                   Microsoft.CognitiveServices, Microsoft.DataMigration...}

Location         : westcentralus
DisplayName      : West Central US
Type             : Region
Longitude        : -110.234
Latitude         : 40.890
PhysicalLocation : Wyoming
RegionType       : Physical
RegionCategory   : Other
GeographyGroup   : US
PairedRegion     : [
                       {
                           "Name":  "westus2",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/westus2",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.Cdn, Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage...}

Location         : southafricawest
DisplayName      : South Africa West
Type             : Region
Longitude        : 18.843266
Latitude         : -34.075691
PhysicalLocation : Cape Town
RegionType       : Physical
RegionCategory   : Other
GeographyGroup   : Africa
PairedRegion     : [
                       {
                           "Name":  "southafricanorth",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/southafricanorth",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.ManagedIdentity, Microsoft.Security, 
                   Microsoft.DBforMySQL, Microsoft.Portal...}

Location         : australiacentral
DisplayName      : Australia Central
Type             : Region
Longitude        : 149.1244
Latitude         : -35.3075
PhysicalLocation : Canberra
RegionType       : Physical
RegionCategory   : Other
GeographyGroup   : Asia Pacific
PairedRegion     : [
                       {
                           "Name":  "australiacentral",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/australiacentral",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage, Microsoft.ContainerRegistry...}

Location         : australiacentral2
DisplayName      : Australia Central 2
Type             : Region
Longitude        : 149.1244
Latitude         : -35.3075
PhysicalLocation : Canberra
RegionType       : Physical
RegionCategory   : Other
GeographyGroup   : Asia Pacific
PairedRegion     : [
                       {
                           "Name":  "australiacentral2",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/australiacentral2",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.DevTestLab, Microsoft.Security, Microsoft.DBforMySQL, 
                   Microsoft.OperationalInsights...}

Location         : australiasoutheast
DisplayName      : Australia Southeast
Type             : Region
Longitude        : 144.9631
Latitude         : -37.8136
PhysicalLocation : Victoria
RegionType       : Physical
RegionCategory   : Other
GeographyGroup   : Asia Pacific
PairedRegion     : [
                       {
                           "Name":  "australiaeast",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/australiaeast",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.Cdn, Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage...}

Location         : japanwest
DisplayName      : Japan West
Type             : Region
Longitude        : 135.5022
Latitude         : 34.6939
PhysicalLocation : Osaka
RegionType       : Physical
RegionCategory   : Other
GeographyGroup   : Asia Pacific
PairedRegion     : [
                       {
                           "Name":  "japaneast",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/japaneast",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.Cdn, Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage...}

Location         : koreasouth
DisplayName      : Korea South
Type             : Region
Longitude        : 129.0756
Latitude         : 35.1796
PhysicalLocation : Busan
RegionType       : Physical
RegionCategory   : Other
GeographyGroup   : Asia Pacific
PairedRegion     : [
                       {
                           "Name":  "koreacentral",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/koreacentral",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage, Microsoft.ContainerRegistry...}

Location         : southindia
DisplayName      : South India
Type             : Region
Longitude        : 80.1636
Latitude         : 12.9822
PhysicalLocation : Chennai
RegionType       : Physical
RegionCategory   : Other
GeographyGroup   : Asia Pacific
PairedRegion     : [
                       {
                           "Name":  "centralindia",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/centralindia",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.Cdn, Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage...}

Location         : westindia
DisplayName      : West India
Type             : Region
Longitude        : 72.868
Latitude         : 19.088
PhysicalLocation : Mumbai
RegionType       : Physical
RegionCategory   : Other
GeographyGroup   : Asia Pacific
PairedRegion     : [
                       {
                           "Name":  "southindia",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/southindia",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.Cdn, Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage...}

Location         : canadaeast
DisplayName      : Canada East
Type             : Region
Longitude        : -71.217
Latitude         : 46.817
PhysicalLocation : Quebec
RegionType       : Physical
RegionCategory   : Other
GeographyGroup   : Canada
PairedRegion     : [
                       {
                           "Name":  "canadacentral",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/canadacentral",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.Cdn, Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage...}

Location         : francesouth
DisplayName      : France South
Type             : Region
Longitude        : 2.1972
Latitude         : 43.8345
PhysicalLocation : Marseille
RegionType       : Physical
RegionCategory   : Other
GeographyGroup   : Europe
PairedRegion     : [
                       {
                           "Name":  "francecentral",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/francecentral",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.DevTestLab, Microsoft.Security, Microsoft.DBforMySQL, 
                   Microsoft.OperationalInsights...}

Location         : germanynorth
DisplayName      : Germany North
Type             : Region
Longitude        : 8.806422
Latitude         : 53.073635
PhysicalLocation : Berlin
RegionType       : Physical
RegionCategory   : Other
GeographyGroup   : Europe
PairedRegion     : [
                       {
                           "Name":  "germanywestcentral",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/germanywestcentral",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.Security, Microsoft.DBforMySQL, Microsoft.AAD, 
                   Microsoft.Portal...}

Location         : norwaywest
DisplayName      : Norway West
Type             : Region
Longitude        : 5.733107
Latitude         : 58.969975
PhysicalLocation : Norway
RegionType       : Physical
RegionCategory   : Other
GeographyGroup   : Europe
PairedRegion     : [
                       {
                           "Name":  "norwayeast",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/norwayeast",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.ContainerRegistry, Microsoft.Security, 
                   Microsoft.DBforMySQL, Microsoft.OperationalInsights...}

Location         : switzerlandwest
DisplayName      : Switzerland West
Type             : Region
Longitude        : 6.143158
Latitude         : 46.204391
PhysicalLocation : Geneva
RegionType       : Physical
RegionCategory   : Other
GeographyGroup   : Europe
PairedRegion     : [
                       {
                           "Name":  "switzerlandnorth",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/switzerlandnorth",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.ContainerRegistry, Microsoft.SignalRService...}

Location         : ukwest
DisplayName      : UK West
Type             : Region
Longitude        : -3.084
Latitude         : 53.427
PhysicalLocation : Cardiff
RegionType       : Physical
RegionCategory   : Other
GeographyGroup   : Europe
PairedRegion     : [
                       {
                           "Name":  "uksouth",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/uksouth",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.DevTestLab, Microsoft.ManagedIdentity, 
                   Microsoft.Storage, Microsoft.ContainerRegistry...}

Location         : uaecentral
DisplayName      : UAE Central
Type             : Region
Longitude        : 54.366669
Latitude         : 24.466667
PhysicalLocation : Abu Dhabi
RegionType       : Physical
RegionCategory   : Other
GeographyGroup   : Middle East
PairedRegion     : [
                       {
                           "Name":  "uaenorth",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/uaenorth",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.ContainerRegistry, Microsoft.Security, 
                   Microsoft.DBforMySQL, Microsoft.OperationalInsights...}

Location         : brazilsoutheast
DisplayName      : Brazil Southeast
Type             : Region
Longitude        : -43.2075
Latitude         : -22.90278
PhysicalLocation : Rio
RegionType       : Physical
RegionCategory   : Other
GeographyGroup   : South America
PairedRegion     : [
                       {
                           "Name":  "brazilsouth",
                           "Id":  "/subscriptions/1cdf4300-dee5-4518-9c9c-feaa72a5cbd1
                   /locations/brazilsouth",
                           "SubscriptionId":  null
                       }
                   ]
Providers        : {Microsoft.DevTestLab, Microsoft.ContainerRegistry, 
                   Microsoft.DBforMySQL, Microsoft.Relay...}

Location         : polandcentral
DisplayName      : Poland Central
Type             : Region
Longitude        : 21.01666
Latitude         : 52.23334
PhysicalLocation : Warsaw
RegionType       : Physical
RegionCategory   : Other
GeographyGroup   : Europe
PairedRegion     : 
Providers        : {Microsoft.ManagedIdentity, Microsoft.Storage, 
                   Microsoft.Maintenance, Microsoft.DocumentDB...}

You can see that here.

Get-AzLocation

You may also like following the below articles

Wrapping Up

In this Azure PowerShell article, we discussed the syntax and usage of Get-AzLocation Azure PowerShell cmdlet with examples. Thanks for reading this article !!!