Azure / CanadaPubSecALZ

This reference implementation is based on Cloud Adoption Framework for Azure and provides an opinionated implementation that enables ITSG-33 regulatory compliance by using NIST SP 800-53 Rev. 4 and Canada Federal PBMM Regulatory Compliance Policy Sets.
MIT License
124 stars 86 forks source link

Document service health alert level information #308

Closed skeeler closed 2 years ago

skeeler commented 2 years ago

The sample environment configurations show Incident and Security service health alert levels being used, but there are others available. Document all available service health alert levels in a suitable project doc file (perhaps architecture.md), using the information at the following link: Details on service health level information.

SenthuranSivananthan commented 2 years ago

We can create a section in each archetype doc for service health. i.e. https://github.com/Azure/CanadaPubSecALZ/blob/main/docs/archetypes/generic-subscription.md#azure-deployment

Suggested text:

Service Health

Service health notifications are published by Azure, and contain information about the resources under your subscription. Service health notifications can be informational or actionable, depending on the category.

Our examples configure service health alerts for Security and Incident. However, these categories can be customized based on your need. Please review the possible options in Azure Docs.

skeeler commented 2 years ago

@SenthuranSivananthan the above looks good.