70-473 · Question #84
Your company registers the domain name of contoso.com. You plan to deploy two web servers, two application servers, and two Microsoft SQL server instances on Microsoft Azure virtual machines. All of t
The correct answer is A. Register a public DNS service on the Azure virtual network. C. Deploy a domain controller and join the virtual machines to the domain. F. Deploy a DNS server.. To enable FQDN resolution for an Azure SQL AlwaysOn Availability Group listener within a custom domain, deploy a DNS server within a domain controller and configure the virtual network to use these custom DNS servers.
Question
Options
- ARegister a public DNS service on the Azure virtual network.
- BAdd a subnet to the Azure virtual network.
- CDeploy a domain controller and join the virtual machines to the domain.
- DRegister a DNS server on the Azure virtual network.
- EUse the Azure provided name resolution service.
- FDeploy a DNS server.
How the community answered
(31 responses)- A65% (20)
- B6% (2)
- D16% (5)
- E13% (4)
Why each option
To enable FQDN resolution for an Azure SQL AlwaysOn Availability Group listener within a custom domain, deploy a DNS server within a domain controller and configure the virtual network to use these custom DNS servers.
Configuring the Azure virtual network to use custom DNS servers ensures that all virtual machines in the VNet can resolve FQDNs from the custom domain, allowing access to the Availability Group listener.
Adding a subnet to the Azure virtual network is for network segmentation and does not directly contribute to FQDN resolution for an Availability Group listener.
Deploying a domain controller and joining virtual machines to the domain is essential for creating an Active Directory-integrated DNS server that can host the custom domain and register the AlwaysOn Availability Group listener's FQDN.
Registering a DNS server on the Azure virtual network typically refers to configuring the VNet's DNS settings, which is encompassed by action A in this context for enabling resolution.
Using the Azure provided name resolution service is insufficient as it cannot resolve custom domain FQDNs for internal resources like an AlwaysOn Availability Group listener.
Deploying a DNS server provides the necessary infrastructure to host custom DNS zones, like contoso.com, and allows for the resolution of internal FQDNs for services such as the SQL AlwaysOn Availability Group listener.
Concept tested: Custom DNS for internal FQDN resolution and AlwaysOn Availability Groups
Source: https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/availability-group-manually-configure-azure-vm-failover-cluster?view=azuresql&tabs=azure-powershell#configure-the-availability-group-listener
Topics
Community Discussion
No community discussion yet for this question.