Skip to content

Commit d8710b3

Browse files
committed
Fixed Correctness Issues
1 parent d77fc50 commit d8710b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-resource-manager/templates/quickstart-create-templates-use-the-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Rather than manually building an entire ARM template, let's start by retrieving
2828

2929
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/search-custom-template.png" alt-text="Search for Custom Template":::
3030

31-
1. For **Template** source, notice that **Quickstart template** is selected by default. You can keep this selection. In the drop down, search for *quickstarts/microsoft.storage/storage-account-create* and select it. After finding the quickstart template, select **Select template.**
31+
1. For **Template** source, notice that **Quickstart template** is selected by default. You can keep this selection. In the drop-down, search for *quickstarts/microsoft.storage/storage-account-create* and select it. After finding the quickstart template, select **Select template.**
3232

3333
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/select-custom-template.png" alt-text="Select Quickstart Template":::
3434

@@ -58,7 +58,7 @@ In this section, let's suppose you have an ARM template that you want to deploy
5858

5959
1. Again, select **Deploy a custom template** in the portal.
6060

61-
1. This time select **Build your own template in the editor**.
61+
1. This time, select **Build your own template in the editor**.
6262

6363
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/build-own-template.png" alt-text="Build your own template":::
6464

@@ -157,7 +157,7 @@ Sometimes the easiest way to work with an ARM template is to have the portal gen
157157

158158
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/export-template.png" alt-text="Export Template":::
159159

160-
1. The portal generates a template for you based on the current state of the resource group. Notice that this template is not the same as either template you deployed earlier. It contains definitions for both the storage account and virtual network, along with other resources like a blob service that was automatically created for your storage account.
160+
1. The portal generates a template for you based on the current state of the resource group. Notice that this template isn't the same as either template you deployed earlier. It contains definitions for both the storage account and virtual network, along with other resources like a blob service that was automatically created for your storage account.
161161

162162
1. To save this template for later use, select **Download**.
163163

0 commit comments

Comments
 (0)