We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f111c9b commit 42d5df1Copy full SHA for 42d5df1
1 file changed
codebundles/azure-planned-maintenance/README.md
@@ -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