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
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-secure-training-vnet.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,13 @@ In this article you learn how to secure the following training compute resources
84
84
85
85
* One network security group (NSG). This NSG contains the following rules, which are specific to compute cluster and compute instance:
86
86
87
+
> [!IMPORTANT]
88
+
> Compute instance and compute cluster automatically create an NSG with the required rules.
89
+
>
90
+
> If you have another NSG at the subnet level, the rules in the subnet level NSG mustn't conflict with the rules in the automatically created NSG.
91
+
>
92
+
> To learn how the NSGs filter your network traffic, see [How network security groups filter network traffic](/azure/virtual-network/network-security-group-how-it-works).
93
+
87
94
* Allow inbound TCP traffic on ports 29876-29877 from the `BatchNodeManagement` service tag.
88
95
* Allow inbound TCP traffic on port 44224 from the `AzureMachineLearning` service tag.
0 commit comments