Azure DNS Flashcards

1
Q

What is Azure DNS?

A

Azure DNS is a hosting service for DNS domains that provides name resolution

By hosting your domains in Azure, you can manage your DNS records using the same credentials, APIs, tools, and billing as your other Azure services.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Azure DNS uses the scope and scale of Microsoft Azure to provide numerous benefits, including:

A

Reliability and performance
Security
Ease of Use
Customizable virtual networks
Alias records

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How are reliability and performance a benefit of Azure DNS?

A

DNS domains in Azure DNS are hosted on Azure’s global network of DNS name servers, providing resiliency and high availability.

Azure DNS uses anycast networking, so the closest available DNS server answers each DNS query, providing fast performance and high availability for your domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How is security a benefit of Azure DNS?

A

Azure DNS is based on Azure Resource Manager, which provides features such as:

Azure RBAC to control who has access to specific actions for your organization.

Activity logs to monitor how a user in your organization modified a resource or to find an error when troubleshooting.

Resource locking to lock a subscription, resource group, or resource. Locking prevents other users in your organization from accidentally deleting or modifying critical resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How is ease of use a benefit of Azure DNS?

A

Azure DNS can manage DNS records for your Azure services and provide DNS for your external resources as well. Azure DNS is integrated in the Azure portal and uses the same credentials, support contract, and billing as your other Azure services.

Because Azure DNS is running on Azure, it means you can manage your domains and records with the Azure portal, Azure PowerShell cmdlets, and the cross-platform Azure CLI. Applications that require automated DNS management can integrate with the service by using the REST API and SDKs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How are Customizable virtual networks with private domains a benefit of Azure DNS?

A

Azure DNS also supports private DNS domains. This feature allows you to use your own custom domain names in your private virtual networks, rather than being stuck with the Azure-provided names.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How are Alias records a benefit of Azure DNS?

A

Azure DNS also supports alias record sets. You can use an alias record set to refer to an Azure resource, such as an Azure public IP address, an Azure Traffic Manager profile, or an Azure Content Delivery Network (CDN) endpoint. If the IP address of the underlying resource changes, the alias record set seamlessly updates itself during DNS resolution. The alias record set points to the service instance, and the service instance is associated with an IP address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly