From de508b24e58e694a95af264afeb4f2810a6b2c70 Mon Sep 17 00:00:00 2001 From: Mike Wedderburn-Clarke Date: Fri, 28 Aug 2020 18:13:34 +0100 Subject: [PATCH] Update README.md Very minor suggestion - added the possibility to just ipconfig /renew instead of rebooting the VM - although even after I did that, mine took a minute before the Hub DNS server started responding to it --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98355ee..54d9e34 100644 --- a/README.md +++ b/README.md @@ -270,6 +270,7 @@ Update the Spoke VNet custom DNS settings to point at your *az-dns-vm* VM inside ![image](images/8.PNG) **Reboot** your *az-mgmt-vm* VM so that it picks up the new DNS settings. +Or **ipconfig /renew ** should work. Check with ipconfig /all From your *az-mgmt-vm* VM re-run your nslookup command to check the IP address returned for your SQL Server. Notice how the DNS server used is now 10.0.0.4 (the IP address of your *az-dns-vm* VM), but the A record returned has now regressed to using the public VIP of SQL. Access to your SQL Server will not work in this configuration as you are not utilising your Private Endpoint.