Check for upcoming maintenance for Azure IaaS VMs

Check for upcoming maintenance for Azure IaaS VMs.

John Savill

June 28, 2017

1 Min Read
Check for upcoming maintenance for Azure IaaS VMs

Q. How can I check for upcoming maintenance for my Azure IaaS VM?

A. From within the Azure IaaS VM view http://169.254.169.254/metadata/scheduledevents?api-version=2017-03-01 which will download a JSON file which will outline any upcoming maintenance. You could also fetch this using the curl tool, for example:

curl -H Metadata:true http://169.254.169.254/metadata/scheduledevents?api-version=2017-03-01

This is documented at https://azure.microsoft.com/en-us/blog/get-started-with-scheduled-events/?v=17.23h.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like