From f617bf49854c1d14d9439851653255ebb2b966f7 Mon Sep 17 00:00:00 2001 From: Jose Moreno Date: Wed, 29 Nov 2023 09:40:47 +0100 Subject: [PATCH] Update network_appdelivery_checklist.en.json --- checklists/network_appdelivery_checklist.en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/checklists/network_appdelivery_checklist.en.json b/checklists/network_appdelivery_checklist.en.json index fc4f0b962..37c6344e8 100644 --- a/checklists/network_appdelivery_checklist.en.json +++ b/checklists/network_appdelivery_checklist.en.json @@ -86,7 +86,7 @@ "waf": "Reliability", "guid": "135bf4ac-f9db-461f-b76b-2ee9e30b12c0", "id": "A01.08", - "query": "resources | where type =~ 'microsoft.network/applicationGateways' | extend compliant = (isnotnull(properties.autoscaleConfiguration) and properties.autoscaleConfiguration.minCapacity >= 2) | distinct id,compliant", + "graph": "resources | where type =~ 'microsoft.network/applicationGateways' | extend compliant = (isnotnull(properties.autoscaleConfiguration) and properties.autoscaleConfiguration.minCapacity >= 2) | distinct id,compliant", "severity": "Medium", "training": "https://learn.microsoft.com/learn/paths/secure-application-delivery/", "link": "https://learn.microsoft.com/azure/application-gateway/application-gateway-autoscaling-zone-redundant" @@ -99,7 +99,7 @@ "guid": "060c6964-52b5-48db-af8b-83e4b2d85349", "id": "A01.09", "severity": "Medium", - "query": "resources | where type =~ 'microsoft.network/applicationGateways' | extend compliant = (isnotnull(zones) and array_length(zones) > 1) | distinct id,compliant", + "graph": "resources | where type =~ 'microsoft.network/applicationGateways' | extend compliant = (isnotnull(zones) and array_length(zones) > 1) | distinct id,compliant", "training": "https://learn.microsoft.com/learn/paths/secure-application-delivery/", "link": "https://learn.microsoft.com/azure/reliability/migrate-app-gateway-v2" }, @@ -451,4 +451,4 @@ "state": "GA", "timestamp": "November 21, 2023" } -} \ No newline at end of file +}