-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP Azure Outage Alert #1455
WIP Azure Outage Alert #1455
Conversation
Co-Authored-By: Samuel Aquino <[email protected]>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
operations/template/alert.tf
Outdated
category = "ServiceHealth" | ||
levels = ["Error"] | ||
service_health { | ||
locations = ["East US", "Global"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider parameterizing the 'locations' and 'services' fields in the service_health criteria to enhance flexibility and maintainability of the alert configuration. [important]
|
||
lifecycle { | ||
ignore_changes = [ | ||
tags["business_steward"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review the necessity of ignoring so many tags in the lifecycle configuration. This could potentially lead to overlooking important changes in these tags. [important]
PR Code Suggestions ✨Explore these optional code suggestions:
|
Co-Authored-By: Samuel Aquino <[email protected]>
Quality Gate passedIssues Measures |
Add a PR title
Describe what changed in this PR at a high level.
Issue
Add a link to the issue here. Consider using
closing keywords
if the this PR isn't for a story (stories will be closed through different means).
Checklist
Note: You may remove items that are not applicable