How do I know if my Azure virtual machine has been restarted?

I have an Azure web role. Sometimes it will be processed due to an exception or due to an OS update. This will or will not include restarting the VM. I want to know if the virtual machine has rebooted or only the host process has rebooted WaIISHost.exe.

How do I find this easiest way?

+5
source share
2 answers

There are several ways to find it as soon as you enable RDP access and log in to your Azure VM. In addition, a VM re-cycle and role re-processing may be two separate events in this case, and a reboot of the VM may not be necessary to re-process the role.

- (.. WaIISHost.exe), , ( ). - , - , , .

, ( ProcessExplorer) , , , , , VM.

, waappagent.log( /, ), C:\log, , , , . , , . , , Role, .

+4

(VM, RDP ..)

net statistics server | more

( ), , .

+6

All Articles