Resource Type: Azure > DNS
The DNS service provides reliable and scalable domain name system services in the Azure cloud. It allows users to host and manage their DNS domain and records, known as zones and record sets, which can be used to direct traffic to the desired endpoints and services.
Resource Types
The DNS service includes these resource types:
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/dns
- tmod:@turbot/turbot#/resource/categories/cloudService
- turbot graphql resource --id "tmod:@turbot/azure-dns#/resource/types/dns"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-dns#/resource/types/dns';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-dns#/resource/types/dns"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-dns#/resource/types/dns' 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