Skip to content

Commit 6ce1a9a

Browse files
committed
update the portal instructions
1 parent 5bc1ba3 commit 6ce1a9a

File tree

6 files changed

+7
-25
lines changed

6 files changed

+7
-25
lines changed
-67.4 KB
Loading
6.32 KB
Loading
-44.3 KB
Loading
-30.6 KB
Loading
-82.1 KB
Loading

articles/azure-resource-manager/templates/quickstart-create-template-specs.md

Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -110,18 +110,7 @@ The template spec is a resource type named `Microsoft.Resources/templateSpecs`.
110110
111111
:::image type="content" source="./media/quickstart-create-template-specs/search-template-spec.png" alt-text="Screenshot of search bar with 'template specs' query.":::
112112
113-
1. Select **Import template**.
114-
115-
:::image type="content" source="./media/quickstart-create-template-specs/import-template.png" alt-text="Screenshot of 'Import template' button in Template specs page.":::
116-
117-
1. Select the folder icon.
118-
119-
:::image type="content" source="./media/quickstart-create-template-specs/open-folder.png" alt-text="Screenshot of folder icon to open file explorer.":::
120-
121-
1. Navigate to the local template you saved and select it. Select **Open**.
122-
1. Select **Import**.
123-
124-
:::image type="content" source="./media/quickstart-create-template-specs/select-import.png" alt-text="Screenshot of 'Import' button after selecting a template file.":::
113+
1. Select **Import template**, and then follow the instructions to import **C:\Templates\createStorage.json** that you saved earlier.
125114
126115
1. Provide the following values:
127116
@@ -131,8 +120,7 @@ The template spec is a resource type named `Microsoft.Resources/templateSpecs`.
131120
- **Location**: select a location for the resource group. For example, **West US 2**.
132121
- **Version**: enter a version for the template spec. Use **1.0**.
133122
134-
1. Select **Review + Create**.
135-
1. Select **Create**.
123+
1. Select **Review + Create**, and then select **Create**.
136124
137125
# [ARM Template](#tab/azure-resource-manager)
138126
@@ -307,7 +295,7 @@ To deploy a template spec, use the same deployment commands as you would use to
307295
308296
# [Portal](#tab/azure-portal)
309297
310-
1. Select the template spec you created.
298+
1. Select the template spec you created. Use the search box to find the template spec if there are many.
311299
312300
:::image type="content" source="./media/quickstart-create-template-specs/select-template-spec.png" alt-text="Screenshot of Template specs list with one item selected.":::
313301
@@ -319,10 +307,8 @@ To deploy a template spec, use the same deployment commands as you would use to
319307
320308
- **Subscription**: select an Azure subscription for creating the resource.
321309
- **Resource group**: select **Create new** and then enter **storageRG**.
322-
- **Storage Account Type**: select **Standard_GRS**.
323310
324-
1. Select **Review + create**.
325-
1. Select **Create**.
311+
1. Select **Review + create**, and then select **Create**.
326312
327313
# [ARM Template](#tab/azure-resource-manager)
328314
@@ -484,7 +470,7 @@ Instead of creating a new template spec for the revised template, add a new vers
484470

485471
# [Portal](#tab/azure-portal)
486472

487-
1. In your template spec, select **Create new version**.
473+
1. Open the template spec, select **Create new version**.
488474

489475
:::image type="content" source="./media/quickstart-create-template-specs/select-versions.png" alt-text="Screenshot of 'Create new version' button in Template spec details.":::
490476

@@ -499,13 +485,9 @@ Instead of creating a new template spec for the revised template, add a new vers
499485

500486
:::image type="content" source="./media/quickstart-create-template-specs/see-versions.png" alt-text="Screenshot of 'Versions' tab in Template spec details.":::
501487

502-
1. For the version you want to deploy, select the three dots and **Deploy**.
503-
504-
:::image type="content" source="./media/quickstart-create-template-specs/deploy-version.png" alt-text="Screenshot of 'Deploy' option in the context menu of a specific version.":::
505-
488+
1. Open the new version, and then select **Deploy**.
506489
1. Fill in the fields as you did when deploying the earlier version.
507-
1. Select **Review + create**.
508-
1. Select **Create**.
490+
1. Select **Review + create**, and then select **Create**.
509491

510492
# [ARM Template](#tab/azure-resource-manager)
511493

0 commit comments

Comments
 (0)