Skip to main content

PrivateDnsZone



Resource Icon

Resource Overview

A Private DNS Zone is a container used to manage DNS records for private domain names that are only accessible within Azure virtual networks.
By linking virtual networks (VNet Links), secure name resolution between internal resources can be performed.

Associated Resources

Parent Resources

Connected Resources


Resource Configuration

A Record (private_dns_a_record)

  • private_dns_a_record.ttl : Time To Live (seconds) for the DNS record - 0 ~ 2147483647
  • private_dns_a_record.records : List of IPv4 addresses

AAAA Record (private_dns_aaaa_record)

  • private_dns_aaaa_record.ttl : Time To Live (seconds) for the DNS record - 0 ~ 2147483647
  • private_dns_aaaa_record.records : List of IPv6 addresses

CNAME Record (private_dns_cname_record)

  • private_dns_cname_record.ttl : Time To Live (seconds) for the DNS record - 0 ~ 2147483647
  • private_dns_cname_record.record : Alias used to map a subdomain to another record

PTR Record (private_dns_ptr_record)

  • private_dns_ptr_record.ttl : Time To Live (seconds) for the DNS record - 0 ~ 2147483647
  • private_dns_ptr_record.records : List of domain names for pointer record types

TXT Record (private_dns_txt_record)

  • private_dns_txt_record.ttl : Time To Live (seconds) for the DNS record - 0 ~ 2147483647
  • private_dns_txt_record.records : List of text-type records
  • vnet_link.linked_vnet_name : Name of the virtual network linked to the Private DNS Zone

Tags

  • tag : Tags used to categorize resources - maximum 512 characters, key:value

References