From 658a15cdb2c3cc932562534ad8280484185660f0 Mon Sep 17 00:00:00 2001 From: Jose Moreno Date: Tue, 27 Jun 2023 09:41:20 +0200 Subject: [PATCH] Update alz_checklist.en.json --- checklists/alz_checklist.en.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/checklists/alz_checklist.en.json b/checklists/alz_checklist.en.json index 715ab3ecd..66d38cbf5 100644 --- a/checklists/alz_checklist.en.json +++ b/checklists/alz_checklist.en.json @@ -570,6 +570,16 @@ "training": "https://learn.microsoft.com/learn/paths/secure-application-delivery/", "link": "https://learn.microsoft.com/azure/application-gateway/overview-v2" }, + { + "category": "Network Topology and Connectivity", + "subcategory": "App delivery", + "text": "Ensure you are using the Standard SKU for your Azure Load Balancers", + "waf": "Security", + "guid": "4e35fbf5-0ae2-48b2-97ce-753353edbd1a", + "severity": "Medium", + "graph": "resources | where type == 'microsoft.network/loadbalancers' | project id, compliant=(tolower(sku.name) == 'standard')", + "link": "https://learn.microsoft.com/azure/load-balancer/load-balancer-overview" + }, { "category": "Network Topology and Connectivity", "subcategory": "App delivery",