Skip to content

Commit c82c268

Browse files
committed
Collect ASE resource ID for template deployment
1 parent afa6d7b commit c82c268

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-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
@@ -40,7 +40,7 @@ Collect all the values in the following table for the packet core instance that
4040
|Value |Field name in Azure portal |
4141
|---------|---------|
4242
|The core technology type the packet core instance should support (5G or 4G). |**Technology type**|
43-
| The name of the Azure Stack Edge resource in the site. You created this resource as part of the steps in [Order and set up your Azure Stack Edge Pro device(s)](complete-private-mobile-network-prerequisites.md#order-and-set-up-your-azure-stack-edge-pro-devices). | **Azure Stack Edge device** |
43+
| The Azure Stack Edge resource representing the Azure Stack Edge Pro device in the site. You created this resource as part of the steps in [Order and set up your Azure Stack Edge Pro device(s)](complete-private-mobile-network-prerequisites.md#order-and-set-up-your-azure-stack-edge-pro-devices).</br></br> If you're going to create your site using the Azure portal, collect the name of the Azure Stack Edge resource.</br></br> If you're going to create your site using an ARM template, collect the full resource ID of the Azure Stack Edge resource. | **Azure Stack Edge device** |
4444
|The custom location that targets the Azure Kubernetes Service on Azure Stack HCI (AKS-HCI) cluster on the Azure Stack Edge Pro device in the site. You commissioned the AKS-HCI cluster as part of the steps in [Order and set up your Azure Stack Edge Pro device(s)](complete-private-mobile-network-prerequisites.md#order-and-set-up-your-azure-stack-edge-pro-devices).</br></br> If you're going to create your site using the Azure portal, collect the name of the custom location.</br></br> If you're going to create your site using an ARM template, collect the full resource ID of the custom location.|**Custom location**|
4545

4646
## Collect access network values

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Four Azure resources are defined in the template.
4444

4545
1. Select the following link to sign in to Azure and open a template.
4646

47-
[![Deploy to Azure.](../media/template-deployments/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.mobilenetwork%2Fmobilenetwork-create-new-site%2Fazuredeploy.json) <!-- TODO: check if this link needs changing if the folder name changes -->
47+
[![Deploy to Azure.](../media/template-deployments/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.mobilenetwork%2Fmobilenetwork-create-new-site%2Fazuredeploy.json)
4848

4949
2. Select or enter the following values, using the information you retrieved in [Prerequisites](#prerequisites).
5050

@@ -58,7 +58,7 @@ Four Azure resources are defined in the template.
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.|
6060
| **Site Plan** | Enter the billing plan for your site. This can be one of: G1, G2, G3, G4, or G5. |
61-
| **Azure Stack Edge Device** | Enter the name of the Azure Stack Edge resource in the site. <!-- TODO: check field name and position --> |
61+
| **Azure Stack Edge Device** | Enter the resource ID of the Azure Stack Edge resource in the site. <!-- TODO: check field name and position --> |
6262
| **Control Plane Access Interface Name** | Enter the name of the control plane interface on the access network. This must match the corresponding virtual network name on port 5 on your Azure Stack Edge Pro device. |
6363
| **Control Plane Access Ip Address** | Enter the IP address for the control plane interface on the access network. |
6464
| **User Plane Access Interface Name** | Enter the name of the user plane interface on the access network. This must match the corresponding virtual network name on port 5 on your Azure Stack Edge Pro device. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The following Azure resources are defined in the template.
7878
|**Slice Name** | Leave this field unchanged. |
7979
|**Sim Group Name** | If you want to provision SIMs, enter the name of the SIM group to which the SIMs will be added. Otherwise, leave this field blank. |
8080
|**Sim Resources** | If you want to provision SIMs, paste in the contents of the JSON file containing your SIM information. Otherwise, leave this field unchanged. |
81-
| **Azure Stack Edge Device** | Enter the name of the Azure Stack Edge resource in the site. <!-- Need to check field name and position --> |
81+
| **Azure Stack Edge Device** | Enter the resource ID of the Azure Stack Edge resource in the site. <!-- Need to check field name and position --> |
8282
|**Control Plane Access Interface Name** | Enter the name of the control plane interface on the access network. This must match the corresponding virtual network name on port 5 on your Azure Stack Edge Pro device. |
8383
|**Control Plane Access Ip Address** | Enter the IP address for the control plane interface on the access network. |
8484
|**User Plane Access Interface Name** | Enter the name of the user plane interface on the access network. This must match the corresponding virtual network name on port 5 on your Azure Stack Edge Pro device. |

0 commit comments

Comments
 (0)