Skip to content

Commit c4ed016

Browse files
Merge pull request #219939 from adwilso/main
Add note on approving user events from secondary leader
2 parents 1147d33 + 0bdf451 commit c4ed016

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/virtual-machines/linux/scheduled-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Scheduled Events provides events in the following use cases:
5050
Metadata Service exposes information about running VMs by using a REST endpoint that's accessible from within the VM. The information is available via a nonroutable IP so that it's not exposed outside the VM.
5151

5252
### Scope
53-
Scheduled events are delivered to:
53+
Scheduled events are delivered to and can be acknowleged by:
5454

5555
- Standalone Virtual Machines.
5656
- All the VMs in an [Azure cloud service (classic)](../../cloud-services/index.yml).
@@ -97,7 +97,7 @@ Scheduled Events is disabled for your service if it does not make a request for
9797
### User-initiated Maintenance
9898
User-initiated VM maintenance via the Azure portal, API, CLI, or PowerShell results in a scheduled event. You then can test the maintenance preparation logic in your application, and your application can prepare for user-initiated maintenance.
9999

100-
If you restart a VM, an event with the type `Reboot` is scheduled. If you redeploy a VM, an event with the type `Redeploy` is scheduled. Typically events with a user event source can be immediately approved to avoid a delay on user-initiated actions.
100+
If you restart a VM, an event with the type `Reboot` is scheduled. If you redeploy a VM, an event with the type `Redeploy` is scheduled. Typically events with a user event source can be immediately approved to avoid a delay on user-initiated actions. We advise having a primary and secondary VM communicating and approving user generated scheduled events in case the primary VM becomes unresponsive. This will prevent delays in recovering your application back to a good state.
101101

102102
## Use the API
103103

articles/virtual-machines/windows/scheduled-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Scheduled Events provides events in the following use cases:
5151
Metadata Service exposes information about running VMs by using a REST endpoint that's accessible from within the VM. The information is available via a nonroutable IP so that it's not exposed outside the VM.
5252

5353
### Scope
54-
Scheduled events are delivered to:
54+
Scheduled events are delivered to and can be acknowleged by:
5555

5656
- Standalone Virtual Machines.
5757
- All the VMs in an [Azure cloud service (classic)](../../cloud-services/index.yml).
@@ -97,7 +97,7 @@ Scheduled Events is disabled for your service if it does not make a request for
9797
### User-initiated maintenance
9898
User-initiated VM maintenance via the Azure portal, API, CLI, or PowerShell results in a scheduled event. You then can test the maintenance preparation logic in your application, and your application can prepare for user-initiated maintenance.
9999

100-
If you restart a VM, an event with the type `Reboot` is scheduled. If you redeploy a VM, an event with the type `Redeploy` is scheduled. Typically events with a user event source can be immediately approved to avoid a delay on user-initiated actions.
100+
If you restart a VM, an event with the type `Reboot` is scheduled. If you redeploy a VM, an event with the type `Redeploy` is scheduled. Typically events with a user event source can be immediately approved to avoid a delay on user-initiated actions. We advise having a primary and secondary VM communicating and approving user generated scheduled events in case the primary VM becomes unresponsive. This will prevent delays in recovering your application back to a good state.
101101

102102
## Use the API
103103

0 commit comments

Comments
 (0)