LoginSignup
7
6

More than 5 years have passed since last update.

Azure VMを決められた時刻に起動・停止させる

Last updated at Posted at 2015-06-11

Azure VMを決められた時刻で起動・停止させたかったので、どうやるかを調べてみた。
それぞれAPIは用意されているので、あとは実行タイミングを制御できればそれでいけるはず。
APIは「Azure PowerShell」を使えば、PowerShellから操作できる。

起動:Start-AzureVM(https://msdn.microsoft.com/en-us/library/azure/dn495226.aspx)
停止:Stop-AzureVM(https://msdn.microsoft.com/en-us/library/azure/dn495269.aspx)
状態確認:Get-AzureVM(https://msdn.microsoft.com/en-us/library/azure/dn495236.aspx)

参考ページ

他には参考になる方法が見当たらなかった。AWSと比べると少ないなー....

7
6
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
6