You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/update-manager/manage-pre-post-events.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@ You can configure pre and post events on an existing schedule and can add multip
65
65
1. On the **Create Event Subscription** page, enter the following details:
66
66
- In the **Event Subscription Details** section, provide an appropriate name.
67
67
- Keep the schema as **Event Grid Schema**.
68
+
- In the **Topic Details** scetion, provide an appropriate name to the **System Topic Name**.
68
69
- In the **Event Types** section, **Filter to Event Types**, select the event types that you want to get pushed to the endpoint or destination. You can select between **Pre Maintenance Event** and **Post Maintenance Event**.
69
70
- In the **Endpoint details** section, select the endpoint where you want to receive the response from. It would help customers to trigger their pre or post event.
70
71
@@ -74,6 +75,7 @@ You can configure pre and post events on an existing schedule and can add multip
74
75
75
76
> [!NOTE]
76
77
> - The pre and post event can only be created at a scheduled maintenance configuration level.
78
+
> - System Topic gets automatically created per maintenance configuration and all event subscription are linked to the System Topic in the EventGrid.
77
79
> - The pre and post event run falls outside of the schedule maintenance window.
78
80
79
81
## View pre and post events
@@ -104,6 +106,9 @@ To delete pre and post events, follow these steps:
104
106
105
107
:::image type="content" source="./media/manage-pre-post-events/delete-event-inline.png" alt-text="Screenshot that shows how to delete the pre and post events." lightbox="./media/manage-pre-post-events/delete-event-expanded.png":::
106
108
109
+
> [!NOTE]
110
+
> - If all the pre and post events are deleted from the maintenance configuration, System Topic gets automatically deleted from the EventGrid.
111
+
> - Avoid deleting System Topic manually from the EventGrid service.
107
112
108
113
## Cancel a schedule from a pre event
109
114
@@ -139,9 +144,13 @@ maintenanceresources
139
144
| order by name desc
140
145
```
141
146
142
-
:::image type="content" source="./media/manage-pre-post-events/cancelation-api-user-inline.png" alt-text="Screenshot for cancelation done by the user." lightbox="./media/manage-pre-post-events/cancelation-api-user-expanded.png" :::
147
+
:::image type="content" source="./media/manage-pre-post-events/cancelation-api-user-inline.png" alt-text="Screenshot for cancelation done by the user." lightbox="./media/manage-pre-post-events/cancelation-api-user-expanded.png" :::
148
+
149
+
+ <your-s-id> : Subscription IDs in which maintenance configuration is created
150
+
+ <your-rg-id> : Resource Group Name in which maintenance configuration is created
151
+
+ <mc-name> : Name of maintenance configuration in pre event is created
143
152
144
-
If the maintenance job is canceled by the system due to any reason, the error message in the JSON is obtained from the Azure Resource Graph for the corresponding maintenance configuration would be **Maintenance schedule canceled due to internal platform failure**.
153
+
If the maintenance job is canceled by the system due to any reason, the error message in the JSON is obtained from the Azure Resource Graph for the corresponding maintenance configuration would be **Maintenance schedule canceled due to internal platform failure**.
0 commit comments