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/resource-manager-quickstart-create-templates-use-the-portal.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,7 @@ When the Azure resources are no longer needed, clean up the resources you deploy
196
196
197
197
## Next steps
198
198
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).
200
200
201
201
> [!div class="nextstepaction"]
202
202
> [Create templates by using Visual Studio Code](./resource-manager-quickstart-create-templates-use-visual-studio-code.md)
#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.
19
19
20
20
---
21
21
@@ -88,14 +88,14 @@ To learn how to edit a template using Visual Studio Code, you add one more eleme
88
88
89
89
## Deploy the template
90
90
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.
92
92
93
93
1. Sign in to the [Azure portal](https://portal.azure.com)
94
94
2. Select **Cloud Shell** from the upper right corner as shown in the following image:
The Cloud shell is opened on the bottom of the screen.
98
+
Cloud Shell is opened on the bottom of the screen.
99
99
100
100
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.
101
101
@@ -143,7 +143,7 @@ There are many methods for deploying templates. In this quickstart, you use the
143
143
144
144
From the screenshot output, the storage account name is *3tqebj3slyfyestandardsa*.
145
145
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:
147
147
148
148
# [CLI](#tab/CLI)
149
149
```cli
@@ -169,7 +169,7 @@ When the Azure resources are no longer needed, clean up the resources you deploy
169
169
170
170
## Next steps
171
171
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.
173
173
174
174
> [!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