2011年1月20日

Visual StudioからWindows Azureにデプロイ

Windows Azureへのデプロイは二つの方法があります

  • 管理ポータル
  • Visual Studio

今回はVisual Studioからデプロイします。手順は下記通り

  • 管理ポータルからHosted Serviceを作成

管理ポータルからメニュー「Hosted Services, Storage Accounts & CDN」⇒「Hosted Services」を選択

image

「New Hosted Service」を選択

image

Hosted Serviceを作成

image

  • Visual Studioから証明書作成

ソリューションエクスプローラーのAzureプロジェクトを右クリックして発行を選択

image

「Credentials」⇒「Add..」を選択

image

「Create or select an existing certificate for authentication」⇒「Create..」を選択

image

名前を入力して、certificateを作成

image

「Copy the full path」をクリックして、証明書パスをにコピー

image

  • 管理ポータルから証明書をアップロード

管理ポータルからメニュー「Hosted Services, Storage Accounts & CDN」⇒「Management Certificates」を選択

image

「Add Certificate」を選択

image

先ほどコピーした証明書パスをペーストして追加

image

「Subscription ID」をコピー

image

 

  • Visual Studioからデプロイ

先ほどコピーした「Subscription ID」をペーストして、名前を入力して、「OK」ボタンを押す

image

デプロイ環境を選択して、「OK」ボタンを押すと、デプロイ開始

image

デプロイ中(約10分~20分かかります)

image

デプロイ完了

image

0 件のコメント:

コメントを投稿