3
0

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 5 years have passed since last update.

AzureDevOps でDocker をAzure Container Registry にデプロイ!

Posted at

Azure DevOps 触ってみた

Pipelineを作る

(1)まずはAzureDevOpsにログインし「Create Project」をクリック
AzureDevOps01.png

(2)適当に名前を付けて、「Create」をクリック
 今回はとりあえず「Private」で作ります
AzureDevOps02.png

(3)出来上がったらロケットのマーク(Pipelines)をクリック
AzureDevOps03.png

(4)「New Pipeline」をクリック
AzureDevOps04.png

(5)ソースコードの置き場所として今回は「GitHub」を選択
AzureDevOps05.png

※Preiew future の 「Multi-Stage Pilelines」をOnにする
(Pipeline内のジョブを段階にまとめることができる)
AzureDevOps05.5.png

(6)GitHubの連携のため認証を行う
  すでに連携してるGitHubアカウントがあれば「Grant」をクリック(要パスワード入力)
AzureDevOps06.png

(7)連携できるとリポジトリが出てくるので、必要な方を選択する
AzureDevOps07.png

(8)このプロジェクトでリポジトリを限定するかを選択し「Approve & Insall」をクリック
AzureDevOps08.png

(9)「Docker」をクリック
AzureDevOps09.png

(10)今回Azure Container Registry を使うのでSubscription を選択
AzureDevOps10.png

(11)保存するContainer Registry名を確認して「Validate and configure」をクリック
AzureDevOps11.png

(12)yamlファイルが出来上がるので、問題なければ「Save & run」をクリック
AzureDevOps12.png

(13)コミット時のメッセージとMasterとプルリクエストか選択して「Save & run」をクリック

(14)実行されるとこんな画面になる。下にある「build」をクリック
AzureDevOps14.png

(15)なんとログも見ることができる!!
AzureDevOps15.png

(16)Azure ポータル側からもデプロイされたことが確認できる!
AzureDevOps16.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?