Skip to content

Commit 0646116

Browse files
committed
copy update
1 parent c204f23 commit 0646116

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ ms.author: nepeters
1212

1313
# Quickstart: Create Azure Resource Manager templates by using Visual Studio Code
1414

15-
The Azure Resource Manager (ARM) Tools for Visual Studio Code provide language support, resource snippets, and resource autocompletion 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.
15+
The Azure Resource Manager (ARM) Tools for Visual Studio Code provide language support, resource snippets, and resource autocompletion. These tools help 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-
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.
17+
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](https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest) or the [Azure PowerShell module](https://docs.microsoft.com/en-us/powershell/azure/new-azureps-module-az?view=azps-3.7.0) 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

@@ -98,7 +98,7 @@ Select `New` > `All Parameters` > Select a name and location for the parameter f
9898

9999
![](./media/quickstart-create-templates-use-visual-studio-code/15.png)
100100

101-
This action creates a new parameters file and map it with the template from which it was created. You can see and modify the current template/parameter file mapping in the VS Code status bar while the template is selected.
101+
This action creates a new parameters file and maps it with the template from which it was created. You can see and modify the current template/parameter file mapping in the VS Code status bar while the template is selected.
102102

103103
![](./media/quickstart-create-templates-use-visual-studio-code/16.png)
104104

0 commit comments

Comments
 (0)