Skip to content

Commit 7c45d37

Browse files
authored
Merge pull request #49643 from roygara/adlsRegion
Adding additional regions
2 parents e954dcc + ce4ae4d commit 7c45d37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/data-lake-storage/quickstart-create-account.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ To create a resource group in the Azure portal, follow these steps:
8282
To create a general-purpose v2 storage account in the Azure portal, follow these steps:
8383

8484
> [!NOTE]
85-
> The hierarchical namespace is only enabled in West US 2 and West Central US. Make sure you specify either one of these locations when creating the storage account.
85+
> The hierarchical namespace is only enabled in US East, US East 2, West US, West US 2, West Central US, Europe North, Europe West, Asia Southeast, and Australia East. Make sure you specify either one of these locations when creating the storage account.
8686
8787
1. In the Azure portal, expand the menu on the left side to open the menu of services, and choose **All services**. Then, scroll down to **Storage**, and choose **Storage accounts**. On the **Storage Accounts** window that appears, choose **Add**.
8888
2. Enter a name for your storage account.
@@ -130,7 +130,7 @@ Then restart your shell.
130130
To create a new resource group with PowerShell, use the [New-AzureRmResourceGroup](/powershell/module/azurerm.resources/new-azurermresourcegroup) command:
131131

132132
> [!NOTE]
133-
> The hierarchical namespace is only enabled in West US 2 and West Central US. Make sure you specify either one of these locations when creating the storage account.
133+
> The hierarchical namespace is only enabled in US East, US East 2, West US, West US 2, West Central US, Europe North, Europe West, Asia Southeast, and Australia East. Make sure you specify either one of these locations when creating the storage account.
134134
135135
```powershell
136136
# put resource group in a variable so you can use the same group name going forward,
@@ -191,7 +191,7 @@ az group create \
191191
```
192192

193193
> [!NOTE]
194-
> The hierarchical namespace is only enabled in West US 2 and West Central US. Make sure you specify either one of these locations when creating the storage account.
194+
> The hierarchical namespace is only enabled in US East, US East 2, West US, West US 2, West Central US, Europe North, Europe West, Asia Southeast, and Australia East. Make sure you specify either one of these locations when creating the storage account.
195195
196196
### Create a general-purpose v2 storage account
197197

0 commit comments

Comments
 (0)