From e55f70cd8c48b07921e3ab3500b9ab90a04eb222 Mon Sep 17 00:00:00 2001 From: Penny Ko Date: Tue, 16 Apr 2024 18:05:21 -0700 Subject: [PATCH] Update fa0cf4f5-0b21-47b7-89a9-ee936f193ce1.kql --- .../kql/fa0cf4f5-0b21-47b7-89a9-ee936f193ce1.kql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-resources/Compute/virtualMachines/kql/fa0cf4f5-0b21-47b7-89a9-ee936f193ce1.kql b/azure-resources/Compute/virtualMachines/kql/fa0cf4f5-0b21-47b7-89a9-ee936f193ce1.kql index db2c82743..31632808f 100644 --- a/azure-resources/Compute/virtualMachines/kql/fa0cf4f5-0b21-47b7-89a9-ee936f193ce1.kql +++ b/azure-resources/Compute/virtualMachines/kql/fa0cf4f5-0b21-47b7-89a9-ee936f193ce1.kql @@ -1,7 +1,7 @@ // Azure Resource Graph Query // Find eligible Disks that are not zonal, nor zone Redundant -Resources -| where type == 'microsoft.compute/disks' +Resources +| where type == 'microsoft.compute/disks' | project recommendationId="fa0cf4f5-0b21-47b7-89a9-ee936f193ce1", subscriptionId, resourceGroup, name, location, type, sku, Zones = zones, ZoneResilient = sku.name has_cs 'ZRS' or array_length(zones) > 0 | where sku has "Premium_LRS" or sku has "StandardSSD_LRS" | where ZoneResilient == 0