Your company register 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 correc
t selection is worth one point.
A. Register a public DNS service on the Azure virtual network.
B. Add a subnet to the Azure virtual network.
C. Deploy a domain controller and join the virtual machines to the domain.
D. Register a DNS server on the Azure v
irtual network.
E. Use the Azure-provided name resolution service.
Explanation:
B: If you are setting up an availability group listener across multiple subnets and plan to use static IP addresses, you need to get the static IP address of every
subnet that hosts an availability replica for the availability group for which you are creating the listener.
C: A domain controller with an Active Directory domain is needed, and an SQL Server VM that are is to the back-end subnet and joined to the Act
ive Directory domain.
E: The New-AzureDns cmdlet creates an Azure DNS settings object. You can use a DNS settings object when you create a virtual machine by using the New-AzureVM cmdlet.
References:
https://docs.microsoft.com/en-us/azure/virtual-machin
es/windows/sqlclassic/virtual-machines-windows-classi
c
-ps-sql-alwayson-availability-groups
https://docs.microsoft.com/en-us/powershell/module/servicemanagement/azure/new-azuredns?view=azuresmps-4.0.0