Skip to content

Commit b736ce0

Browse files
Update elastic-san-regions.md
Adding non AZ supported regions & feature flag registration details
1 parent 155a677 commit b736ce0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

includes/elastic-san-regions.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,13 @@ The following list contains the regions Elastic SAN is currently available in, a
3535
- Norway East - LRS
3636
- UAE North - LRS
3737
- India Central - LRS
38-
38+
39+
Elastic SAN also supports the following regions without Availability Zonal support:
40+
- Canada East - LRS
41+
- North Central US - LRS
42+
- Japan West - LRS
43+
44+
In order to enable these regions, the following feature flag will need to be registered:
45+
```azurepowershell
46+
Register-AzProviderFeature -FeatureName "EnableElasticSANRegionalDeployment" -ProviderNamespace "Microsoft.ElasticSan"
47+
```

0 commit comments

Comments
 (0)