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
@@ -72,9 +72,9 @@ Azure Update Manager uses [Event Grid](../event-grid/overview.md) to create and
72
72
:::image type="content" source="./media/pre-post-scripts-overview/pre-post-schedule-timeline.png" alt-text="Screenshot that shows the timeline of schedules with pre and post." lightbox="./media/pre-post-scripts-overview/pre-post-schedule-timeline.png":::
73
73
74
74
75
-
We recommend you to go through the following table to understand the timeline of the schedule for pre and post events.
75
+
We recommend you go through the following table to understand the timeline of the schedule for pre and post events.
76
76
77
-
For example, if a maintenance schedule is set to start at **3:00 PM**, with the maintenance window of 3 hours and 55 minutes for **Guest** maintenance scope, The schedule has one pre-event and one post-event following are the details:
77
+
For example, if a maintenance schedule is set to start at **3:00 PM**, with the maintenance window of 3 hours and 55 minutes for **Guest** maintenance scope. The schedule has one pre-event and one post-event and following are the details:
78
78
79
79
80
80
|**Time**|**Details**|
@@ -87,7 +87,7 @@ For example, if a maintenance schedule is set to start at **3:00 PM**, with the
87
87
| 6:55 PM | - At 6:55 PM, the schedule completes installing the updates during the 3 hours 55-mins maintenance window. </br> The post event triggers at 6:55 PM once the updates are installed. </br> **Note** If you have defined a shorter maintenance window of 2 hours, the post maintenance event will trigger after 2 hours and if the update installation is completed before the stipulated time of 2 hours (i.e) 1 hours 50 mins, the post event will start immediately.
88
88
89
89
We recommend that you're watchful of the following:
90
-
- If you're creating a new schedule or editing an existing schedule with a preevent, you need at least 40 minutes prior to the start of maintenance window (3:00 PM in the above example) for the preevent to run otherwise it will lead to auto-cancellation of the current scheduled run.
90
+
- If you're creating a new schedule or editing an existing schedule with a pre-event, you need at least 40 minutes prior to the start of maintenance window (3:00 PM in the above example) for the pre-event to run otherwise it will lead to auto-cancellation of the current scheduled run.
91
91
- Invoking a cancellation API from your script or code will cancel the schedule run and not the entire schedule.
92
92
- The status of the pre and post event run can be checked in the event handler you chose.
0 commit comments