Azure
Service inventory
DNS zones
Inventory of DNS zones in this Azure account.
Sample preview — fixture data, not a live cloud account
How to embed
Drop this snippet on any HTML page. The single
lp.js loader pulls in the rendering runtime,
finds every data-lp-service target on the page,
and renders.
<script>
window.lpEmbed = {
apiBase: 'https://api.lightpane.io',
accessKey: '<your-access-key>'
};
</script>
<script src="https://lightpane.io/embed/lp.js"></script>
<div data-lp-service="azure_dns_zones"
data-lp-attributes="name,zone_type,number_of_record_sets,name_servers,resource_group"></div>
Attributes shown
Each row in the inventory carries these fields by default. Per- attribute customisation (choosing which to show, default sort, filter presets) will appear in the Customisation section below in a future release.
Zone Name
name
Zone Type
zone_type
Record Sets
number_of_record_sets
Name Servers
name_servers
Resource Group
resource_group
azure_resource_group
Customisation
Coming soon. This is where per-pane presentation options (column selection, default sort, compact mode, filter presets) will live, both as a configurator on this page and as fields that mirror into the embed snippet above.