Skip to content

Commit 90a5e4e

Browse files
Merge pull request #312559 from eh8/patch-1
Remove feature flag registration for ZRS
2 parents b125f0d + cfe450e commit 90a5e4e

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ Expanding the capacity of an Elastic SAN through Azure Container Storage is curr
3737
az provider register --namespace Microsoft.ElasticSan
3838
```
3939

40-
- When [ZRS is newly enabled](enable-multi-zone-redundancy.md) in a region, you might need to register a subscription-level feature flag so Azure Container Storage can deploy SAN targets:
41-
```azurecli
42-
az feature register \
43-
--namespace Microsoft.ElasticSan \
44-
--name EnableElasticSANTargetDeployment
45-
```
46-
4740
## Setting up permissions
4841

4942
For Azure Container Storage to deploy an Elastic SAN, you need to assign the [Azure Container Storage Operator](../../role-based-access-control/built-in-roles/containers.md#azure-container-storage-operator) role to the AKS managed identity. You need either an [Azure Container Storage Owner](../../role-based-access-control/built-in-roles/containers.md#azure-container-storage-owner) role or [Azure Container Storage Contributor](../../role-based-access-control/built-in-roles/containers.md#azure-container-storage-contributor) role for your Azure subscription to complete this step.

0 commit comments

Comments
 (0)