Skip to content

Commit 3b1548a

Browse files
committed
Add region code name reference
1 parent b576686 commit 3b1548a

File tree

6 files changed

+33
-4
lines changed

6 files changed

+33
-4
lines changed

articles/private-5g-core/collect-required-information-for-a-site.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Collect all the values in the following table for the mobile network site resour
3030
|The Azure resource group in which to create the mobile network site resource. We recommend that you use the same resource group that already contains your private mobile network. |**Project details: Resource group**|
3131
|The name for the site. |**Instance details: Name**|
3232
|The region in which you deployed the private mobile network. |**Instance details: Region**|
33-
|The [region code name](/azure/media-services/latest/azure-regions-code-names) of the region in which you deployed the private mobile network. For the East US region, this is *eastus*; for West Europe, this is *westeurope*. </br></br>You only need to collect this value if you're going to create your site using an ARM template. |Not applicable.|
33+
|The [region code name](region-code-names.md) of the region in which you deployed the private mobile network. For the East US region, this is *eastus*; for West Europe, this is *westeurope*. </br></br>You only need to collect this value if you're going to create your site using an ARM template. |Not applicable.|
3434
|The mobile network resource representing the private mobile network to which you’re adding the site. |**Instance details: Mobile network**|
3535
|The billing plan for the site that you are creating. The available plans have the following allowances:</br></br> G1 - 1 Gbps per site and 100 devices per network. </br> G2 - 2 Gbps per site and 200 devices per network. </br> G3 - 3 Gbps per site and 300 devices per network. </br> G4 - 4 Gbps per site and 400 devices per network. </br> G5 - 5 Gbps per site and 500 devices per network.|**Instance details: Site plan**|
3636

articles/private-5g-core/configure-service-sim-policy-arm-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Two Azure resources are defined in the template.
5252
- **Subscription:** select the Azure subscription you used to create your private mobile network.
5353
- **Resource group:** select the resource group containing the Mobile Network resource representing your private mobile network.
5454
- **Region:** select the region in which you deployed the private mobile network.
55-
- **Location:** enter the code name of the region in which you deployed the private mobile network. For the East US region, this is *eastus*; for West Europe, this is *westeurope*.
55+
- **Location:** enter the [code name](region-code-names.md) of the region in which you deployed the private mobile network. For the East US region, this is *eastus*; for West Europe, this is *westeurope*.
5656
- **Existing Mobile Network Name:** enter the name of the Mobile Network resource representing your private mobile network.
5757
- **Existing Slice Name:** enter **slice-1**.
5858
- **Existing Data Network Name:** enter the name of the data network to which your private mobile network connects.

articles/private-5g-core/create-site-arm-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Four Azure resources are defined in the template.
5353
| **Subscription** | Select the Azure subscription you used to create your private mobile network. |
5454
| **Resource group** | Select the resource group containing the mobile network resource representing your private mobile network. |
5555
| **Region** | Select the region in which you deployed the private mobile network. |
56-
| **Location** | Enter the code name of the region in which you deployed the private mobile network. For the East US region, this is *eastus*; for West Europe, this is *westeurope*. |
56+
| **Location** | Enter the [code name](region-code-names.md) of the region in which you deployed the private mobile network. For the East US region, this is *eastus*; for West Europe, this is *westeurope*. |
5757
| **Existing Mobile Network Name** | Enter the name of the mobile network resource representing your private mobile network. |
5858
| **Existing Data Network Name** | Enter the name of the data network to which your private mobile network connects. |
5959
| **Site Name** | Enter a name for your site.|

articles/private-5g-core/provision-sims-arm-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The following Azure resources are defined in the template.
8888
- **Subscription:** select the Azure subscription you used to create your private mobile network.
8989
- **Resource group:** select the resource group containing the Mobile Network resource representing your private mobile network.
9090
- **Region:** select the region in which you deployed the private mobile network.
91-
- **Location:** enter the code name of the region in which you deployed the private mobile network. For the East US region, this is *eastus*; for West Europe, this is *westeurope*.
91+
- **Location:** enter the [code name](region-code-names.md) of the region in which you deployed the private mobile network. For the East US region, this is *eastus*; for West Europe, this is *westeurope*.
9292
- **Existing Mobile Network Name:** enter the name of the Mobile Network resource representing your private mobile network.
9393
- **Existing Sim Policy Name:** enter the name of the SIM policy you want to assign to the SIMs.
9494
- **Sim Group Name:** enter the name for the new SIM group.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: Region code names for Azure Private 5G Core
3+
description: Learn about the region code names used for the location parameter in Azure Private 5G Core ARM templates
4+
author: b-branco
5+
ms.author: biancabranco
6+
ms.service: private-5g-core
7+
ms.topic: reference
8+
ms.date: 11/17/2022
9+
---
10+
11+
# Region code names
12+
13+
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.
14+
15+
```cloudshell-bash
16+
az account list-locations -o table
17+
```
18+
19+
The output of this command is a table of all the Azure region names and locations. Navigate to the Azure region that has the *DisplayName* you are looking for and use its *Name* value for the **location** parameter.
20+
21+
For example, if you're deploying in the East US region, use *eastus* for the **location** parameter.
22+
23+
```json
24+
DisplayName Name RegionalDisplayName
25+
------------------------ ------------------- -------------------------------------
26+
East US eastus (US) East US
27+
```

articles/private-5g-core/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ items:
106106
items:
107107
- name: REST API
108108
href: /rest/api/mobilenetwork
109+
- name: Region code names
110+
href: region-code-names.md
109111
- name: Resources
110112
items:
111113
- name: Azure Private 5G Core product page

0 commit comments

Comments
 (0)