Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Watherston authored and Anthony Watherston committed Sep 16, 2024
1 parent 58655a8 commit e005a7a
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,25 @@

Policies from the [Azure Monitor Baseline Alerts](https://azure.github.io/azure-monitor-baseline-alerts/welcome/) project extracted for use in [EPAC](https://aka.ms/epac).

## Usage
The definitions files are updated weekly around Thursday by deploying the solution and then extracting all the policies.

- Copy the files from the ```Definitions``` folder to your own EPAC repo.
## Deployment Patterns

- If you are following the ALZ deployment methodology use the files below to assign alerting policies to the correct scopes
- alerting-connectivity-policySet.jsonc
- alerting-identity-policySet.jsonc
- alerting-management-policySet.jsonc
- alerting-landingzone-policySet.jsonc
- alerting-servicehealth-policySet.jsonc
- notification-assets-policySet.jsonc
- Copy the files from the ```Definitions``` folder to your own EPAC repo and delete any assignment files that aren't listed above. See below for how to use these files for non ALZ aligned environments.
- Adjust the following fields in the assignment files to suit your environment.
- ```scope```
- ```managedIdentityLocations```
- ```parameters```

- If you are not following the ALZ structure and want to deploy alerts for a single group of services e.g. Key Vault - then deploy the matching policy assignment. In the case of Key Vault you would deploy ```alerting-keymanagement-policySet.jsonc```

## Caveats

- Policies are tested by the owners of the AMBA repositories - for issues with the policies or assignments please refer to the original [project](hhttps://github.com/Azure/azure-monitor-baseline-alerts).
Expand Down

0 comments on commit e005a7a

Please sign in to comment.