Skip to content

Commit 39106e5

Browse files
authored
Merge pull request #106045 from normesta/normesta-reg-updates-5
Addressing a github issue
2 parents 855ec2c + 13c6351 commit 39106e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,10 @@ az group create --name $resourceGroupName --location "$location" &&
215215
az group deployment create --resource-group $resourceGroupName --template-file "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-storage-account-create/azuredeploy.json"
216216
```
217217

218-
To learn how to create templates, see:
218+
> [!NOTE]
219+
> This template serves only as an example. There are many storage account settings that aren't configured as part of this template. For example, if you want to use [Azure Data Lake Storage](https://azure.microsoft.com/services/storage/data-lake-storage/), you would modify this template by setting the `isHnsEnabledad` property of the `StorageAccountPropertiesCreateParameters` object to `true`.
220+
221+
To learn how to modify this template or create new ones, see:
219222

220223
- [Azure Resource Manager documentation](/azure/azure-resource-manager/).
221224
- [Storage account template reference](/azure/templates/microsoft.storage/allversions).

0 commit comments

Comments
 (0)