Resource Type: Azure > Network > Private DNS Zones
The Private DNS Zones resource type is a domain name system (DNS) service that can be used to create and manage DNS records for your private network within Azure.
Resource Context
Private DNS Zones is a part of the Network service.
Each Private DNS Zones lives under a Resource Group.
Controls
The primary controls for Azure > Network > Private DNS Zones are:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-network#/resource/types/privateDnsZones
- tmod:@turbot/turbot#/resource/categories/networking
- turbot graphql resource --id "tmod:@turbot/azure-network#/resource/types/privateDnsZones"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-network#/resource/types/privateDnsZones';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-network#/resource/types/privateDnsZones"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-network#/resource/types/privateDnsZones' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query