Windows AzureをWindowsPowerShellから管理するコマンドレット

Windows AzureWindowsPowerShellから管理するコマンドレット
φ(..)メモメモ
インストール手順などはここ↓に載ってる

Windows Azure では、「Windows Azure Service Management API」 (以下 Management API) という管理用の API が公開されています。これは REST API として提供されていますが、運用管理をするためにはもっと簡単に扱えて、強力なアクセス方法が必要となります。
今回ご紹介する「Windows Azure Service Management CmdLets」(以下 Management CmdLet) を導入することで、PowerShell からManagement API を経由して Windows Azure の管理を行うことが可能になります。

ダウンロードやちょっとしたサンプルなどはこちら↓

Project Description
A set of PowerShell cmdlets wrapping the Windows Azure Service Management API and Diagnostics API. These cmdlets make is simple to script out your deployments, upgrades, and scaling of your Windows Azure applications as well as set and manage your diagnostics configuration.

Windows Azure関連の情報は日本語の情報が少ない・・・