Skip to content

Commit 574d818

Browse files
Update azure-resources/Network/applicationGateways/kql/8364fd0a-7c0e-e240-9d95-4bf965aec243.kql
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 477560c commit 574d818

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

azure-resources/Network/applicationGateways/kql/8364fd0a-7c0e-e240-9d95-4bf965aec243.kql

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@ resources
2121
| extend subnetPrefixLength = split(prefix, '/')[1]
2222
) on subnetId
2323
| where subnetPrefixLength > 24 and subnetPrefixLength != 64
24-
| distinct id, subscriptionId
24+
| project
25+
recommendationId = id,
26+
name = tostring(split(id, '/')[8]), // Extract resource name from id
27+
tags = iif(isnull(properties.tags), array(), properties.tags),
28+
param1 = subnetId

0 commit comments

Comments
 (0)