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

Azure Data Factory にて Azure Key Vault からシークレットを Web アクティビティにて取得する方法

Posted at

概要

Azure Data Factory にて Azure Key Vault からシークレットを Web アクティビティにて取得する方法を共有します。リンクサービス作成時などに Azure Key Vault からシークレットを取得すること可能ですが、パイプライン上 Azure Key Vault のシークレットを利用したい場合があります。その場合には、 Web アクティビティにてシークレット情報を取得することで対応できます。

実施手順

1. Azure key Vault にてシークレットを作成

image.png

2. Azure Data Factory にて Azure Key Vault への接続情報をもつ web 接続のリンクサービスを作成

# 項目
1 ベース URL https://{KeyVaultName}.vault.azure.net/
2 認証 システム割り当てマネージドID
3 リソース https://vault.azure.net

image.png

3. Azure Data Factory にてパイプラインに Web アクティビティを追加

# 項目
1 接続の種類 リンクサービス
2 リンク サービス 作成したリンクサービス
3 相対 URL /secrets/{sercretName}?api-version=7.0
4 メソッド Get

image.png

4. パイプラインを実行

image.png

5. シークレットを取得できていることを確認

image.png

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