nerdexam
Microsoft

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.

Monitor and manage an Azure data platform solution

Question

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 the virtual machines will be located on the same Azure virtual network. The SQL Server instances will be in an AlwaysOn availability group. You need to ensure that the web servers and the application servers can access the availability group listener by using a fully qualified domain name (FQDN) from the contoso.com domain. Which three actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

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)
  • A
    65% (20)
  • B
    6% (2)
  • D
    16% (5)
  • E
    13% (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.

ARegister a public DNS service on the Azure virtual network.Correct

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.

BAdd a subnet to the Azure virtual network.

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.

CDeploy a domain controller and join the virtual machines to the domain.Correct

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.

DRegister a DNS server on the Azure virtual network.

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.

EUse the Azure provided name resolution service.

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.

FDeploy a DNS server.Correct

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

#SQL Server AlwaysOn Availability Groups#Azure Virtual Network#DNS#Active Directory

Community Discussion

No community discussion yet for this question.

Full 70-473 Practice