An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
Hello Peter Stieber
There isn't a built-in service tag called AzureDNS. The correct tag to use is AzurePlatformDNS, which stands for Azure’s default DNS resolver at IP 168.63.129.16. Here’s a summary:
- “AzureDNS” does not appear in the official service tag list.
- Documentation and the JSON/Discovery API refer to the tag as AzurePlatformDNS.
- AzurePlatformDNS corresponds to 168.63.129.16 (UDP/TCP port 53), used by all VMs in every region as the Azure-hosted DNS service.
As per MS Documentation Azure provides a special virtual IP address: 168.63.129.16
This IP is used for:
- DNS resolution within Azure VNets
- DHCP services
- Health probes and platform communication
The AzurePlatformDNS service tag corresponds to this platform DNS endpoint. As stated in Microsoft Docs, Azure uses a special virtual IP address: 168.63.129.16. For more information, refer to the documentation.
Available service tags
Azure platform considerationsNote: The AzurePlatformDNS service tag is associated only with the platform DNS endpoint, not with DNS zone management or related functions. Therefore, it will not appear in the service tag list.
I hope the above answer helps you! Please let us know if you have any further questions.
Please don't forget to "upvote" where the information provided will help you, this can be beneficial to other members of the community.
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.