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 1 year has passed since last update.

【備忘録】Azure DevOps で Pipelines からデプロイとかするためにService Connectionを確立する方法

Last updated at Posted at 2023-07-25

再構築しようと思ったら初回作業時の記録が無くて困ったのでメモ
完全にメモなので画像は略

  1. Azure AD でアプリの登録 -> DEVOPS接続用のアプリケーションを登録(登録済みなら流用できるので省略)

  2. デプロイ先が所属するリソースグループの共同管理者に 1. で作成したアプリを登録(もっと適切なロールがあるかも)

  3. アプリのクライアントシークレットを新規作成し、シークレットの値をメモ

  4. Azure DevOps側の設定からPipelinesのService Connectionを開く

  5. 新規追加で Azure Resouce Manager(manual)を選択

  6. Environment は Azure Cloud を選択

  7. Scope Level は Subscription

  8. Subscription IdとNameにサブスクリプションのID/Nameを入力

  9. Service Principal Id には1.で作成したアプリの アプリケーション (クライアント) IDを使用する

  10. Service Principal Key には 3. でメモしたシークレットの値を入力

  11. Tenant ID には 1.で作成したアプリの ディレクトリ (テナント) IDを使用する

  12. Verify で認証。失敗した場合はどこかが違う(手順2.が抜けているなど)

  13. 名前を付けて保存

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?