Skip to content

Commit da4cd5d

Browse files
committed
Clarify items listed by region code name command
1 parent 3b1548a commit da4cd5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/private-5g-core/region-code-names.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ When the **location** parameter is used in a command or request, you need to pro
1616
az account list-locations -o table
1717
```
1818

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.
19+
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.
2020

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

2323
```json
2424
DisplayName Name RegionalDisplayName
2525
------------------------ ------------------- -------------------------------------
2626
East US eastus (US) East US
27+
West Europe westeurope (Europe) West Europe
2728
```

0 commit comments

Comments
 (0)