You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/operator-nexus/quickstarts-tenant-workload-deployment.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ Your VM requires at least one Cloud Services Network. You need the egress endpoi
148
148
149
149
### Step V3: create a VM
150
150
151
-
Operator Nexus Virtual Machines (VMs) are used for hosting VNF(s) within a Telco network.
151
+
Operator Nexus Virtual Machines (VMs) is used for hosting VNF(s) within a Telco network.
152
152
The Nexus platform provides `az networkcloud virtualmachine create` to create a customized VM.
153
153
For hosting a VNF on your VM, have it [Microsoft Azure Arc-enrolled](/azure/azure-arc/servers/overview),
154
154
and provide a way to ssh to it via Azure CLI.
@@ -244,7 +244,7 @@ Gather this information:
244
244
245
245
- The `resourceId` of the `cloudservicesnetwork`
246
246
- The `resourceId(s)` for each of the L2/L3/Trunked Networks
247
-
- Determine which network will serve as your default gateway (can only choose 1)
247
+
- Determine which network serves as your default gateway (can only choose 1)
248
248
- If you want to specify `networkAttachmentName` (interface name) for any of your networks
249
249
- Determine the `ipAllocationMethod` for each of your L3 Network (static/dynamic)
250
250
- The dimension of your VM
@@ -456,7 +456,7 @@ You need the egress endpoints you want to add to the proxy for your VM to access
456
456
457
457
For each previously created tenant network, a corresponding AKS-Hybrid vNET network needs to be created
458
458
459
-
You'll need the Azure Resource Manager resource ID for each of the networks you created earlier. You can retrieve the Azure Resource Manager resource IDs as follows:
459
+
You need the Azure Resource Manager resource ID for each of the networks you created earlier. You can retrieve the Azure Resource Manager resource IDs as follows:
460
460
461
461
```azurecli
462
462
az networkcloud cloudservicesnetwork show -g "<YourResourceGroupName>" -n "<YourCloudServicesNetworkName>" --subscription "<YourSubscription>" -o tsv --query id
0 commit comments