Skip to content

Commit 6fc7a77

Browse files
Merge pull request #206949 from Blackmist/nsg-note
Batch/NSG note
2 parents 4cfe0ac + 250dc1f commit 6fc7a77

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ In this article you learn how to secure the following training compute resources
8484

8585
* One network security group (NSG). This NSG contains the following rules, which are specific to compute cluster and compute instance:
8686

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+
8794
* Allow inbound TCP traffic on ports 29876-29877 from the `BatchNodeManagement` service tag.
8895
* Allow inbound TCP traffic on port 44224 from the `AzureMachineLearning` service tag.
8996

0 commit comments

Comments
 (0)