Azure

Azure SDK を 2.2 から 2.3 にアップグレードすると失敗する

Azure SDK 2.2 が入っている環境で Azure SDK 2.3 をインストールしようとして失敗して困った話。 いつもどおり Web Platform Installer から Windows Azure SDK 2.3 for .NET (VS 2012) - 2.3 を追加してインストールすると、Storage Emulator 3.2 のインス…

Windows Azure PowerShell を使って Windows Azure クラウドサービスへのデプロイを自動化しよう

こんにちは、この投稿は PowerShell Advent Calendar 2013 の 5 日目の記事です。 はじめに 去年まで PowerShell とは縁がなく、自分には必要ない道具だと思っていました。 ところが、デプロイを自動化する業務で Azure PowerShell に初めて触れ、PowerShell…

Windows Azure PowerShell Cmdlets で No certificate was found in the certificate store with thumbprint ~ が出たら

はまったのでメモ。 C:\Users\<ユーザー名>\AppData\Roaming\Windows Azure Powershell\ に入っているファイルを消して、 Set-AzureSubscription や Select-AzureSubscription をやり直すだけ。 Azure の管理画面を開いて、管理証明書の値を確認して、以下の…