Skip to content

Commit bde09e5

Browse files
committed
update
1 parent 819d99c commit bde09e5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/azure-resource-manager/resource-manager-quickstart-create-templates-use-the-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ When the Azure resources are no longer needed, clean up the resources you deploy
196196

197197
## Next steps
198198

199-
In this tutorial, you learned how to generate a template from the Azure portal, and how to deploy the template using the portal. The template used in this Quickstart is a simple template with one Azure resource. When the template is complex, it is easier to use Visual Studio Code or Visual Studio to develop the template.
199+
In this tutorial, you learned how to generate a template from the Azure portal, and how to deploy the template using the portal. The template used in this Quickstart is a simple template with one Azure resource. When the template is complex, it is easier to use Visual Studio Code or Visual Studio to develop the template. The next quickstart also show you how to deploy templates using Azure PowerShell and Azure Command-line Interface (CLI).
200200

201201
> [!div class="nextstepaction"]
202202
> [Create templates by using Visual Studio Code](./resource-manager-quickstart-create-templates-use-visual-studio-code.md)

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Use Visual Studio Code to create Azure Resource Manager template | Microsoft Docs
3-
description: Use the Azure Resource Manager tools extension to work on Resource Manager templates.
3+
description: Use Visual Studio Code and the Azure Resource Manager tools extension to work on Resource Manager templates.
44
services: azure-resource-manager
55
documentationcenter: ''
66
author: mumian
@@ -11,11 +11,11 @@ ms.service: azure-resource-manager
1111
ms.workload: multiple
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
14-
ms.date: 08/23/2018
14+
ms.date: 08/24/2018
1515
ms.topic: quickstart
1616
ms.author: jgao
1717

18-
#Customer intent: As a developer new to Azure deployment, I want to learn how to create a resource manager template so I can deploy Azure resources.
18+
#Customer intent: As a developer new to Azure deployment, I want to learn how to create a resource manager template using Visual Studio Code, so I can deploy Azure resources.
1919

2020
---
2121

@@ -88,14 +88,14 @@ To learn how to edit a template using Visual Studio Code, you add one more eleme
8888

8989
## Deploy the template
9090

91-
There are many methods for deploying templates. In this quickstart, you use the Cloud shell from the Azure portal. The Cloud shell supports both Azure CLI and Azure PowerShell.
91+
There are many methods for deploying templates. In this quickstart, you use Azure Cloud Shell from the Azure portal. Cloud Shell supports both Azure CLI and Azure PowerShell.
9292

9393
1. Sign in to the [Azure portal](https://portal.azure.com)
9494
2. Select **Cloud Shell** from the upper right corner as shown in the following image:
9595

9696
![Azure portal Cloud shell](./media/resource-manager-quickstart-create-templates-use-visual-studio-code/azure-portal-cloud-shell.png)
9797

98-
The Cloud shell is opened on the bottom of the screen.
98+
Cloud Shell is opened on the bottom of the screen.
9999

100100
3. On the upper left corner of the Cloud shell, it shows either **PowerShell** or **Bash**. To use CLI, you need to open a Bash session. To run PowerShell, you need to open a PowerShell session. To switch, select the down arrow, and then select the interpreter. The following image shows switching from PowerShell to Bash.
101101

@@ -143,7 +143,7 @@ There are many methods for deploying templates. In this quickstart, you use the
143143

144144
From the screenshot output, the storage account name is *3tqebj3slyfyestandardsa*.
145145

146-
7. Run the following CLI command to list the newly created storage account:
146+
7. Run the following CLI or PowerShell command to list the newly created storage account:
147147

148148
# [CLI](#tab/CLI)
149149
```cli
@@ -169,7 +169,7 @@ When the Azure resources are no longer needed, clean up the resources you deploy
169169

170170
## Next steps
171171

172-
In this tutorial, you learned how to create a template using Visual Studio Code, and how to deploy the template using the Azure portal Cloud shell. In the next tutorial, you learn more about how to develop a template, and how to use template reference.
172+
The primary focus of this tutorial 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 Azure Cloud Shell. The templates from Azure Quickstart templates might not give you everything you need. The next tutorial shows you how to find the information from template reference so you can create an encrypted Azure Storage account.
173173

174174
> [!div class="nextstepaction"]
175-
> [Create an encrypted Storage account](./resource-manager-tutorial-create-encrypted-storage-accounts.md)
175+
> [Create an encrypted storage account](./resource-manager-tutorial-create-encrypted-storage-accounts.md)

0 commit comments

Comments
 (0)