Skip to content

Commit 67ea543

Browse files
authored
Improve Acrolinx score ⏫
1 parent e012145 commit 67ea543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/update-manager/tutorial-webhooks-using-runbooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: sudhirsneha
1313

1414
**Applies to:** :heavy_check_mark: Windows VMs :heavy_check_mark: Linux VMs :heavy_check_mark: On-premises environment :heavy_check_mark: Azure VMs :heavy_check_mark: Azure Arc-enabled servers.
1515

16-
Pre and post events, also known as pre/post-scripts, allow you to execute user-defined actions before and after the schedule patch installation. One of the most common scenarios is to start and stop a VM. With pre-events, you can run a prepatching script to start the VM before initiating the schedule patching process. Once the schedule patching is complete, and the server is rebooted, a post-patching script can be executed to safely shut down the VM.
16+
Pre and post events, also known as pre/post-scripts, allow you to execute user-defined actions before and after the schedule patch installation. One of the most common scenarios is to start and stop a Virtual Machine (VM). With pre-events, you can run a prepatching script to start the VM before initiating the schedule patching process. Once the schedule patching is complete, and the server is rebooted, a post-patching script can be executed to safely shut down the VM.
1717

1818
This tutorial explains how to create pre and post events to start and stop a VM in a schedule patch workflow using a webhook.
1919

@@ -108,7 +108,7 @@ In this tutorial, you learn how to:
108108
}
109109
```
110110
111-
1. To customize you can use either your existing scripts with the above modifications done or use the following scripts.
111+
1. To customize, you can use either your existing scripts with the above modifications done or use the following scripts.
112112
113113
114114
### Sample scripts

0 commit comments

Comments
 (0)