Skip to content

Commit 0e15727

Browse files
committed
update
1 parent 4375e14 commit 0e15727

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

articles/storage/blobs/TOC.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- name: Quickstarts
1515
items:
1616
- name: Create a storage account
17+
displayName: resource manager, resource manager template, template, ARM
1718
href: ../common/storage-quickstart-create-account.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
1819
- name: Manage blobs without code
1920
items:

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ To create a general-purpose v2 storage account with zone-redundant storage (ZRS
176176

177177
# [Template](#tab/template)
178178

179-
You can use either Azure Powershell or Azure CLI to deploy a template to create a storage account. The template used in this quickstart is from [Azure Quickstart templates](https://azure.microsoft.com/resources/templates/101-storage-account-create/). To run the scripts, select **Try it** to open Azure Cloud shell. To paste the script, right-click the shell, and then select **Paste**.
179+
You can use either Azure Powershell or Azure CLI to deploy a Resource Manager template to create a storage account. The template used in this quickstart is from [Azure Quickstart templates](https://azure.microsoft.com/resources/templates/101-storage-account-create/). To run the scripts, select **Try it** to open the Azure Cloud shell. To paste the script, right-click the shell, and then select **Paste**.
180180

181181
```azurepowershell-interactive
182182
$resourceGroupName = Read-Host -Prompt "Enter the Resource Group name"
@@ -195,6 +195,12 @@ az group create --name $resourceGroupName --location "$location" &&
195195
az group deployment create --resource-group $resourceGroupName --template-file "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-storage-account-create/azuredeploy.json"
196196
```
197197

198+
To learn how to create templates, see:
199+
200+
- [Azure Resource Manager documentation](/azure/azure-resource-manager/).
201+
- [Storage account template reference](/azure/templates/microsoft.storage/allversions).
202+
- [Additional storage account template samples](https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Storage)
203+
198204
---
199205

200206
For more information about available replication options, see [Storage replication options](storage-redundancy.md).
@@ -263,4 +269,8 @@ In this quick start, you've created a general-purpose v2 standard storage accoun
263269
> [!div class="nextstepaction"]
264270
> [Work with blobs using the Azure CLI](../blobs/storage-quickstart-blobs-cli.md)
265271
272+
# [Template](#tab/template)
273+
274+
> [!div class="nextstepaction"]
275+
> [Work with blobs using the Azure portal](../blobs/storage-quickstart-blobs-portal.md)
266276
---

articles/storage/queues/TOC.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- name: Quickstarts
99
items:
1010
- name: Create a storage account
11+
displayName: resource manager, resource manager template, template, ARM
1112
href: ../common/storage-quickstart-create-account.md?toc=%2fazure%2fstorage%2fqueues%2ftoc.json
1213
- name: Manage queues without code
1314
items:

articles/storage/tables/TOC.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- name: Quickstarts
1212
items:
1313
- name: Create a storage account
14+
displayName: resource manager, resource manager template, template, ARM
1415
href: /azure/storage/common/storage-quickstart-create-account
1516
maintainContext: true
1617
- name: Create a table in the Azure portal

0 commit comments

Comments
 (0)