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-templates-use-visual-studio-code.md
+15-17Lines changed: 15 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Create template - Visual Studio Code
3
3
description: Use Visual Studio Code and the Azure Resource Manager tools extension to work on Resource Manager templates.
4
4
author: mumian
5
-
ms.date: 03/04/2019
5
+
ms.date: 04/13/2020
6
6
ms.topic: quickstart
7
7
ms.author: jgao
8
8
@@ -16,7 +16,7 @@ Learn how to use Visual Studio code and the Azure Resource Manager Tools extensi
16
16
17
17
In this quickstart, you deploy a storage account:
18
18
19
-

19
+

20
20
21
21
If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/) before you begin.
22
22
@@ -84,33 +84,31 @@ To experience how to edit a template using Visual Studio Code, you add one more
84
84
85
85
## Deploy the template
86
86
87
-
There are many methods for deploying templates. Azure Cloud shell is used in this quickstart. The cloud shell supports both Azure CLI and Azure PowerShell. Use the tab selector to choose between CLI and PowerShell.
87
+
There are many methods for deploying templates. Azure Cloud Shell is used in this quickstart. The Cloud Shell supports both Azure CLI and Azure PowerShell. Use the tab selector to choose between CLI and PowerShell.
1. Sign in to the [Azure Cloud shell](https://shell.azure.com)
89
+
1. Sign in to the [Azure Cloud Shell](https://shell.azure.com)
92
90
93
91
2. Choose your preferred environment by selecting either **PowerShell** or **Bash**(CLI) on the upper left corner. Restarting the shell is required when you switch.
@@ -120,14 +118,14 @@ There are many methods for deploying templates. Azure Cloud shell is used in thi
120
118
121
119
# [CLI](#tab/CLI)
122
120
123
-

121
+

124
122
125
123
# [PowerShell](#tab/PowerShell)
126
124
127
-

125
+

128
126
129
127
---
130
-
4. From the Cloud shell, run the following commands. Select the tab to show the PowerShell code or the CLI code.
128
+
4. From the Cloud Shell, run the following commands. Select the tab to show the PowerShell code or the CLI code. Provide a project name, which is used to generate a resource group name. The resource group name is the project name with **rg** appended.
131
129
132
130
# [CLI](#tab/CLI)
133
131
@@ -160,11 +158,11 @@ There are many methods for deploying templates. Azure Cloud shell is used in thi
@@ -200,12 +198,12 @@ When the Azure resources are no longer needed, clean up the resources you deploy
200
198
201
199
1. From the Azure portal, select **Resource group** from the left menu.
202
200
2. Enter the resource group name in the **Filter by name** field.
203
-
3. Select the resource group name. You shall see a total of six resources in the resource group.
201
+
3. Select the resource group name. The resource group name is the project name with **rg** appended. You shall see a storage account resource in the resource group.
204
202
4. Select **Delete resource group** from the top menu.
205
203
206
204
## Next steps
207
205
208
-
The main focus of this quickstart is to use Visual Studio Code to edit an existing template from Azure Quickstart templates. You also learned how to deploy the template using either CLI or PowerShell from the Azure Cloud shell. The templates from Azure Quickstart templates might not give you everything you need. To learn more about template development, see our new beginner tutorial series:
206
+
The main focus of this quickstart is to use Visual Studio Code to edit an existing template from Azure Quickstart templates. You also learned how to deploy the template using either CLI or PowerShell from the Azure Cloud Shell. The templates from Azure Quickstart templates might not give you everything you need. To learn more about template development, see our new beginner tutorial series:
0 commit comments