Skip to content

Commit

Permalink
Update network_appdelivery_checklist.en.json
Browse files Browse the repository at this point in the history
  • Loading branch information
erjosito authored Nov 29, 2023
1 parent d11cd85 commit f617bf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions checklists/network_appdelivery_checklist.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
},
Expand Down Expand Up @@ -451,4 +451,4 @@
"state": "GA",
"timestamp": "November 21, 2023"
}
}
}

0 comments on commit f617bf4

Please sign in to comment.