3
2

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.

PrivateLink経由でAzureDataFactoryからBlobStorageを認識できるか試してみる

Posted at

はじめに

下記のように要件上オンプレNW内にSelf-Hosted IRを構成しなければいけない、かつExpress Routeによるデータ移送が要件の場合、PrivateLinkを使うことになると思います。
image.png

以下の記事でPrivateLinkを構成しましたが、Azure Data Factory(以下、ADF)で利用するにはどうするか、実践しました。
Azure Private Linkが出たのでStorageとSQLへの接続を試してみる

2019/11時点の調査です。

実践!

下記の状態のStorageをAzureDataFactoryから認識させたいと思います。なお上記記事内の作業によりPrivateEndPointは構成済みでVMからは参照ができる状態です。

StorageのFWの状態
image.png

Self-Hosted IRの構成

Self-Hosted IR自体の説明は以下。
セルフホステッド統合ランタイム

ADF内でIntegration Runtimeを作成します。
image.png

Self Hostedを選択
image.png

今回はExpress Setupを利用します
image.png

Exeを実行してPrivateEndpointのあるVnet内のVMにSelf-Hosted IRをインストールします。
image.png

Linked Serviceの構成

接続を作成します。
image.png
先ほど構成したSelf-HostedIR経由で設定してみるとあっさりいきました
image.png

設定どうなってるかみてみます。
image.png

PrivateEndPointはこんなんなってたんで、Suffixとか変わってるかなーと思いきやそうでもありませんでした
image.png

まとめ

あっさりつながりました。早くGAしないかな

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?