QuestionQ36

Implementación y administración de una infraestructura de red local e híbrida

You have an on-premises datacenter named DC1.

You have an Azure subscription that contains the resources shown in the following table.

Question Image

You plan to take the following actions:

  • Provision an Azure DNS Private Resolver named PR1 on VNet1.
  • Migrate Server1 to the on-premises datacenter.

You need to ensure that, after Server1 is migrated to the datacenter, it can resolve names for entries created in contoso.com.

What should you do?

  • A On Server1, create a secondary zone.
  • B On PR1, create an outbound endpoint.
  • C Create a DNS forwarding ruleset and associate the ruleset with PR1.
  • D On Server1, modify the conditional forwarder for contoso.com.
Explanation

For on-premises DNS queries to resolve records in an Azure Private DNS zone, the on-premises DNS server must use a conditional forwarder that points to the Azure DNS Private Resolver inbound endpoint. Updating Server1’s existing conditional forwarder for contoso.com provides that path over ExpressRoute. Outbound endpoints and DNS forwarding rulesets instead support forwarding queries originating in Azure to on-premises DNS servers.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!