Skip to content

Commit fc423f1

Browse files
authored
Merge pull request #17950 from ronhogue/ronh-2025-05-14-sa-vnet
Enable subnet access from storage account
2 parents 8755fc2 + 05c7c41 commit fc423f1

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

azure-managed-lustre/amlfs-prerequisites.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ You must create a storage account or use an existing one. The storage account mu
9494
- **Account type** - A compatible storage account type. To learn more, see [Supported storage account types](#supported-storage-account-types).
9595
- **Access roles** - Role assignments that permit the Azure Managed Lustre system to modify data. To learn more, see [Required access roles](#access-roles-for-blob-integration).
9696
- **Access keys** - The storage account must have the storage account key access setting set to **Enabled**.
97+
- **Subnet access** - The storage account must be accessible from the Azure Managed Lustre subnet. To learn more, see [Enable subnet access](#enable-subnet-access).
9798

9899
#### Supported storage account types
99100

@@ -130,6 +131,21 @@ To add the roles for the service principal **HPC Cache Resource Provider**, foll
130131

131132
For detailed steps, see [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portal).
132133

134+
#### Enable subnet access
135+
136+
Configure network access of the storage account to enable public access from all networks or from the subnet configured with the Azure Managed Lustre system. If you choose to disable public access to the storage account (private endpoints), see [Private endpoints](#private-endpoints-optional).
137+
138+
To enable storage account access from the Azure Managed Lustre subnet, follow these steps:
139+
140+
1. Navigate your storage account, and expand **Security + Networking** in the left navigation pane.
141+
1. Select **Networking**.
142+
1. Under Public network access, click the radio button for either **Enable public access from selected virtual networks and IP Addresses** (recommended) or **Enable public access from all networks**. If you choose **Enable public access from selected virtual networks and IP Addresses**, then continue with the steps below. If you choose **Enable public access from all networks**, then jump to the last step below to **Save**.
143+
![Screenshot showing Enable public access from selected virtual networks and IP Addresses in the Network access section.](./media/prerequisites/storage-account-subnet-access.png)
144+
1. Under Virtual networks, click **Add existing virtual network**.
145+
1. On the right, select the Virtual networks and Subnets used by Azure Managed Lustre.
146+
1. Click **Enable**.
147+
1. In the upper left, click **Save**.
148+
133149
### Blob containers
134150

135151
You must have two separate blob containers in the same storage account, which are used for the following purposes:
43.7 KB
Loading

0 commit comments

Comments
 (0)