Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MikeWedderburn-Clarke authored Aug 28, 2020
1 parent fb2aaf3 commit de508b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit de508b2

Please sign in to comment.