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
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,14 +28,14 @@ The following sections explain the steps to create VMs for VNF workloads.
28
28
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.
29
29
You can create as many L2 and L3 isolation domains as needed.
30
30
31
-
Have the following information already:
31
+
You should have the following information already:
32
32
33
33
- VLAN and subnet info for each L3 network.
34
34
- 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.)
35
35
- BGP peering and network policy information for your L3 isolation domains.
36
36
- VLANs for all your L2 networks.
37
37
- VLANs for all your trunked networks.
38
-
- MTU values for your network.
38
+
- MTU values for your networks.
39
39
40
40
#### L2 isolation domain
41
41
@@ -47,7 +47,7 @@ Have the following information already:
47
47
48
48
### Create networks for VM workloads
49
49
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:
51
51
52
52
- Layer 2 network
53
53
- Layer 3 network
@@ -155,10 +155,10 @@ To host a VNF on your VM, have it [Azure Arc enrolled](/azure/azure-arc/servers/
155
155
-*ACR_USERNAME*=
156
156
-*ACR_TOKEN*=
157
157
-*IMAGE_URL*=
158
-
- SSH public/private key pair:
158
+
-An SSH public/private key pair:
159
159
-*SSH_PURLIC_KEY*=
160
160
-*SSH_PRIVATE_KEY*=
161
-
- Azure CLI and extensions installed and available
161
+
-The Azure CLI and extensions installed and available
162
162
- A customized `cloudinit userdata` file (provided):
163
163
-*USERDATA*=
164
164
- 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:
232
232
- RAM (`memorySizeGB`)
233
233
- Disk size (`DiskSize`)
234
234
- Emulator thread (`emulatorThread`) support, if needed
235
-
-Boot method (UEFI or BIOS).
235
+
-The boot method (UEFI or BIOS).
236
236
- The `vmImage` reference and credentials needed to download this image.
237
237
- SSH keys.
238
238
- Placement information.
239
239
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:
243
241
244
242
```azurecli
245
243
az networkcloud virtualmachine create --name "<YourVirtualMachineName>" \
@@ -277,7 +275,7 @@ You should have the following information already:
277
275
278
276
- VLAN and subnet info for each of the L3 networks.
279
277
- 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.
281
279
- BGP peering and network policy information for your L3 isolation domains.
Copy file name to clipboardExpand all lines: articles/operator-nexus/quickstarts-tenant-workload-prerequisites.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.date: 01/25/2023
9
9
ms.custom: template-how-to-pattern
10
10
---
11
11
12
-
# Complete prerequisites for deploying tenant workloads
12
+
# Prerequisites for deploying tenant workloads
13
13
14
14
This guide explains prerequisites for creating:
15
15
@@ -60,8 +60,7 @@ To get the list of available zones in the Azure Operator Nexus instance, you can
60
60
61
61
[Azure Container Registry](../container-registry/container-registry-intro.md) is a managed registry service to store and manage your container images and related artifacts.
62
62
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).
0 commit comments