Skip to content

Commit 640add2

Browse files
Merge pull request #284754 from Blackmist/297078-serverless-ip
adding info from customer issue
2 parents 511831e + 864c58f commit 640add2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,9 @@ ml_client.begin_create_or_update(entity=compute)
265265

266266
Use the following information to configure **serverless compute** nodes with no public IP address in the VNet for a given workspace:
267267

268+
> [!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 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.
270+
268271
# [Azure CLI](#tab/cli)
269272

270273
Create a workspace:

0 commit comments

Comments
 (0)