Skip to content

Commit c783e40

Browse files
Merge pull request #224916 from Blackmist/npip-update
incorporating feedback
2 parents aa9f054 + f1402a9 commit c783e40

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,12 @@ In this article you learn how to secure the following training compute resources
9797
## Compute instance/cluster with no public IP
9898

9999
> [!IMPORTANT]
100-
> If you have been using compute instances configured for no public IP without opting-in to the preview, you will need to delete and recreate them after January 20 (when the feature is generally available).
100+
> If you have been using compute instances or compute clusters configured for no public IP without opting-in to the preview, you will need to delete and recreate them after January 20 (when the feature is generally available).
101101
>
102-
> For existing compute clusters configured for no public IP, once the cluster has been reduced to 0 nodes (requires the minimum nodes to be configured as 0), it will take advantage of the new architecture the next time nodes are allocated after the subscription is allowlisted.
102+
> If you were previously using the preview of no public IP, you may also need to modify what traffic you allow inbound and outbound, as the requirements have changed for general availability:
103+
> * Outbound requirements - Two additional outbounds:
104+
> - `AzureMachineLearning` service tag on UDP port 5831.
105+
> - `BatchNodeManagement` service tag on TCP port 443.
103106
104107
The following configurations are in addition to those listed in the [Prerequisites](#prerequisites) section, and are specific to **creating** a compute instances/clusters configured for no public IP:
105108

0 commit comments

Comments
 (0)