Skip to content

Commit 864c58f

Browse files
committed
correction
1 parent 4db2c9e commit 864c58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-secure-training-vnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ ml_client.begin_create_or_update(entity=compute)
266266
Use the following information to configure **serverless compute** nodes with no public IP address in the VNet for a given workspace:
267267

268268
> [!IMPORTANT]
269-
> If you are using a no public IP serverless compute and the workspace uses an IP allow list, you must add an outbound private endpoint to the workspace. The serverless compute needs to communicate with the workspace, but when configured for no public IP it is dynamically assigned a private IP. The dynamic IP can't be added to the IP allow list. Creating an outbound private endpoint to the workspace allows traffic from the serverless compute bound for the workspace to bypass the IP allow list.
269+
> If you are using a no public IP serverless compute and the workspace uses an IP allow list, you must add an outbound private endpoint to the workspace. The serverless compute needs to communicate with the workspace, but when configured for no public IP it uses the Azure Default Outbound for internet access. The public IP for this outbound is dynamic, and can't be added to the IP allow list. Creating an outbound private endpoint to the workspace allows traffic from the serverless compute bound for the workspace to bypass the IP allow list.
270270
271271
# [Azure CLI](#tab/cli)
272272

0 commit comments

Comments
 (0)