Resource Type: Azure > DNS > Zone
The Zone resource type is a domain name system that can be used to host and manage the domain's DNS records, enabling one to connect domain names to IP addresses within the Azure environment.
Resource Context
Zone is a part of the DNS service.
Each Zone lives under a Resource Group.
Controls
The primary controls for Azure > DNS > Zone are:
It is also targeted by these controls:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-dns#/resource/types/zone
- tmod:@turbot/turbot#/resource/categories/networking
- turbot graphql resource --id "tmod:@turbot/azure-dns#/resource/types/zone"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-dns#/resource/types/zone';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-dns#/resource/types/zone"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-dns#/resource/types/zone' 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