Checking if Virtual Machine is restarting using logic apps

不羁岁月 提交于 2019-12-13 08:38:19

问题


I am trying to use resource event occurs from a Microsoft tutorial. I know how to detect if a subscription is deleted or created. I cant find a way to detect if a virtual machine i am using restarts


回答1:


We have a document that explains the different kinds of reboots. In that doc you will find a link to the Activity Logs which you can use to find when a VM reboots among other actions

https://docs.microsoft.com/en-us/azure/virtual-machines/troubleshooting/understand-vm-reboot

https://docs.microsoft.com/en-us/azure/azure-monitor/platform/activity-logs-overview



来源:https://stackoverflow.com/questions/55282150/checking-if-virtual-machine-is-restarting-using-logic-apps

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!