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/dns/tutorial-alias-pip.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: dns
5
5
author: rohinkoul
6
6
ms.service: dns
7
7
ms.topic: tutorial
8
-
ms.date: 06/10/2022
8
+
ms.date: 06/20/2022
9
9
ms.author: rohink
10
10
ms.custom: template-tutorial #Required; leave this attribute/value as-is.
11
11
#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.
100
100
|**Administrator account**||
101
101
| Username | Enter a username. |
102
102
| Password | Enter a password. |
103
-
| Confirm password | Reenter password. |
103
+
| Confirm password | Reenter the password. |
104
104
|**Inbound port rules**||
105
105
| Public inbound ports | Select **None**. |
106
106
@@ -136,16 +136,16 @@ Install IIS web server on **Web-01**.
136
136
1. Open *Web-01.rdp*, and select **Connect**.
137
137
1. Enter the username and password entered during virtual machine creation.
138
138
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)**.
140
140
1. Select **Add Features**, and then select **Next**.
141
141
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.":::
143
143
144
144
1. Select **Confirmation** or select **Next** three times, and then select **Install**. The installation process takes a few minutes to finish.
145
145
1. After the installation finishes, select **Close**.
146
146
1. Open a web browser. Browse to **localhost** to verify that the default IIS web page appears.
147
147
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.":::
149
149
150
150
## Create an alias record
151
151
@@ -165,7 +165,7 @@ Create an alias record that points to the public IP address.
165
165
166
166
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.
167
167
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.
169
169
1. Close the web browser.
170
170
1. Stop the **Web-01** virtual machine, and then restart it.
171
171
1. After the virtual machine restarts, note the new public IP address for the virtual machine.
0 commit comments