Skip to content

Commit 92bd3c2

Browse files
authored
Merge pull request #236778 from robswain/regions
update specific region references to generic links
2 parents 71b83a8 + e10e022 commit 92bd3c2

12 files changed

+23
-23
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
@@ -37,7 +37,7 @@ Collect all the values in the following table for the mobile network site resour
3737
|The name for the site. |**Instance details: Name**|
3838
|The region in which you deployed the private mobile network. |**Instance details: Region**|
3939
|The packet core in which to create the mobile network site resource. |**Instance details: Packet core name**|
40-
|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.|
40+
|The [region code name](region-code-names.md) of the region in which you deployed the private mobile network.</br></br>You only need to collect this value if you're going to create your site using an ARM template. |Not applicable.|
4141
|The mobile network resource representing the private mobile network to which you’re adding the site. </br></br>You only need to collect this value if you're going to create your site using an ARM template. |Not applicable.|
4242
|The service plan for the site that you are creating. See [Azure Private 5G Core pricing](https://azure.microsoft.com/pricing/details/private-5g-core/). |**Instance details: Service plan**|
4343

articles/private-5g-core/collect-required-information-for-private-mobile-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Collect all of the following values for the mobile network resource that will re
3030
|The Azure subscription to use to deploy the mobile network resource. You must use the same subscription for all resources in your private mobile network deployment. You identified this subscription in [Complete the prerequisite tasks for deploying a private mobile network](complete-private-mobile-network-prerequisites.md). |**Project details: Subscription**
3131
|The Azure resource group to use to deploy the mobile network resource. You should use a new resource group for this resource. It's useful to include the purpose of this resource group in its name for future identification (for example, *contoso-pmn-rg*). </br></br> Note: We recommend that this resource group is also used when [Collecting the required information for a site](collect-required-information-for-a-site.md). |**Project details: Resource group**|
3232
|The name for the private mobile network. |**Instance details: Mobile network name**|
33-
|The region in which you're deploying the private mobile network. This can be the East US or the West Europe region. |**Instance details: Region**|
33+
|The region in which you're deploying the private mobile network. |**Instance details: Region**|
3434
|The mobile country code for the private mobile network. If you do not already have this, contact your national telecom regulator. <br><br> **Note:** For internal private networks you can configure the MCC to 001 (a test value) or 999. |**Network configuration: Mobile country code (MCC)**|
3535
|The mobile network code for the private mobile network. If you do not already have this, contact your national telecom regulator. <br><br> **Note:** For internal private networks you can configure the MNC to 01 (a test value), 99 or 999. |**Network configuration: Mobile network code (MNC)**|
3636

articles/private-5g-core/commission-cluster.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Collect each of the values in the table below.
268268
|The ID of the Azure subscription in which the Azure resources are deployed. |**SUBSCRIPTION_ID**|
269269
|The name of the resource group in which the AKS cluster is deployed. This can be found by using the **Manage** button in the **Azure Kubernetes Service** pane of the Azure portal. |**RESOURCE_GROUP_NAME**|
270270
|The name of the AKS cluster resource. This can be found by using the **Manage** button in the **Azure Kubernetes Service** pane of the Azure portal. |**RESOURCE_NAME**|
271-
|The region in which the Azure resources are deployed. This must match the region into which the mobile network will be deployed, which must be one of the regions supported by AP5GC: **EastUS** or **WestEurope**.</br></br>This value must be the [region's code name](region-code-names.md); see [Products available by region](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/) for a list of supported regions. |**LOCATION**|
271+
|The region in which the Azure resources are deployed. This must match the region into which the mobile network will be deployed, which must be one of the regions supported by AP5GC.</br></br>This value must be the [region's code name](region-code-names.md). |**LOCATION**|
272272
|The name of the **Custom location** resource to be created for the AKS cluster. </br></br>This value must start and end with alphanumeric characters, and must contain only alphanumeric characters, `-` or `.`. |**CUSTOM_LOCATION**|
273273
274274
## Install Kubernetes extensions
@@ -357,7 +357,7 @@ You should see the new **Custom location** visible as a resource in the Azure po
357357
358358
If you have made an error in the Azure Stack Edge configuration, you can use the portal to remove the AKS cluster (see [Deploy Azure Kubernetes service on Azure Stack Edge](/azure/databox-online/azure-stack-edge-deploy-aks-on-azure-stack-edge)). You can then modify the settings via the local UI.
359359
360-
Alternatively, you can perform a full reset using the **Device Reset** blade in the local UI (see [Azure Stack Edge device reset and reactivation](/azure/databox-online/azure-stack-edge-reset-reactivate-device)) and then restart this procedure. In this case, you should also [delete any associated resources](/azure/databox-online/azure-stack-edge-return-device?tabs=azure-portal) left in the Azure Portal after completing the Azure Stack Edge reset. This will include some or all of the following, depending on how far through the process you are:
360+
Alternatively, you can perform a full reset using the **Device Reset** blade in the local UI (see [Azure Stack Edge device reset and reactivation](/azure/databox-online/azure-stack-edge-reset-reactivate-device)) and then restart this procedure. In this case, you should also [delete any associated resources](/azure/databox-online/azure-stack-edge-return-device?tabs=azure-portal) left in the Azure portal after completing the Azure Stack Edge reset. This will include some or all of the following, depending on how far through the process you are:
361361
362362
- **Azure Stack Edge** resource
363363
- Autogenerated **KeyVault** associated with the **Azure Stack Edge** resource
@@ -385,4 +385,4 @@ Your packet core should now be in service with the updated ASE configuration. To
385385
386386
Your Azure Stack Edge device is now ready for Azure Private 5G Core. The next step is to collect the information you'll need to deploy your private network.
387387
388-
- [Collect the required information to deploy a private mobile network](./collect-required-information-for-private-mobile-network.md)
388+
- [Collect the required information to deploy a private mobile network](./collect-required-information-for-private-mobile-network.md)

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
@@ -53,7 +53,7 @@ Two 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](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*.
56+
- **Location:** enter the [code name](region-code-names.md) of the region in which you deployed the private mobile network.
5757
- **Existing Mobile Network Name:** enter the name of the Mobile Network resource representing your private mobile network.
5858
- **Existing Slice Name:** enter the name of the Slice resource representing your network slice.
5959
- **Existing Data Network Name:** enter the name of the data network. This value must match the name you used when creating the data network.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Four Azure resources are defined in the template.
5454
| **Subscription** | Select the Azure subscription you used to create your private mobile network. |
5555
| **Resource group** | Select the resource group containing the mobile network resource representing your private mobile network. |
5656
| **Region** | Select the region in which you deployed the private mobile network. |
57-
| **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*. |
57+
| **Location** | Enter the [code name](region-code-names.md) of the region in which you deployed the private mobile network. |
5858
| **Existing Mobile Network Name** | Enter the name of the mobile network resource representing your private mobile network. |
5959
| **Existing Data Network Name** | Enter the name of the data network. This value must match the name you used when creating the data network. |
6060
| **Site Name** | Enter a name for your site.|

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Create a slice - ARM template
33
titleSuffix: Azure Private 5G Core
44
description: This how-to guide shows how to create a slice in your private mobile network using an Azure Resource Manager (ARM) template.
5-
author: b-branco
6-
ms.author: biancabranco
5+
author: robswain
6+
ms.author: robswain
77
ms.service: private-5g-core
88
ms.topic: how-to
99
ms.date: 09/30/2022
@@ -52,8 +52,8 @@ The following Azure resource is defined in the template.
5252
|--|--|
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. |
55-
| **Region** | Select **East US**. |
56-
| **Location** | Enter *eastus*. |
55+
| **Region** | Select the region in which you deployed the private mobile network. |
56+
| **Location** | Enter the [code name](region-code-names.md) of the region in which you deployed the private mobile network. |
5757
| **Existing Mobile Network Name** | Enter the name of the Mobile Network resource representing your private mobile network. |
5858
| **Slice Name** | Enter the name of the network slice. |
5959
| **Sst** | Enter the slice/service type (SST) value. If the slice will be used by 4G UEs, enter a value of 1. |

articles/private-5g-core/deploy-private-mobile-network-with-site-command-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 03/15/2023
1212

1313
# Quickstart: Deploy a private mobile network and site - Azure CLI
1414

15-
Azure Private 5G Core is an Azure cloud service for deploying and managing 5G core network functions on an Azure Stack Edge device, as part of an on-premises private mobile network for enterprises. This quickstart describes how to use an Azure CLI to deploy the following.
15+
Azure Private 5G Core is an Azure cloud service for deploying and managing 5G core network functions on an Azure Stack Edge device, as part of an on-premises private mobile network for enterprises. This quickstart describes how to use an Azure CLI to deploy the following resources in the East US Azure region. See [Products available by region](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=private-5g-core) for the Azure regions where Azure Private 5G Core is available.
1616

1717
- A private mobile network.
1818
- A site.

articles/private-5g-core/deploy-private-mobile-network-with-site-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 03/15/2023
1212

1313
# Quickstart: Deploy a private mobile network and site - Azure PowerShell
1414

15-
Azure Private 5G Core is an Azure cloud service for deploying and managing 5G core network functions on an Azure Stack Edge device, as part of an on-premises private mobile network for enterprises. This quickstart describes how to use an Azure PowerShell to deploy the following.
15+
Azure Private 5G Core is an Azure cloud service for deploying and managing 5G core network functions on an Azure Stack Edge device, as part of an on-premises private mobile network for enterprises. This quickstart describes how to use an Azure PowerShell to deploy the following resources in the East US Azure region. See [Products available by region](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=private-5g-core) for the Azure regions where Azure Private 5G Core is available.
1616

1717
- A private mobile network.
1818
- A site.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The following Azure resources are defined in the template.
134134
- **Subscription:** select the Azure subscription you used to create your private mobile network.
135135
- **Resource group:** select the resource group containing the Mobile Network resource representing your private mobile network.
136136
- **Region:** select the region in which you deployed the private mobile network.
137-
- **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*.
137+
- **Location:** enter the [code name](region-code-names.md) of the region in which you deployed the private mobile network.
138138
- **Existing Mobile Network Name:** enter the name of the Mobile Network resource representing your private mobile network.
139139
- **Existing Sim Policy Name:** enter the name of the SIM policy you want to assign to the SIMs.
140140
- **Sim Group Name:** enter the name for the new SIM group.

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Region code names for Azure Private 5G Core
33
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
4+
author: robswain
5+
ms.author: robswain
66
ms.service: private-5g-core
77
ms.topic: reference
88
ms.custom: references_regions
@@ -27,3 +27,5 @@ DisplayName Name RegionalDisplayName
2727
East US eastus (US) East US
2828
West Europe westeurope (Europe) West Europe
2929
```
30+
31+
See [Products available by region](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=private-5g-core) for the Azure regions where Azure Private 5G Core is available.

0 commit comments

Comments
 (0)