Skip to content

DNS Zones

Provider: Azure
Service ID: azure_dns_zones
Rendering: Standard table with expandable detail rows

Quick Example

<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
    service: 'azure_dns_zones',
    provider: 'azure',
    region: 'uksouth',
    source: 'live',
    attributes: ['name', 'zone_type', 'number_of_record_sets', 'name_servers', 'resource_group']
});
</script>

<div data-sd-service="azure_dns_zones" data-sd-source="live"></div>

Default Attributes

When no attributes array is specified, these columns are displayed:

attributes: ['name', 'zone_type', 'number_of_record_sets', 'name_servers', 'resource_group']

All Attributes

Attribute Display Name Format Description
name Zone Name text From API field: name
zone_id Zone ID azure_resource_name From API field: id
location Location text From API field: location
zone_type Zone Type text From API field: zone_type
number_of_record_sets Record Sets text From API field: number_of_record_sets
max_number_of_record_sets Max Record Sets text From API field: max_number_of_record_sets
name_servers Name Servers text From API field: name_servers
resource_group Resource Group azure_resource_group From API field: id
tags Tags tags_table All tags/labels as a key-value table

= included in default view

Sort Order

Results are sorted by: name