Skip to content

Commit 42d5df1

Browse files
committed
add root README
1 parent f111c9b commit 42d5df1

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

  • codebundles/azure-planned-maintenance
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Azure Planned Maintenance
2+
This codebundle runs a suite of metrics checks for planned maintenance events in Azure. It identifies:
3+
- Check for planned maintenance events
4+
5+
## Configuration
6+
7+
The TaskSet requires initialization to import necessary secrets, services, and user variables. The following variables should be set:
8+
9+
- `AZ_USERNAME`: Service principal's client ID
10+
- `AZ_SECRET_VALUE`: The credential secret value from the app registration
11+
- `AZ_TENANT`: The Azure tenancy ID
12+
- `AZ_SUBSCRIPTION`: The Azure subscription ID
13+
14+
## Testing
15+
See the .test directory for infrastructure test code.
16+
17+
## Notes
18+
19+
This codebundle assumes the service principal authentication flow

0 commit comments

Comments
 (0)