Skip to content

Commit

Permalink
Merge pull request Azure#517 from cassiekays/main
Browse files Browse the repository at this point in the history
Add Activity Log Alerts for Route Table and Route Deletion
  • Loading branch information
judyer28 authored Feb 10, 2025
2 parents 446b20f + fb9df88 commit 4617cb9
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions services/Network/routeTables/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,63 @@
documented: false
alertName: ActivityUDRUpdate
guid: 6c81eeff-a3a7-4c72-a58e-f2e547ab2799
- name: Activity Log Route Table Deletion
description: Activity Log Alert for Route Table Deletion
type: ActivityLog
verified: false
visible: true
tags:
- alz
- manual
properties:
category: Administrative
operationName: Microsoft.Network/routeTables/delete
status:
- succeeded
references:
- name: Activity Log Service Notifications
url: https://learn.microsoft.com/azure/service-health/alerts-activity-log-service-notifications-portal
- name: Best practices for setting up service health alerts
url: https://www.microsoft.com/videoplayer/embed/RE2OtUa
deployments:
- name: Deploy Activity Log Alert for Route Table Deletion Alert
template: Deploy-ActivityLog-RouteTable-Delete.json
type: Policy
tags:
- alz
properties:
scope: Resource
policyScope: managementGroup
documented: false
alertName: ActivityUDRDelete
guid: 13865160-34f9-443f-9e6d-b5852f873523
- name: Activity Log Route Table Route Deletion
description: Activity Log Alert for Route Table Route Deletion
type: ActivityLog
verified: false
visible: true
tags:
- alz
- manual
properties:
category: Administrative
operationName: Microsoft.Network/routeTables/routes/delete
status:
- succeeded
references:
- name: Activity Log Service Notifications
url: https://learn.microsoft.com/azure/service-health/alerts-activity-log-service-notifications-portal
- name: Best practices for setting up service health alerts
url: https://www.microsoft.com/videoplayer/embed/RE2OtUa
deployments:
- name: Deploy Activity Log Route Table Route Deletion Alert
template: Deploy-ActivityLog-RouteTable-Routes-Delete.json
type: Policy
tags:
- alz
properties:
scope: Resource
policyScope: managementGroup
documented: false
alertName: ActivityUDRRoutesDelete
guid: f9646a76-c5f5-4a14-b9a0-fddc53a81caa

0 comments on commit 4617cb9

Please sign in to comment.