Skip to content

Commit 2b9770a

Browse files
authored
clarify Elastic SAN VG subnet ACLs for multi-nodepool AKS.md
add explicit guidance for multi-subnet AKS node pools when using Elastic SAN (VG network ACLs)
1 parent 654014b commit 2b9770a

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)