From 326b2bd9f070116eab9b8b81f36393ff923940b0 Mon Sep 17 00:00:00 2001 From: Eric Henry <44706965+ejhenry@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:29:08 -0700 Subject: [PATCH] Add recommendation wamn-5 (#395) Co-authored-by: Eric Henry Co-authored-by: Zach Trocinski <30884663+oZakari@users.noreply.github.com> --- .../well-architected/5-monitor/_index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/content/well-architected/5-monitor/_index.md b/docs/content/well-architected/5-monitor/_index.md index 499684528..032240c04 100644 --- a/docs/content/well-architected/5-monitor/_index.md +++ b/docs/content/well-architected/5-monitor/_index.md @@ -21,6 +21,7 @@ Ongoing monitoring is essential for maintaining system reliability. Key performa | [WAMN-2 - Define a health model based on performance, availability, and recovery targets](#wamn-2---define-a-health-model-based-on-performance-availability-and-recovery-targets) | Monitoring | Low | Verified | No | | [WAMN-3 - Create Dashboards and Alerts for Azure Platform resources](#wamn-3---create-dashboards-and-alerts-for-azure-platform-resources) | Monitoring | Low | Verified | No | | [WAMN-4 - Ensure that the right people in your organization will be notified about any future service issues](#wamn-4---ensure-that-the-right-people-in-your-organization-will-be-notified-about-any-future-service-issues) | Monitoring | Medium | Verified | No | +| [WAMN-5 - Utilize built-in Resilience policies](#wamn-5---utilize-built-in-resilience-policies) | Governance | Medium | Verified | No | {{< /table >}} {{< alert style="info" >}} @@ -120,3 +121,20 @@ Azure offers a suite of experiences to keep you informed about the health of you - [Create a Service Health alert using the Azure portal](https://learn.microsoft.com/azure/service-health/alerts-activity-log-service-notifications-portal#create-a-service-health-alert-using-the-azure-portal)

+ +### WAMN-5 - Utilize built-in Resilience policies + +**Category: Governance** + +**Impact: Medium** + +**Recommendation/Guidance** + +Utilize Azure's built-in Resilience policies to audit and enforce resilient configurations of Azure services. Azure Policy helps to enforce organizational standards and to assess compliance at-scale. + +**Resources** + +- [Built-in Resilience policy definitions](https://github.com/Azure/azure-policy/tree/master/built-in-policies/policyDefinitions/Resilience) +- [Get policy compliance data](https://learn.microsoft.com/azure/governance/policy/how-to/get-compliance-data) + +