Skip to content

Commit

Permalink
Merge pull request #910 from sonalika-roy/sonalikaroy-aca
Browse files Browse the repository at this point in the history
Update container_apps_checklist.en.json 01.01.01 , 01.01.02
  • Loading branch information
erjosito authored Sep 23, 2024
2 parents 180dd41 + eaa8137 commit 13895e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions checklists/container_apps_checklist.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"id": "01.01.01",
"cost": 1,
"severity": "High",
"query": "resources | where type =~ 'Microsoft.App/managedEnvironments' | project name, resourceGroup, location, zoneRedundancy = tolower(tostring(properties.zoneRedundant)) | extend Compliance = iff(zoneRedundancy == 'true', true, false)",
"link": "https://learn.microsoft.com/azure/reliability/reliability-azure-container-apps?tabs=azure-cli#availability-zone-support"
},
{
Expand All @@ -22,6 +23,7 @@
"id": "01.01.02",
"cost": 1,
"severity": "High",
"query": "resources | where type =~ 'Microsoft.App/containerApps' | project name, resourceGroup, location, minReplicas = toint(properties.template.scale.minReplicas), maxReplicas = toint(properties.template.scale.maxReplicas) | extend Compliance = iff(minReplicas >= 1, true, false)",
"link": "https://learn.microsoft.com/azure/reliability/reliability-azure-container-apps?tabs=azure-cli#set-up-zone-redundancy-in-your-container-apps-environment"
},
{
Expand Down

0 comments on commit 13895e1

Please sign in to comment.