Skip to content

Commit 136a92e

Browse files
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-stack-docs-pr into amlfs-quota
2 parents b6c8cc2 + 926c83a commit 136a92e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-managed-lustre/configure-network-security-group.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Configure a network security group for Azure Managed Lustre file systems
33
description: Configure network security group rules to allow Azure Managed Lustre file system support as part of a locked down, Zero Trust networking strategy.
44
ms.topic: how-to
5-
ms.date: 07/09/2024
5+
ms.date: 11/08/2024
66
author: pauljewellmsft
77
ms.author: pauljewell
88
ms.reviewer: mayabishop
@@ -118,6 +118,7 @@ Add the following outbound rules to the network security group:
118118
| 109 | *rule-name* | 123 | UDP | *IP address/CIDR range for Azure Managed Lustre file system subnet* | 168.61.215.74/32 | Allow | Permit outbound flows to MS NTP server (168.61.215.74). UDP destination port 123 only. |
119119
| 110 | *rule-name* | 443 | TCP | `VirtualNetwork` | 20.34.120.0/21 | Allow | Permit outbound flows to Azure Managed Lustre telemetry (20.45.120.0/21). TCP destination port 443 only. |
120120
| 111 | *rule-name* | Any | Any | *IP address/CIDR range for Azure Managed Lustre file system subnet* | *IP address/CIDR range for Azure Managed Lustre file system subnet* | Allow | Permit protocol or port flows between hosts on the Azure Managed Lustre file system subnet. For example, the system uses TCP port 22 (SSH) for initial deployment and configuration. |
121+
| 112 | *rule-name* | 443 | TCP | `VirtualNetwork` | `EventHub` | Allow | Permits outbound flows to the `EventHub` service tag. TCP destination port 443 only. |
121122
| 1000 | *rule-name* | Any | Any | `VirtualNetwork` | `Internet` | Deny | Deny outbound flows to the internet. |
122123
| 1010 | *rule-name* | Any | Any | Any | Any | Deny | Deny all other outbound flows. |
123124

0 commit comments

Comments
 (0)