Skip to content

Commit 35c5f17

Browse files
authored
Merge pull request #128224 from mhedhbisaber/patch-1
clarify Elastic SAN VG subnet ACLs for multi-nodepool AKS.md
2 parents 4bc56e9 + 57cd1bf commit 35c5f17

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

articles/storage/container-storage/use-container-storage-with-elastic-san.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,9 @@ If you don't already have Azure Container Storage installed, [install it](instal
216216
az network vnet subnet update -g <node-resource-group> --vnet-name <vnet-name> --name <subnet-name> --service-endpoints "Microsoft.Storage"
217217
```
218218

219+
> [!IMPORTANT]
220+
> If your AKS cluster uses multiple node pools in different subnets, **you must include all node pool subnet IDs in the Elastic SAN volume group network ACLs**. Elastic SAN volume groups allow access only from the virtual network subnets explicitly authorized in the volume group rules, and requests from other subnets are blocked by default.
221+
219222
1. Create the volume group.
220223

221224
```azurecli

0 commit comments

Comments
 (0)