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
@@ -110,7 +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**, and then follow the instructions to import **C:\Templates\createStorage.json** that you saved earlier.
113
+
1. Select **Import template**, and then follow the instructions to import **C:\Templates\createStorageV1.json** that you saved earlier.
114
114
115
115
1. Provide the following values:
116
116
@@ -374,7 +374,7 @@ To let other users in your organization deploy your template spec, grant them re
374
374
375
375
## Update template
376
376
377
-
To make a change to the template in your template spec, revise the template. The following template is similar to your earlier template except it adds a prefix for the storage account name. Copy the following template and update your `createStorage.json` file.
377
+
To make a change to the template in your template spec, revise the template. The following template is similar to your earlier template except it adds a prefix for the storage account name. Copy the following template and save it as **createStorageV2.json** file.
378
378
379
379
```json
380
380
{
@@ -422,7 +422,7 @@ Instead of creating a new template spec for the revised template, add a new vers
422
422
-Version "2.0" `
423
423
-ResourceGroupName templateSpecRG `
424
424
-Location westus2 `
425
-
-TemplateFile "C:\Templates\createStorage.json"
425
+
-TemplateFile "C:\Templates\createStorageV2.json"
426
426
```
427
427
428
428
1. To deploy the new version, get the resource ID for the `2.0` version.
@@ -450,7 +450,7 @@ Instead of creating a new template spec for the revised template, add a new vers
0 commit comments