Skip to main content

PrivateDnsZone



Resource Icon

Resource Overview

Azure Private DNS provides a reliable and trustworthy DNS service that allows you to manage and resolve domain names within a virtual network without the need to add a custom DNS solution. By using private DNS zones, you can use your own custom domain names instead of the default names provided by Azure. Records in a private DNS zone cannot be resolved from the internet. DNS resolution for private DNS zones only works within the connected virtual networks.

Associated Resources

Parent Resource

Connected Resources

Resource Setting Values

  • private_dns_a_record

    • ttl : The Time To Live of the DNS record in seconds - 0 ~ 2147483647
    • records : The list of values that make up the NS record
  • private_dns_aaaa_record

    • ttl : The Time To Live of the DNS record in seconds - 0 ~ 2147483647
    • records : The list of values that make up the NS record
  • private_dns_cname_record

    • ttl : The Time To Live of the DNS record in seconds - 0 ~ 2147483647
    • records :The list of values that make up the NS record
  • private_dns_ptr_record

    • ttl : The Time To Live of the DNS record in seconds - 0 ~ 2147483647
    • records : The list of values that make up the NS record
  • private_dns_txt_record

    • ttl : The Time To Live of the DNS record in seconds - 0 ~ 2147483647
    • records : The list of values that make up the NS record
  • vnet_link

    • linked_vnet_name : Name of the linked virtual network
  • tag : Tag to categorize resources - up to 512 characters, key:value


Reference Materials