From 1c3f80bd2e800fb6192e0cbb33957a5fe50ebffa Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Fri, 23 May 2025 10:18:27 -0700 Subject: [PATCH] Update LAB_04-Implement_Virtual_Networking.md --- Instructions/Labs/LAB_04-Implement_Virtual_Networking.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md b/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md index e26ca378..e2a0addd 100644 --- a/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md +++ b/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md @@ -281,7 +281,7 @@ You can configure Azure DNS to resolve host names in your public domain. For exa 1. On the **Overview** blade notice the names of the four Azure DNS name servers assigned to the zone. **Copy** one of the name server addresses. You will need it in a future step. -1. Expand the **DNS Management** blade and select **+ Record set**. +1. Expand the **DNS Management** blade and select **Recordsets**. Click **+Add**. | Property | Value | |:---------|:---------| @@ -292,7 +292,7 @@ You can configure Azure DNS to resolve host names in your public domain. For exa >**Note:** In a real-world scenario, you'd enter the public IP address of your web server. -1. Select **OK** and verify your domain has an A record set named **www**. +1. Select **Add** and verify your domain has an A record set named **www**. 1. Open a command prompt, and run the following command. If you have changed the domain name, make an adjustment.