Skip to content

Commit a576bd6

Browse files
authored
Update quickstarts-tenant-workload-deployment.md
1 parent fc6b34c commit a576bd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/operator-nexus/quickstarts-tenant-workload-deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Your VM requires at least one Cloud Services Network. You need the egress endpoi
148148

149149
### Step V3: create a VM
150150

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.
152152
The Nexus platform provides `az networkcloud virtualmachine create` to create a customized VM.
153153
For hosting a VNF on your VM, have it [Microsoft Azure Arc-enrolled](/azure/azure-arc/servers/overview),
154154
and provide a way to ssh to it via Azure CLI.
@@ -244,7 +244,7 @@ Gather this information:
244244

245245
- The `resourceId` of the `cloudservicesnetwork`
246246
- 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)
248248
- If you want to specify `networkAttachmentName` (interface name) for any of your networks
249249
- Determine the `ipAllocationMethod` for each of your L3 Network (static/dynamic)
250250
- 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
456456

457457
For each previously created tenant network, a corresponding AKS-Hybrid vNET network needs to be created
458458

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:
460460

461461
```azurecli
462462
az networkcloud cloudservicesnetwork show -g "<YourResourceGroupName>" -n "<YourCloudServicesNetworkName>" --subscription "<YourSubscription>" -o tsv --query id

0 commit comments

Comments
 (0)