Skip to content

Commit 81bde71

Browse files
committed
add an image
1 parent 6c62925 commit 81bde71

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/azure-resource-manager/templates/template-tutorial-use-template-reference.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To complete this article, you need:
3535

3636
## Open a Quickstart template
3737

38-
[Azure QuickStart Templates](https://azure.microsoft.com/resources/templates/) is a repository for ARM templates. Instead of creating a template from scratch, you can find a sample template and customize it. The template used in this quickstart is called [Create a standard storage account](https://azure.microsoft.com/resources/templates/101-storage-account-create/). The template defines an Azure Storage account resource.
38+
[Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/) is a repository for ARM templates. Instead of creating a template from scratch, you can find a sample template and customize it. The template used in this quickstart is called [Create a standard storage account](https://azure.microsoft.com/resources/templates/101-storage-account-create/). The template defines an Azure Storage account resource.
3939

4040
1. From Visual Studio Code, select **File**>**Open File**.
4141
1. In **File name**, paste the following URL:
@@ -71,18 +71,20 @@ To complete this article, you need:
7171

7272
![Resource Manager template reference storage account](./media/template-tutorial-use-template-reference/resource-manager-template-resources-reference-storage-accounts.png)
7373

74-
1. A resource provider usually have several API versions:
74+
A resource provider usually has several API versions:
7575

7676
![Resource Manager template reference storage account versions](./media/template-tutorial-use-template-reference/resource-manager-template-resources-reference-storage-accounts-versions.png)
7777

7878
1. Select **All resources** under **Storage** from the left pane. This page lists the resource types and versions of the storage resource provider. It is recommended to use the latest API versions for the resource types defined in your template.
7979

8080
![Resource Manager template reference storage account types versions](./media/template-tutorial-use-template-reference/resource-manager-template-resources-reference-storage-accounts-types-versions.png)
8181

82-
1. Select the latest version of the **storageAccount** resource type. It is **2019-06-01** when this article is written.
82+
1. Select the latest version of the **storageAccount** resource type. The latest version is **2019-06-01** when this article is written.
8383

8484
1. This page lists the details of the storageAccount resource type. For example, it lists the allowed values for the **Sku** object. There are more skus than what is listed in the quickstart template that you opened earlier. You can customize the quickstart template to include all the available storage types.
8585

86+
![Resource Manager template reference storage account skus](./media/template-tutorial-use-template-reference/resource-manager-template-resources-reference-storage-accounts-skus.png)
87+
8688
## Edit the template
8789

8890
From Visual Studio Code, add the additional storage account types as shown in the following screenshot:

0 commit comments

Comments
 (0)