You All well knew the DNS (Domain Name System) is a cornerstone of the internet. It translates domain names into IP addresses and vice versa. If you’re working with Azure, managing your DNS records within the same ecosystem is a smart move. Azure DNS provides a highly available, scalable, and secure way to handle domain…
Tag: DNS
Understanding of Azure Private DNS resolution
When you link a Private DNS Zone to a Hub VNet and that Hub is peered with Spoke VNets, the resources in the Spoke VNets can use the records in the DNS Zone. This happens because VNet peering allows the DNS resolution to flow through the peered networks. You can find more details in the…