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/virtual-machines/windows/scheduled-events.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Scheduled Events provides events in the following use cases:
51
51
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.
52
52
53
53
### Scope
54
-
Scheduled events are delivered to and can be acknowleged by:
54
+
Scheduled events are delivered to and can be acknowledged by:
55
55
56
56
- Standalone Virtual Machines.
57
57
- All the VMs in an [Azure cloud service (classic)](../../cloud-services/index.yml).
@@ -79,7 +79,7 @@ The Scheduled Events service is versioned. Versions are mandatory; the current v
79
79
| 2020-07-01 | General Availability | All | <li> Added support for Event Duration |
80
80
| 2019-08-01 | General Availability | All | <li> Added support for EventSource |
81
81
| 2019-04-01 | General Availability | All | <li> Added support for Event Description |
82
-
| 2019-01-01 | General Availability | All | <li> Added support for virtual machine scale sets EventType 'Terminate' |
82
+
| 2019-01-01 | General Availability | All | <li> Added support for Virtual Machine Scale Sets EventType 'Terminate' |
83
83
| 2017-11-01 | General Availability | All | <li> Added support for Spot VM eviction EventType 'Preempt'<br> |
84
84
| 2017-08-01 | General Availability | All | <li> Removed prepended underscore from resource names for IaaS VMs<br><li>Metadata header requirement enforced for all requests |
85
85
| 2017-03-01 | Preview | All | <li>Initial release |
@@ -398,4 +398,4 @@ if __name__ == '__main__':
398
398
- Read more about the APIs that are available in the [Instance Metadata Service](instance-metadata-service.md).
399
399
- Learn about [planned maintenance for Windows virtual machines in Azure](../maintenance-and-updates.md?bc=/azure/virtual-machines/windows/breadcrumb/toc.json&toc=/azure/virtual-machines/windows/toc.json).
400
400
- Learn how to [monitor scheduled events for your VMs through Log Analytics](./scheduled-event-service.md).
401
-
- Learn how to log scheduled events using Azure Event Hub in the [Azure Samples GitHub repository](https://github.com/Azure-Samples/virtual-machines-python-scheduled-events-central-logging).
401
+
- Learn how to log scheduled events using Azure Event Hubs in the [Azure Samples GitHub repository](https://github.com/Azure-Samples/virtual-machines-python-scheduled-events-central-logging).
0 commit comments