《Windows Azure Platform 系列文章目錄》html
以前Automation介紹的內容,是在ASM模式下自動化開關機。git
本章將介紹如何在Automation中,設置開關機腳本,操做Azure ARM VMgithub
1.首先咱們建立一個Azure Automation。圖略post
2.建立完畢後,點擊憑據,添加評估,輸入名稱爲MyAccounturl
在憑據中,輸入咱們登陸Azure Portal: https://portal.azure.cn/ 的用戶名和密碼。以下圖:spa
3.咱們選擇RunBook,選擇建立Runbook。類型請選擇PowerShellorm
4.開機的腳本請參考個人GitHub:htm
https://github.com/leizhang1984/AzureChinaAutomation/blob/master/ARM/StartARMVM.ps1blog
關機腳本:three
https://github.com/leizhang1984/AzureChinaAutomation/blob/master/ARM/StopARMVM.ps1
在腳本中的第一行語句:
$cred = Get-AutomationPSCredential -Name "MyAccount"
這裏的MyAccount就是咱們在步驟2中的憑據。