Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.47 KB

region-code-names.md

File metadata and controls

31 lines (24 loc) · 1.47 KB
title description author ms.author ms.service ms.topic ms.custom ms.date
Region code names for Azure Private 5G Core
Learn about the region code names used for the location parameter in Azure Private 5G Core ARM templates
robswain
robswain
private-5g-core
reference
references_regions
11/17/2022

Region code names

When the location parameter is used in a command or request, you need to provide the region code name as the location value. To get the code name of the region that your private mobile network is in, run the following command in the Azure CLI.

az account list-locations -o table

The output of this command is a table of the names and locations for all the Azure regions that your subscription supports. Navigate to the Azure region that has the DisplayName you are looking for and use its Name value for the location parameter.

For example, if you're deploying in the East US region, use eastus for the location parameter.

DisplayName               Name                 RegionalDisplayName
------------------------  -------------------  -------------------------------------
East US                   eastus               (US) East US
West Europe               westeurope           (Europe) West Europe

See Products available by region for the Azure regions where Azure Private 5G Core is available.