0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Azure App ServiceにAzure Pipelinesを使って楽々デプロイ

Posted at

#Azure App Service × DevOpsならAzure Pipelinesで楽々デプロイ
Azure DevOpsで管理しているソースをAzure App Serviceにデプロイするなら、Azure Pipelinesでデプロイするのが超楽です。
AppServcieのデプロイセンターメニューからだと、1か所入力し他はマウスでポチポチするだけでほとんど完了。
一回セットすれば更新はgitでPushするだけで自動でデプロイしてくれます。
※2020/10月現在、Azure Pipelinesはプレビュー状態のようなので注意お願いします。

##環境
Azure App Service
.NET Core 3.1

##①デプロイセンター画面でAzureReposを選択
AzureにログインしてデプロイしたいApp Serviceを選択。
メニューのデプロイメントから「デプロイセンター」を選択し表示された画面から「Azure Repos」を選択
1.png

##②Azure Pipelinesを選択し「続行」を選択
3.png

##③デプロイ対象を選択
DevOpsのプロジェクトがリストにセットされているので選ぶだけです。
一番下のスタートアップコマンドだけ入力してください。
ex .NET Coreの場合
dotnet XXXXX.dll

5.png

##④最終画面でチェックし、OKなら完了ボタンをクリック
6.png

0
1
0

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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?