Skip to content

Commit b984f7a

Browse files
committed
copy updates
1 parent 7d060e3 commit b984f7a

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed
255 KB
Loading
117 KB
Loading
118 KB
Loading
157 KB
Loading

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: nepeters
1414

1515
The Azure Resource Manager (ARM) Tools for Visual Studio Code provides language support, resource snippets, and resource auto-completion to help you create and validate Azure Resource Manager templates. In this quickstart, you use the ARM tools to create an Azure Resource Manager template from scratch. While doing so you experience ARM tools capabilities such as ARM template snippets, validation, completions, and parameter file support.
1616

17-
In order to complete this quickstart, you need Visual Studio Code, with the Azure Resource Manager (ARM) tools extension installed. You also need either the Azure CLI or the Azure PowerShell module installed and authenticated.
17+
In order to complete this quickstart, you need [Visual Studio Code](https://code.visualstudio.com/), with the [Azure Resource Manager (ARM) tools extension](https://marketplace.visualstudio.com/items?itemName=msazurermtools.azurerm-vscode-tools) installed. You also need either the [Azure CLI]() or the Azure PowerShell module installed and authenticated.
1818

1919
If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/) before you begin.
2020

@@ -112,6 +112,18 @@ Navigate back to the ARM template and notice that an error has been raised indic
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

115+
## Format, navigation, and sorting
116+
117+
When a template contains many parameters, variables, and resources, navigation can be difficult. The ARM Tempalte ouline provides ARM Template navigation and sorting capibilities.
118+
119+
![](./media/quickstart-create-templates-use-visual-studio-code/19.png)
120+
121+
![](./media/quickstart-create-templates-use-visual-studio-code/20.png)
122+
123+
![](./media/quickstart-create-templates-use-visual-studio-code/21.png)
124+
125+
![](./media/quickstart-create-templates-use-visual-studio-code/22.png)
126+
115127
## Template deployment
116128

117129
Open the integrated VS Code terminal using the `ctrl` + ```` ` ```` key combination and use either the Azure CLI or Azure PowerShell module to deploy the template.

0 commit comments

Comments
 (0)