Skip to content

Commit

Permalink
Resiliency New items
Browse files Browse the repository at this point in the history
  • Loading branch information
SRINI-THUMALA committed Jul 13, 2023
1 parent 756cc43 commit 977f81c
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions checklists/alz_checklist.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1890,6 +1890,42 @@
"guid": "159aac9f-863f-4f48-82cf-00c28fa97a0e",
"severity": "High",
"link": "https://learn.microsoft.com/azure/storage/blobs/data-protection-overview#recommendations-for-basic-data-protection"
},
{
"category": "Resiliency ",
"subcategory": "Fault Tolerance",
"text": "Leverage Availability Zones for your VMs in regions where they are supported.",
"waf": "Reliability",
"guid": "826c5c45-bb79-4951-a812-e3bfbfd7326b",
"severity": "High",
"link": "https://learn.microsoft.com/en-us/azure/reliability/availability-zones-overview"
},
{
"category": "Resiliency ",
"subcategory": "Fault Tolerance",
"text": "Avoid running a production workload on a single VM.",
"waf": "Reliability",
"guid": "7ccb7c06-5511-42df-8177-d97f08d0337d",
"severity": "High",
"link": "https://learn.microsoft.com/en-us/azure/virtual-machines/availability"
},
{
"category": "Resiliency ",
"subcategory": "Fault Tolerance",
"text": "Azure Load Balancer and Application Gateway distribute incoming network traffic across multiple resources.",
"waf": "Reliability",
"guid": "84101f59-1941-4195-a270-e28034290e3a",
"severity": "Medium",
"link": "https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-overview"
},
{
"category": "Resiliency ",
"subcategory": "Scalability",
"text": "Leverage Azure Virtual Machine Scale sets to scale up and down based on the load.",
"waf": "Reliability",
"guid": "ecdc7506-6f37-4ea9-be87-fc5d3df08a64",
"severity": "Medium",
"link": "https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/overview"
}
],
"categories": [
Expand All @@ -1911,6 +1947,9 @@
{
"name": "Operations"
},
{
"name": "Resiliency"
},
{
"name": "Backup and Disaster Recovery"
}
Expand Down

0 comments on commit 977f81c

Please sign in to comment.