Skip to content

Commit 8e3223f

Browse files
authored
Merge pull request #202146 from halkazwini/patch-2
Update tutorial-alias-pip.md
2 parents 10e4cf1 + 93d6957 commit 8e3223f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/dns/tutorial-alias-pip.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: dns
55
author: rohinkoul
66
ms.service: dns
77
ms.topic: tutorial
8-
ms.date: 06/10/2022
8+
ms.date: 06/20/2022
99
ms.author: rohink
1010
ms.custom: template-tutorial #Required; leave this attribute/value as-is.
1111
#Customer intent: As an experienced network administrator, I want to configure Azure an DNS alias record to refer to an Azure public IP address.
@@ -100,7 +100,7 @@ Create a Windows Server 2019 virtual machine.
100100
| **Administrator account** | |
101101
| Username | Enter a username. |
102102
| Password | Enter a password. |
103-
| Confirm password | Reenter password. |
103+
| Confirm password | Reenter the password. |
104104
| **Inbound port rules** | |
105105
| Public inbound ports | Select **None**. |
106106

@@ -136,16 +136,16 @@ Install IIS web server on **Web-01**.
136136
1. Open *Web-01.rdp*, and select **Connect**.
137137
1. Enter the username and password entered during virtual machine creation.
138138
1. On the **Server Manager** dashboard, select **Manage** then **Add Roles and Features**.
139-
1. Select **Server Roles** or select **Next** three times. On the **Server Roles** page, select **Web Server (IIS)**.
139+
1. Select **Server Roles** or select **Next** three times. On the **Server Roles** screen, select **Web Server (IIS)**.
140140
1. Select **Add Features**, and then select **Next**.
141141

142-
:::image type="content" source="./media/tutorial-alias-pip/iis-web-server-installation.png" alt-text="Screenshot of Add Roles and Features Wizard in Windows Server 2019 showing how to add the I I S Web Server.":::
142+
:::image type="content" source="./media/tutorial-alias-pip/iis-web-server-installation.png" alt-text="Screenshot of Add Roles and Features Wizard in Windows Server 2019 showing how to install the I I S Web Server by adding Web Server role.":::
143143

144144
1. Select **Confirmation** or select **Next** three times, and then select **Install**. The installation process takes a few minutes to finish.
145145
1. After the installation finishes, select **Close**.
146146
1. Open a web browser. Browse to **localhost** to verify that the default IIS web page appears.
147147

148-
:::image type="content" source="./media/tutorial-alias-pip/iis-web-server.png" alt-text="Screenshot of Internet Explorer showing the I I S Web Server Welcome page.":::
148+
:::image type="content" source="./media/tutorial-alias-pip/iis-web-server.png" alt-text="Screenshot of Internet Explorer showing the I I S Web Server default web page.":::
149149

150150
## Create an alias record
151151

@@ -165,7 +165,7 @@ Create an alias record that points to the public IP address.
165165

166166
1. In the Azure portal, enter *virtual machine* in the search box at the top of the portal, and then select **Virtual machines** from the search results.
167167
1. Select the **Web-01** virtual machine. Note the public IP address in the **Overview** page.
168-
1. From a web browser, browse to `web01.contoso.com`, which is the fully qualified domain name of the **Web-01** virtual machine. You now see the IIS welcome web page.
168+
1. From a web browser, browse to `web01.contoso.com`, which is the fully qualified domain name of the **Web-01** virtual machine. You now see the IIS default web page.
169169
1. Close the web browser.
170170
1. Stop the **Web-01** virtual machine, and then restart it.
171171
1. After the virtual machine restarts, note the new public IP address for the virtual machine.

0 commit comments

Comments
 (0)