Skip to content

Commit 8022acc

Browse files
committed
edit pass: quickstarts-tenant-workload
1 parent 8d2eecb commit 8022acc

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

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

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ The following sections explain the steps to create VMs for VNF workloads.
2828
Isolation domains enable creation of layer 2 (L2) and layer 3 (L3) connectivity between network functions running on Azure Operator Nexus. This connectivity enables inter-rack and intra-rack communication between the workloads.
2929
You can create as many L2 and L3 isolation domains as needed.
3030

31-
Have the following information already:
31+
You should have the following information already:
3232

3333
- VLAN and subnet info for each L3 network.
3434
- Which networks need to talk to each other. (Remember to put VLANs and subnets that need to talk to each other into the same L3 isolation domain.)
3535
- BGP peering and network policy information for your L3 isolation domains.
3636
- VLANs for all your L2 networks.
3737
- VLANs for all your trunked networks.
38-
- MTU values for your network.
38+
- MTU values for your networks.
3939

4040
#### L2 isolation domain
4141

@@ -47,7 +47,7 @@ Have the following information already:
4747

4848
### Create networks for VM workloads
4949

50-
The following sections describe how to create the following networks for VM workloads:
50+
The following sections describe how to create these networks for VM workloads:
5151

5252
- Layer 2 network
5353
- Layer 3 network
@@ -155,10 +155,10 @@ To host a VNF on your VM, have it [Azure Arc enrolled](/azure/azure-arc/servers/
155155
- *ACR_USERNAME*=
156156
- *ACR_TOKEN*=
157157
- *IMAGE_URL*=
158-
- SSH public/private key pair:
158+
- An SSH public/private key pair:
159159
- *SSH_PURLIC_KEY*=
160160
- *SSH_PRIVATE_KEY*=
161-
- Azure CLI and extensions installed and available
161+
- The Azure CLI and extensions installed and available
162162
- A customized `cloudinit userdata` file (provided):
163163
- *USERDATA*=
164164
- The resource ID of the previously created [cloud services network](#create-a-cloud-services-network) and [L3 networks](#create-an-l3-network) to configure VM connectivity
@@ -232,14 +232,12 @@ Gather this information:
232232
- RAM (`memorySizeGB`)
233233
- Disk size (`DiskSize`)
234234
- Emulator thread (`emulatorThread`) support, if needed
235-
- Boot method (UEFI or BIOS).
235+
- The boot method (UEFI or BIOS).
236236
- The `vmImage` reference and credentials needed to download this image.
237237
- SSH keys.
238238
- Placement information.
239239

240-
The sample command contains the information about the VM requirements that cover compute, network, and storage.
241-
242-
Here's a sample command:
240+
This sample command contains the information about the VM requirements that cover compute, network, and storage:
243241

244242
```azurecli
245243
az networkcloud virtualmachine create --name "<YourVirtualMachineName>" \
@@ -277,7 +275,7 @@ You should have the following information already:
277275

278276
- VLAN and subnet info for each of the L3 networks.
279277
- List of networks that need to talk to each other. (Remember to put VLANs and subnets that need to talk to each other into the same L3 isolation domain.)
280-
- VLAN/subnet info for your default CNI network (`defaultcninetwork`) for the AKS hybrid cluster.
278+
- VLAN and subnet info for your default CNI network (`defaultcninetwork`) for the AKS hybrid cluster.
281279
- BGP peering and network policy information for your L3 isolation domains.
282280
- VLANs for all your L2 networks.
283281
- VLANs for all your trunked networks.

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 01/25/2023
99
ms.custom: template-how-to-pattern
1010
---
1111

12-
# Complete prerequisites for deploying tenant workloads
12+
# Prerequisites for deploying tenant workloads
1313

1414
This guide explains prerequisites for creating:
1515

@@ -60,8 +60,7 @@ To get the list of available zones in the Azure Operator Nexus instance, you can
6060

6161
[Azure Container Registry](../container-registry/container-registry-intro.md) is a managed registry service to store and manage your container images and related artifacts.
6262

63-
The article provides details on how to create and maintain Azure Container Registry operations such as [push/pull an image](../container-registry/container-registry-get-started-docker-cli.md?tabs=azure-cli) and [push/pull a Helm chart](../container-registry/container-registry-helm-repos.md), for security and monitoring.
64-
For more information, see the [Azure Container Registry documentation](../container-registry/index.yml).
63+
This article provides details on how to create and maintain Azure Container Registry operations such as [push/pull an image](../container-registry/container-registry-get-started-docker-cli.md?tabs=azure-cli) and [push/pull a Helm chart](../container-registry/container-registry-helm-repos.md), for security and monitoring. For more information, see the [Azure Container Registry documentation](../container-registry/index.yml).
6564

6665
## Install Azure CLI extensions
6766

0 commit comments

Comments
 (0)