Skip to content

Commit

Permalink
Merge pull request #446 from Azure/standard-lb-arg
Browse files Browse the repository at this point in the history
Standard ALB check
  • Loading branch information
erjosito authored Jun 29, 2023
2 parents 721d28f + 658a15c commit c6e5fd3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions checklists/alz_checklist.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c6e5fd3

Please sign in to comment.