An Azure service that is used to provision Windows and Linux virtual machines.
Hi @Nilesh Jadhav ,
Thank you for reaching out to the Microsoft Q&A forum.
Based on the information provided, the Event ID 1139 (FailoverClustering) message indicates that Azure has scheduled maintenance on the underlying host infrastructure that is running the VM. This notification by itself does not confirm a service outage or a region-wide incident in West US 3. Instead, it is commonly generated when Azure performs planned platform maintenance to improve the reliability, security, or performance of the host infrastructure.
During such maintenance activities, Azure may:
- Live migrate the VM to another host with minimal interruption.
- Briefly pause the VM while the host is updated.
- Reboot the VM in cases where the maintenance requires a restart.
Since you observed the notification on two database VMs, it is possible that both VMs are hosted on infrastructure included in the same maintenance wave or placement group. Azure Scheduled Events can be used to verify whether the maintenance notification originated from a planned platform operation. According to Microsoft documentation, Scheduled Events provide advance notice of host maintenance, reboots, live migrations, and other platform-initiated actions.
At this time, the information shared does not indicate a confirmed West US 3 region-wide issue. To validate whether the VMs are part of a planned maintenance event, please check:
- Azure Service Health for any Planned Maintenance notifications affecting your subscription.
- Scheduled Events from within each VM using the Azure Instance Metadata Service (IMDS).
- Resource Health to determine whether the VM experienced any maintenance-related availability impact.
If possible, please provide:
- The VM Resource IDs (or VM names),
- The output of the Scheduled Events query,
- Any corresponding Service Health notification IDs,
and we can help determine whether the notification was generated by a planned maintenance event or by another infrastructure activity.
References:
- https://learn.microsoft.com/en-us/azure/virtual-machines/maintenance-and-updates
- https://learn.microsoft.com/en-us/azure/virtual-machines/maintenance-notifications
- https://learn.microsoft.com/en-us/azure/virtual-machines/windows/scheduled-events
- https://learn.microsoft.com/en-us/azure/virtual-machines/scheduled-events-overview