Skip to content

Commit 5514e6d

Browse files
committed
Some additional messages for the increasing the visibility for the customers
1 parent 41a5c12 commit 5514e6d

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

articles/update-manager/manage-pre-post-events.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ You can configure pre and post events on an existing schedule and can add multip
6565
1. On the **Create Event Subscription** page, enter the following details:
6666
- In the **Event Subscription Details** section, provide an appropriate name.
6767
- Keep the schema as **Event Grid Schema**.
68+
- In the **Topic Details** scetion, provide an appropriate name to the **System Topic Name**.
6869
- 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**.
6970
- 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.
7071

@@ -74,6 +75,7 @@ You can configure pre and post events on an existing schedule and can add multip
7475

7576
> [!NOTE]
7677
> - 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.
7779
> - The pre and post event run falls outside of the schedule maintenance window.
7880
7981
## View pre and post events
@@ -104,6 +106,9 @@ To delete pre and post events, follow these steps:
104106

105107
:::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":::
106108

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.
107112
108113
## Cancel a schedule from a pre event
109114

@@ -139,9 +144,13 @@ maintenanceresources
139144
| order by name desc
140145
```
141146

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
143152

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**.
145154

146155
#### Invoke the Cancelation API
147156

0 commit comments

Comments
 (0)