Skip to content

Commit c500560

Browse files
authored
Fixed typos "tempalte" and "scafolding"
1 parent e83e6f1 commit c500560

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-resource-manager/templates/quickstart-create-templates-use-visual-studio-code.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Create and open with Visual Studio Code a new file named *azuredeploy.json*. Ent
2424

2525
Select `arm!` to create a template scoped for an Azure resource group deployment.
2626

27-
![Image showing Azure Resource Manager scafolding](./media/quickstart-create-templates-use-visual-studio-code/1.png)
27+
![Image showing Azure Resource Manager scaffolding](./media/quickstart-create-templates-use-visual-studio-code/1.png)
2828

2929
This snippet creates the basic building blocks for an ARM template.
3030

@@ -92,7 +92,7 @@ An ARM template parameter file allows you to store environment-specific paramete
9292

9393
The extension makes it easy to create a parameter file from your existing templates. To do so, right-click on the template in the code editor and select `Select/Create Parameter File`.
9494

95-
![Image showing the right-click process for creating a parameter file from an ARM tempalte](./media/quickstart-create-templates-use-visual-studio-code/14.png)
95+
![Image showing the right-click process for creating a parameter file from an ARM template](./media/quickstart-create-templates-use-visual-studio-code/14.png)
9696

9797
Select `New` > `All Parameters` > Select a name and location for the parameter file.
9898

@@ -108,7 +108,7 @@ Now that the parameter file has been mapped to the template, the extension valid
108108

109109
Navigate back to the ARM template and notice that an error has been raised indicating that the value does not meet the parameter criteria.
110110

111-
![Image showing a valid ARM tempalte](./media/quickstart-create-templates-use-visual-studio-code/18.png)
111+
![Image showing a valid ARM template](./media/quickstart-create-templates-use-visual-studio-code/18.png)
112112

113113
Update the value to something appropriate, save the file, and navigate back to the template. Notice that the error on the parameter has been resolved.
114114

@@ -153,4 +153,4 @@ Remove-AzResourceGroup -Name arm-vscode
153153
## Next steps
154154

155155
> [!div class="nextstepaction"]
156-
> [Beginner tutorials](./template-tutorial-create-first-template.md)
156+
> [Beginner tutorials](./template-tutorial-create-first-template.md)

0 commit comments

Comments
 (0)