Skip to content

Commit bda17b2

Browse files
committed
Added KQL for private DNS zone - TTL
1 parent 8c1230c commit bda17b2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
// under-development
2-
1+
// Azure Resource Graph Query
2+
// This query will return Time-To-Live (TTL) for the DNS recordsets. Make sure it is set appropriately to ensure RTOs
3+
dnsresources
4+
| project recommendationId = "3538aa48-c40b-455b-a93b-269fe6e65be2", name, id, tags, param1 = strcat("Time-To-Live: ", properties.ttl)

0 commit comments

Comments
 (0)