Sean Yu

IoT Specialty/Microsoft MVP/MCT

Video 包含视频讲解或动手实战的文章


Azure Automation 自动化-提供一种定时关闭虚拟机的方法

Azure Automation 可以提供一些自动化的功能,比如我们可以指定在每天早上6点开启虚拟机,每天晚上8点关闭虚拟机。 同时还提供一些基于监控参数的自动化配置。今天的主要内容是介绍通过Automation 实现定时对虚拟机进行开机和关机操作。 Azure对不同状态下的虚拟机计费情况: 视频讲解: 请观看B站视频:https://www.bilibili.com/video/av76425800/ 或本站视频(内容相同,二选一即可) 特别注意,选择的类型是 powershell workflow, 不要选择powershell,否则出现提示complate,但实际无法开关机的问题。 workflow startVM { $Cred = Get-AutomationPSCredential -Name "test-cred"; …

Azure Video Cloud Automation Account