次の方法で共有


アプリを Azure Azure App Service に発行する

完成したプロジェクトをダウンロードする

最後の手順として、アプリケーションを Azure に発行します。 ソリューション エクスプローラーで、プロジェクトを右クリックして [発行] を選択します。

Screenshot of the Solution Explorer window with the project right-clicked and the Publish item on the list highlighted in yellow.

[発行] をクリックすると、[Web の発行] ダイアログが呼び出されます。 プロジェクトを初めて作成したときに [クラウドでホストする] をオンにした場合、接続と設定は既に構成されています。 その場合は、[設定] タブをクリックし、[Code First Migrations の実行] をオンにします。 (最初に [クラウドでホストする] をオンにしていない場合は、[次のセクション] の手順に従います。)

Screenshot of the Publish Web dialog with the Settings tab and the Publish button highlighted in blue.

アプリをデプロイするには、[発行] をクリックします。 発行の進行状況は、[Web 発行アクティビティ] ウィンドウで確認できます。 ([表示] メニューから、[その他の Windows] を選択し、[Web 発行アクティビティ] を選択します。)

Screenshot of the Web Publish Activity window showing the overall status bar and displaying a successful publishing message.

Visual Studio でアプリのデプロイが完了すると、既定のブラウザーが自動的に開き、デプロイされた Web サイトの URL が表示され、作成したアプリケーションがクラウドで実行されるようになりました。 ブラウザーのアドレス バーの URL は、サイトがインターネットから読み込まれていることを示しています。

Screenshot of the browser window showing the newly deployed Book Service website and a list of books and authors with links to details.

新しい Web サイトへのデプロイ

プロジェクトを初めて作成したときに [クラウドでホストする] をチェックしなかった場合は、新しい Web アプリを今すぐ構成できます。 ソリューション エクスプローラーで、プロジェクトを右クリックして [発行] を選択します。 [プロファイル] タブを選択し、[Microsoft Azure Web サイト] をクリックします。 現在 Azure にサインインしていない場合は、サインインするように求められます。

Screenshot of the Publish Web dialog with the Profile button highlighted in blue and the BookService website selected from the dropdown list.

[既存の Web サイト] ダイアログで、[新規] をクリックします。

Screenshot of the Existing Websites dialog showing the Existing Web Sites dropdown list and the New button.

サイト名を入力します。 Azure サブスクリプションとリージョンを選択します。 [データベース サーバー] で、[新しいサーバーの作成] を選択するか、既存のサーバーを選択します。 Create をクリックしてください。

Screenshot of the Create site on Windows Azure dialog with the Database username and Database password fields highlighted in yellow.

[設定] タブをクリックし、[Code First Migrationsの実行] をオンにします。 [発行] をクリックします。