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
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.
167
166
@@ -175,7 +174,7 @@ The egress endpoints must comply with the domain name structures and hostname sp
175
174
-`api.v1.contoso.com`: Incorporates two subdomains (`v1` and `api`) above the base domain contoso.com.
176
175
-`.api.contoso.com`: A wildcard for any subdomain under `api.contoso.com`, covering multiple third-level domains.
177
176
178
-
####[Azure CLI](#tab/azure-cli)
177
+
### [Azure CLI](#tab/azure-cli)
179
178
180
179
```azurecli-interactive
181
180
az networkcloud cloudservicesnetwork create --name "<YourCloudServicesNetworkName>" \
@@ -186,7 +185,7 @@ The egress endpoints must comply with the domain name structures and hostname sp
@@ -217,7 +216,7 @@ After setting up the cloud services network, you can use it to create a VM or cl
217
216
> [!NOTE]
218
217
> 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.
219
218
220
-
####Using the proxy to reach outside of the virtual machine
219
+
### Using the proxy to reach outside of the virtual machine
221
220
222
221
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.
0 commit comments