diff --git a/checklists/network_appdelivery_checklist.en.json b/checklists/network_appdelivery_checklist.en.json index f5af3f5e5..3407ea617 100644 --- a/checklists/network_appdelivery_checklist.en.json +++ b/checklists/network_appdelivery_checklist.en.json @@ -342,7 +342,9 @@ "guid": "a66f0fd8-2ca4-422e-8df3-235148127ca2", "id": "A01.54", "severity": "High", + "graph": "resources | where type == 'microsoft.network/applicationgateways'| extend compliant = (properties['backendHttpSettingsCollection'][0]['properties']['port'] =~ '443') |where properties['backendHttpSettingsCollection'][0]['properties']['port'] =~ '443'|distinct id,name,compliant", "link": "https://learn.microsoft.com/azure/application-gateway/ssl-overview" + }, { "category": "Network Topology and Connectivity",