You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/templates/quickstart-create-template-specs.md
+7-25Lines changed: 7 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,18 +110,7 @@ The template spec is a resource type named `Microsoft.Resources/templateSpecs`.
110
110
111
111
:::image type="content" source="./media/quickstart-create-template-specs/search-template-spec.png" alt-text="Screenshot of search bar with 'template specs' query.":::
112
112
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.
125
114
126
115
1. Provide the following values:
127
116
@@ -131,8 +120,7 @@ The template spec is a resource type named `Microsoft.Resources/templateSpecs`.
131
120
- **Location**: select a location for the resource group. For example, **West US 2**.
132
121
- **Version**: enter a version for the template spec. Use **1.0**.
133
122
134
-
1. Select **Review + Create**.
135
-
1. Select **Create**.
123
+
1. Select **Review + Create**, and then select **Create**.
136
124
137
125
# [ARM Template](#tab/azure-resource-manager)
138
126
@@ -307,7 +295,7 @@ To deploy a template spec, use the same deployment commands as you would use to
307
295
308
296
# [Portal](#tab/azure-portal)
309
297
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.
311
299
312
300
:::image type="content" source="./media/quickstart-create-template-specs/select-template-spec.png" alt-text="Screenshot of Template specs list with one item selected.":::
313
301
@@ -319,10 +307,8 @@ To deploy a template spec, use the same deployment commands as you would use to
319
307
320
308
- **Subscription**: select an Azure subscription for creating the resource.
321
309
- **Resource group**: select **Create new** and then enter **storageRG**.
1. Select **Review + create**, and then select **Create**.
326
312
327
313
# [ARM Template](#tab/azure-resource-manager)
328
314
@@ -484,7 +470,7 @@ Instead of creating a new template spec for the revised template, add a new vers
484
470
485
471
# [Portal](#tab/azure-portal)
486
472
487
-
1.In your template spec, select **Create new version**.
473
+
1.Open the template spec, select **Create new version**.
488
474
489
475
:::image type="content" source="./media/quickstart-create-template-specs/select-versions.png" alt-text="Screenshot of 'Create new version' button in Template spec details.":::
490
476
@@ -499,13 +485,9 @@ Instead of creating a new template spec for the revised template, add a new vers
499
485
500
486
:::image type="content" source="./media/quickstart-create-template-specs/see-versions.png" alt-text="Screenshot of 'Versions' tab in Template spec details.":::
501
487
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**.
506
489
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**.
0 commit comments