@@ -95,7 +95,9 @@ Use `New-AzMobileNetworkPacketCoreControlPlane` to create a new **Packet Core Co
95
95
| ` <RESOURCEGROUP> ` | Enter the name of the resource group. |
96
96
97
97
``` powershell
98
- New-AzMobileNetworkPacketCoreControlPlane -Name <CONTROLPLANE> -ResourceGroupName <RESOURCEGROUP> -LocalDiagnosticAccessAuthenticationType Password -Location eastus -PlatformType AKS-HCI -Site $siteResourceId -Sku G0 -ControlPlaneAccessInterfaceIpv4Address 192.168.1.10 -ControlPlaneAccessInterfaceIpv4Gateway 192.168.1.1 -ControlPlaneAccessInterfaceIpv4Subnet 192.168.1.0/24 -ControlPlaneAccessInterfaceName N2 -CoreNetworkTechnology 5GC
98
+ $aseId = "/subscriptions/9e276fe5-9273-4474-80c6-032321ab3795/resourceGroups/<RESOURCEGROUP>/providers/Microsoft.DataBoxEdge/DataBoxEdgeDevices/<ASE>"
99
+ $customLocationId = "/subscriptions/9e276fe5-9273-4474-80c6-032321ab3795/resourceGroups/<RESOURCEGROUP>/providers/Microsoft.ExtendedLocation/customLocations/<CUSTOMLOCATION>"
100
+ New-AzMobileNetworkPacketCoreControlPlane -Name <CONTROLPLANE> -ResourceGroupName <RESOURCEGROUP> -LocalDiagnosticAccessAuthenticationType Password -Location eastus -PlatformType AKS-HCI -Site $siteResourceId -Sku G0 -ControlPlaneAccessInterfaceIpv4Address 10.232.44.56 -ControlPlaneAccessInterfaceName N2 -AzureStackEdgeDeviceId $aseId -CustomLocationId $customLocationId
99
101
```
100
102
101
103
### Create a Packet Core Data Plane resource
@@ -109,7 +111,7 @@ Use `New-AzMobileNetworkPacketCoreDataPlane` to create a new **Packet Core Data
109
111
| ` <RESOURCEGROUP> ` | Enter the name of the resource group. |
110
112
111
113
``` powershell
112
- New-AzMobileNetworkPacketCoreDataPlane -Name <DATAPLANE> -PacketCoreControlPlaneName <CONTROLPLANE> -ResourceGroupName <RESOURCEGROUP> -Location eastus -UserPlaneAccessInterfaceIpv4Address 10.0.1.10 -UserPlaneAccessInterfaceIpv4Gateway 10.0.1.1 -UserPlaneAccessInterfaceIpv4Subnet 10.0.1.0/24 - UserPlaneAccessInterfaceName N3
114
+ New-AzMobileNetworkPacketCoreDataPlane -Name <DATAPLANE> -PacketCoreControlPlaneName <CONTROLPLANE> -ResourceGroupName <RESOURCEGROUP> -Location eastus -UserPlaneAccessInterfaceName N3
113
115
```
114
116
115
117
### Create a Data Network
@@ -242,7 +244,7 @@ Use `New-AzMobileNetworkAttachedDataNetwork` to attach the **Data Network** you
242
244
| ` <RESOURCEGROUP> ` | Enter the name of the resource group. |
243
245
244
246
``` powershell
245
- New-AzMobileNetworkAttachedDataNetwork -Name <DATANETWORK> -PacketCoreControlPlaneName <CONTROLPLANE> -PacketCoreDataPlaneName <DATAPLANE> -ResourceGroupName <RESOURCEGROUP> -DnsAddress $dns -Location eastus -UserPlaneDataInterfaceIpv4Address 10.0.0.10 -UserPlaneDataInterfaceIpv4Gateway 10.0.0.1 -UserPlaneDataInterfaceIpv4Subnet 10.0.0.0 /24 -UserPlaneDataInterfaceName N6
247
+ New-AzMobileNetworkAttachedDataNetwork -Name <DATANETWORK> -PacketCoreControlPlaneName <CONTROLPLANE> -PacketCoreDataPlaneName <DATAPLANE> -ResourceGroupName <RESOURCEGROUP> -DnsAddress "1.1.1.1" -Location eastus -UserPlaneDataInterfaceName N6 -UserEquipmentAddressPoolPrefix "192.168.1.0 /24"
246
248
```
247
249
248
250
## Clean up resources
0 commit comments