Skip to content

Commit

Permalink
Add service health notification info (Azure#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
SenthuranSivananthan authored May 19, 2022
1 parent bce747c commit 2b11801
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/archetypes/generic-subscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- [Azure Deployment](#azure-deployment)
- [Schema Definition](#schema-definition)
- [Delete Locks](#delete-locks)
- [Service Health](#service-health)
- [Deployment Scenarios](#deployment-scenarios)
- [Example Deployment Parameters](#example-deployment-parameters)
- [Recommended Parameter Property Updates](#recommended-parameter-property-updates)
Expand Down Expand Up @@ -95,6 +96,12 @@ As an administrator, you can lock a subscription, resource group, or resource to

**This archetype does not use `CanNotDelete` nor `ReadOnly` locks as part of the deployment. You may customize the deployment templates when it's required for your environment.**

### Service Health

[Service health notifications](https://docs.microsoft.com/azure/service-health/service-health-notifications-properties) 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](https://docs.microsoft.com/azure/service-health/service-health-notifications-properties#details-on-service-health-level-information).

### Deployment Scenarios

> Sample deployment scenarios are based on the latest JSON parameters file schema definition. If you have an older version of this repository, please use the examples from your repository.
Expand Down
7 changes: 7 additions & 0 deletions docs/archetypes/healthcare.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* [Azure Deployment](#azure-deployment)
* [Schema Definition](#schema-definition)
* [Delete Locks](#delete-locks)
* [Service Health](#service-health)
* [Deployment Scenarios](#deployment-scenarios)
* [Example Deployment Parameters](#example-deployment-parameters)
* [Deployment Instructions](#deployment-instructions)
Expand Down Expand Up @@ -256,6 +257,12 @@ As an administrator, you can lock a subscription, resource group, or resource to

**This archetype does not use `CanNotDelete` nor `ReadOnly` locks as part of the deployment. You may customize the deployment templates when it's required for your environment.**

### Service Health

[Service health notifications](https://docs.microsoft.com/azure/service-health/service-health-notifications-properties) 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](https://docs.microsoft.com/azure/service-health/service-health-notifications-properties#details-on-service-health-level-information).

### Deployment Scenarios

> Sample deployment scenarios are based on the latest JSON parameters file schema definition. If you have an older version of this repository, please use the examples from your repository.
Expand Down
7 changes: 7 additions & 0 deletions docs/archetypes/hubnetwork-azfw.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* [Azure Deployment](#azure-deployment)
* [Schema Definition](#schema-definition)
* [Delete Locks](#delete-locks)
* [Service Health](#service-health)
* Deployment Scenarios
* [Azure Firewall Policy](#deployment-scenarios-for-azure-firewall-policy)
* [Hub Networking with Azure Firewall](#deployment-scenarios-for-hub-networking-with-azure-firewall)
Expand Down Expand Up @@ -261,6 +262,12 @@ By default, this archetype deploys `CanNotDelete` lock to prevent accidental del
* Public Access Zone resource group
* DDoS resource group (when enabled)

### Service Health

[Service health notifications](https://docs.microsoft.com/azure/service-health/service-health-notifications-properties) 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](https://docs.microsoft.com/azure/service-health/service-health-notifications-properties#details-on-service-health-level-information).

### Deployment Scenarios for Azure Firewall Policy

> Sample deployment scenarios are based on the latest JSON parameters file schema definition. If you have an older version of this repository, please use the examples from your repository.
Expand Down
7 changes: 7 additions & 0 deletions docs/archetypes/hubnetwork-nva-fortigate.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* [Azure Deployment](#azure-deployment)
* [Schema Definition](#schema-definition)
* [Delete Locks](#delete-locks)
* [Service Health](#service-health)
* [Deployment Scenarios](#deployment-scenarios)
* [Example Deployment Parameters](#example-deployment-parameters)

Expand Down Expand Up @@ -279,6 +280,12 @@ By default, this archetype deploys `CanNotDelete` lock to prevent accidental del
* Public Access Zone resource group
* DDoS resource group (when enabled)

### Service Health

[Service health notifications](https://docs.microsoft.com/azure/service-health/service-health-notifications-properties) 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](https://docs.microsoft.com/azure/service-health/service-health-notifications-properties#details-on-service-health-level-information).

### Deployment Scenarios

> Sample deployment scenarios are based on the latest JSON parameters file schema definition. If you have an older version of this repository, please use the examples from your repository.
Expand Down
7 changes: 7 additions & 0 deletions docs/archetypes/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* [Overview](#overview)
* [Schema Definition](#schema-definition)
* [Delete Locks](#delete-locks)
* [Service Health](#service-health)
* [Deployment Scenarios](#deployment-scenarios)
* [Example Deployment Parameters](#example-deployment-parameters)
* [Deployment Instructions](#deployment-instructions)
Expand Down Expand Up @@ -62,6 +63,12 @@ As an administrator, you can lock a subscription, resource group, or resource to

By default, this archetype deploys `CanNotDelete` lock to prevent accidental deletion on all resource groups it creates.

## Service Health

[Service health notifications](https://docs.microsoft.com/azure/service-health/service-health-notifications-properties) 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](https://docs.microsoft.com/azure/service-health/service-health-notifications-properties#details-on-service-health-level-information).

## Deployment Scenarios

> Sample deployment scenarios are based on the latest JSON parameters file schema definition. If you have an older version of this repository, please use the examples from your repository.
Expand Down
7 changes: 7 additions & 0 deletions docs/archetypes/machinelearning.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- [Azure Deployment](#azure-deployment)
- [Schema Definition](#schema-definition)
- [Delete Locks](#delete-locks)
- [Service Health](#service-health)
- [Deployment Scenarios](#deployment-scenarios)
- [Example Deployment Parameters](#example-deployment-parameters)
- [Deployment Instructions](#deployment-instructions)
Expand Down Expand Up @@ -257,6 +258,12 @@ As an administrator, you can lock a subscription, resource group, or resource to

**This archetype does not use `CanNotDelete` nor `ReadOnly` locks as part of the deployment. You may customize the deployment templates when it's required for your environment.**

### Service Health

[Service health notifications](https://docs.microsoft.com/azure/service-health/service-health-notifications-properties) 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](https://docs.microsoft.com/azure/service-health/service-health-notifications-properties#details-on-service-health-level-information).

### Deployment Scenarios

> Sample deployment scenarios are based on the latest JSON parameters file schema definition. If you have an older version of this repository, please use the examples from your repository.
Expand Down

0 comments on commit 2b11801

Please sign in to comment.