Skip to content

Commit ab585bc

Browse files
committed
Moved the CSN out of tenant workload
1 parent bbcb409 commit ab585bc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ The following sections describe how to create these networks:
4343
- Layer 2 network
4444
- Layer 3 network
4545
- Trunked network
46-
- Cloud services network
4746

4847
### Create an L2 network
4948

@@ -161,7 +160,7 @@ New-AzNetworkCloudTrunkedNetwork -Name "<YourTrunkedNetworkName>" `
161160

162161
---
163162

164-
### Create a cloud services network
163+
## Create a cloud services network
165164

166165
To create an Operator Nexus virtual machine (VM) or Operator Nexus Kubernetes cluster, you must have a cloud services network. Without this network, you can't create a VM or cluster.
167166

@@ -175,7 +174,7 @@ The egress endpoints must comply with the domain name structures and hostname sp
175174
- `api.v1.contoso.com`: Incorporates two subdomains (`v1` and `api`) above the base domain contoso.com.
176175
- `.api.contoso.com`: A wildcard for any subdomain under `api.contoso.com`, covering multiple third-level domains.
177176

178-
#### [Azure CLI](#tab/azure-cli)
177+
### [Azure CLI](#tab/azure-cli)
179178

180179
```azurecli-interactive
181180
az networkcloud cloudservicesnetwork create --name "<YourCloudServicesNetworkName>" \
@@ -186,7 +185,7 @@ The egress endpoints must comply with the domain name structures and hostname sp
186185
--additional-egress-endpoints "[{\"category\":\"<YourCategory >\",\"endpoints\":[{\"<domainName1 >\":\"< endpoint1 >\",\"port\":<portnumber1 >}]}]"
187186
```
188187

189-
#### [Azure PowerShell](#tab/azure-powershell)
188+
### [Azure PowerShell](#tab/azure-powershell)
190189

191190
```azurepowershell-interactive
192191
$endpointEgressList = @()
@@ -217,7 +216,7 @@ After setting up the cloud services network, you can use it to create a VM or cl
217216
> [!NOTE]
218217
> To ensure that the VNF image can be pulled correctly, ensure the ACR URL is in the egress allow list of the cloud services network that you will use with your Operator Nexus virtual machine.
219218
220-
#### Using the proxy to reach outside of the virtual machine
219+
### Using the proxy to reach outside of the virtual machine
221220

222221
After creating your Operator Nexus VM or Operator Nexus Kubernetes cluster with this cloud services network, you need to additionally set appropriate environment variables within VM to use tenant proxy and to reach outside of virtual machine. This tenant proxy is useful if you need to access resources outside of the virtual machine, such as managing packages or installing software.
223222

0 commit comments

Comments
 (0)