From 0e39dcd51b5e1f7ec774db4f3f862e366704c2f5 Mon Sep 17 00:00:00 2001 From: Adam Stuart <51229242+adstuart@users.noreply.github.com> Date: Wed, 2 Sep 2020 09:54:48 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54d9e34..8eace50 100644 --- a/README.md +++ b/README.md @@ -270,7 +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 +( 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.