Skip to content

Commit

Permalink
Update eh_checklist.en.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalika-roy authored Sep 20, 2024
1 parent 668bec2 commit 308b128
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions checklists/eh_checklist.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
"guid": "f15bce21-9e4a-40eb-9787-9424d226786d",
"id": "B01.2",
"severity": "High",
"query": "resources | where type =~ 'Microsoft.EventHub/namespaces' | extend zoneRedundant = tobool(properties.zoneRedundant) | extend compliant = iff(zoneRedundant == true, true, false) | project name, resourceGroup, zoneRedundant, compliant",
"link": "https://learn.microsoft.com/azure/event-hubs/event-hubs-premium-overview#high-availability-with-availability-zones"
},
{
Expand All @@ -138,6 +139,7 @@
"guid": "20b56c56-ad58-4519-8f82-735c586bb281",
"id": "B01.3",
"severity": "Medium",
"query": "resources | where type =~ 'Microsoft.EventHub/namespaces' | extend sku = tostring(sku.name) | extend compliant = iff(sku == "Premium", true, false) | project name, resourceGroup, location, sku, compliant",
"link": "https://learn.microsoft.com/azure/event-hubs/compare-tiers"
},
{
Expand Down

0 comments on commit 308b128

Please sign in to comment.