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/template-tutorial-deploy-vm-extensions.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,6 @@ This tutorial covers the following tasks:
18
18
> * Open a quickstart template
19
19
> * Edit the template
20
20
> * Deploy the template
21
-
> * Verify the deployment
22
21
23
22
If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/) before you begin.
24
23
@@ -50,7 +49,11 @@ If you choose to publish the file to your own location, update the `fileUri` ele
50
49
Azure Quickstart Templates is a repository for ARM templates. Instead of creating a template from scratch, you can find a sample template and customize it. The template used in this tutorial is called [Deploy a simple Windows VM](https://azure.microsoft.com/resources/templates/101-vm-simple-windows/).
51
50
52
51
1. In Visual Studio Code, select **File** > **Open File**.
53
-
1. In the **File name** box, paste the following URL: https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-vm-simple-windows/azuredeploy.json
52
+
1. In the **File name** box, paste the following URL:
@@ -134,11 +137,13 @@ You must also open the HTTP port so that you would be able to access the web ser
134
137
135
138
For the deployment procedure, see the "Deploy the template" section of [Tutorial: Create ARM templates with dependent resources](./template-tutorial-create-templates-with-dependent-resources.md#deploy-the-template). We recommended that you use a generated password for the virtual machine administrator account. See this article's [Prerequisites](#prerequisites) section.
136
139
137
-
## Verify the deployment
140
+
From the Cloud Shell, run the following command to retrieve the public IP address of the VM:
1. In the VM overview, copy the IP address by selecting **Click to copy**, and then paste it in a browser tab.
141
-
The default Internet Information Services (IIS) welcome page opens:
146
+
Paste the IP address into a Web browser. The default Internet Information Services (IIS) welcome page opens:
142
147
143
148

0 commit comments