-
Notifications
You must be signed in to change notification settings - Fork 262
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
Add Application Insights alerts #314
Conversation
troubleshooting failing remediation
adding displayname
Update Deploy-AppInsightsThrottlingLimit-Alert.json
Update Deploy-ActivityLog-AppInsights-Del.json
Fixed alert remediation
Fixed override tag name
Update Deploy-AppInsightsThrottlingLimit-Alert.json
Refining query to return only records for the selected AppInsights resource
Update Deploy-AppInsightsThrottlingLimit-Alert.json
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.
Thanks @ymehdimsft
Let's work on making the following changes:
- These resource types typically dont exist under the
Management
management group. Therefore we should include these policies not in the Management Initiative. As this regards App Insights it makes sense to add them to the Web Initiative. - The
policies.bicep
will no longer be used, and shouldn't be modified anymore and it will be removed in the near future.
patterns/alz/policySetDefinitions/Deploy-Management-Alerts.json
Outdated
Show resolved
Hide resolved
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.
All comments adressed
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.
LGTM
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.
LGTM
Overview/Summary
Replace this with a brief description of what this Pull Request fixes, changes, etc.
This PR fixes/adds/changes/removes
Adds 2 alerts (App Insights Throttling limit reached, App Insights Delete) as per ADO work items #35145 and #36469
Deployment results:
Remediation results:
Breaking Changes
As part of this Pull Request I have
main
branch