From c064b8903e6c23e41f9cd0cad7191aa1ccc4cdcf Mon Sep 17 00:00:00 2001 From: Marco Estrada <38212502+MSFT-MarcoEs@users.noreply.github.com> Date: Wed, 13 May 2020 14:43:40 +0200 Subject: [PATCH] Adding a note to remove [] brackets Students sometimes replace the domain name and server, but leaves the backets on. E.g. nslookup server.[contoso.com] [ns01-1.azure.com] --- Instructions/Labs/LAB_04-Implement_Virtual_Networking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md b/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md index ae6b51e5..cab61f51 100644 --- a/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md +++ b/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md @@ -293,7 +293,7 @@ In this task, you will configure external DNS name resolution by using Azure pub 1. In the Azure portal, open the **PowerShell** session in **Cloud Shell** by clicking on the icon in the top right of the Azure Portal. -1. From the Cloud Shell pane, run the following to test external name resolution of the **az104-04-vm0** DNS record set in the newly created DNS zone (replace the placeholder `[Name server 1]` with the name of **Name server 1** you noted earlier in this task and the `[domain name] placeholder with the name of the DNS domain you created earlier in this task): +1. From the Cloud Shell pane, run the following to test external name resolution of the **az104-04-vm0** DNS record set in the newly created DNS zone (replace the placeholder `[Name server 1]` including the [] brackets, with the name of **Name server 1** you noted earlier in this task and the `[domain name] placeholder with the name of the DNS domain you created earlier in this task): ```pwsh nslookup az104-04-vm0.[domain name] [Name server 1]