Skip to content

Commit dd94c37

Browse files
committed
Fixing a line
1 parent 4754b55 commit dd94c37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/storage/common/storage-account-create.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ New-AzStorageAccount -ResourceGroupName $resourceGroup `
130130
```
131131

132132
> [!IMPORTANT]
133-
> If you plan to use this account for [Azure Data Lake Storage](https://azure.microsoft.com/services/storage/data-lake-storage/), include `-EnableHierarchicalNamespace $True` in this list of parameters.
133+
> If you plan to use [Azure Data Lake Storage](https://azure.microsoft.com/services/storage/data-lake-storage/), include `-EnableHierarchicalNamespace $True` in this list of parameters.
134134
135135
To create a general-purpose v2 storage account with a different replication option, substitute the desired value in the table below for the **SkuName** parameter.
136136

@@ -173,7 +173,7 @@ az storage account create \
173173
```
174174

175175
> [!IMPORTANT]
176-
> If you plan to use this account for [Azure Data Lake Storage](https://azure.microsoft.com/services/storage/data-lake-storage/), include `--enable-hierarchical-namespace true` in this list of parameters.
176+
> If you plan to use [Azure Data Lake Storage](https://azure.microsoft.com/services/storage/data-lake-storage/), include `--enable-hierarchical-namespace true` in this list of parameters.
177177
178178
To create a general-purpose v2 storage account with a different replication option, substitute the desired value in the table below for the **sku** parameter.
179179

includes/storage-create-account-portal-include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To create a general-purpose v2 storage account in the Azure portal, follow these
3131
|Replication |Read-access geo-redundant storage (RA-GRS) |
3232
|Access tier |Hot |
3333

34-
8. If you plan to use this account for [Azure Data Lake Storage](https://azure.microsoft.com/services/storage/data-lake-storage/), choose the **Advanced** tab, and then set **Hierarchical namespace** to **Enabled**.
34+
8. If you plan to use [Azure Data Lake Storage](https://azure.microsoft.com/services/storage/data-lake-storage/), choose the **Advanced** tab, and then set **Hierarchical namespace** to **Enabled**.
3535
9. Select **Review + Create** to review your storage account settings and create the account.
3636
10. Select **Create**.
3737

0 commit comments

Comments
 (0)