DNS Server linuxLinux serverNETWORK ADMINISTRATIONS

How to Configure DNS settings in Azure || Test Virtual Machines || What is Private DNS || AZ700

In this video, we are going to configure DNS Setting in azure

Module – Introduction to Azure Virtual Networks
Part 1: https://youtu.be/7UnMAqwsuhg
part 2:https://youtu.be/RlnC0-QXrDM(this Video)
Part 3:https://youtu.be/U3Ls53xrlwg
——–
Task 1: Create a private DNS Zone
Task 2: Link subnet for auto-registration
Task 3: Create Virtual Machines to test the configuration
Task 4: Verify records are present in the DNS zone

Playlists:
AZ104(Microsoft Azure Administrator) playlist:https://www.youtube.com/watch?v=hEkgXcyqXlA&list=PLWAf8iNmXb4mzpq1_N_EsrmKPgHu4-O5v

AZ500(Microsoft Azure Security Technologies) playlist:

AZ700(Designing and Implementing Microsoft Azure Networking Solutions) playlist:

AZ900(Microsoft Azure Fundamentals) playlist:

Machine learning playlist

The Domain Name System, or DNS, is responsible for translating (or resolving) a service name to an IP address. Azure DNS is a hosting service for domains and provides naming resolution using the Microsoft Azure infrastructure. Azure DNS not only supports internet-facing DNS domains, but it also supports private DNS zones.

Azure Private DNS provides a reliable and secure DNS service for your virtual network. Azure Private DNS manages and resolves domain names in the virtual network without the need to configure a custom DNS solution. By using private DNS zones, you can use your own custom domain name instead of the Azure-provided names during deployment. Using a custom domain name helps you tailor your virtual network architecture to best suit your organization’s needs. It provides a naming resolution for virtual machines (VMs) within a virtual network and connected virtual networks. Additionally, you can configure zones names with a split-horizon view, which allows a private and a public DNS zone to share the name.

To resolve the records of a private DNS zone from your virtual network, you must link the virtual network with the zone. Linked virtual networks have full access and can resolve all DNS records published in the private zone. You can also enable autoregistration on a virtual network link. When you enable autoregistration on a virtual network link, the DNS records for the virtual machines in that virtual network are registered in the private zone. When autoregistration gets enabled, Azure DNS will update the zone record whenever a virtual machine gets created, changes its’ IP address, or gets deleted.

#az700 #dns #dnsserver #privatedns #virtualnetworking #azure #microsoft #microsoftazure #network #virtualmachines #virtualmachine

useful links:
https://docs.microsoft.com/

Please do follow:
https://medium.com/@mraviteja9949

You can also learn from Microsoft labs in Github.

This video is created for educational purposes (AZ700 course).
Here is the link to practice labs:
https://github.com/MicrosoftLearning/AZ-700-Designing-and-Implementing-Microsoft-Azure-Networking-Solutions Description reference:
https://docs.microsoft.com/

source

by RaviTeja Mureboina

linux dns configuration