Skip to content

Commit 66225a2

Browse files
Merge pull request #270105 from dramasamy/nnf-t-proxy
Add a note about VNF VM image pull
2 parents 6cfd12f + 6dc944d commit 66225a2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

articles/operator-nexus/howto-virtual-machine-image.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ echo "VNF image $ACR_URL/$CONTAINER_IMAGE_NAME:$CONTAINER_IMAGE_TAG created succ
197197

198198
After executing the script, you'll have a VM image tailored for your Virtual Network Function (VNF). You can use this image to deploy your VNF.
199199

200+
> [!NOTE]
201+
> 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.
202+
200203
## Example usage
201204

202205
1. Set the required environment variables.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ New-AzNetworkCloudServicesNetwork -CloudServicesNetworkName "<YourCloudServicesN
236236

237237
After setting up the cloud services network, you can use it to create a VM or cluster that can connect to the egress endpoints you have specified. Remember that the proxy only works with HTTPS.
238238

239+
> [!NOTE]
240+
> 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.
241+
239242
#### Using the proxy to reach outside of the virtual machine
240243

241244
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

Comments
 (0)