Event banner
Windows Office Hours: September 28, 2023
Event Ended
Thursday, Sep 28, 2023, 08:00 AM PDTEvent details
Please note this Windows Office Hours date has been changed to September 28, 2023.
Get answers to your questions about adopting Windows 11 and managing the Windows devices used by remote, onsite, a...
Heather_Poulsen
Updated Sep 28, 2023
teejwarren
Sep 28, 2023Occasional Reader
My org is fully azure AD, but I would like to run some on-prem DNS services that are attached to my domain in Azure AD to capture more than just Windows endpoints. Is this the forum for that question?
- ThomasTrombleySep 29, 2023Former EmployeeHi TJ, I apologize for the delay, as we had lots of questions yesterday, and several of our SMEs were on business travel. However, while this falls a bit out of scope for this session, try this and let me know: To set on prem DNS server in Azure virtual network, you can1234: Use the management portal to configure the DNS servers in the NETWORKS section. Deploy a new VM inside the virtual network and set its IP to the same IP you have defined in the portal. Use PowerShell to deploy subsequent VMs to the virtual network. Set DNS on the Cloud Service which overrides the DNS setting on the VNet. Use private DNS zone and virtual network links to connect to privatelink.blob.core.windows.net. Go to VM settings and change the DNS servers in the network interfaces section.