使用Azure Data Factory 在不同的订阅下的Azure Data Lake Store传数据

参考: 

https://docs.microsoft.com/en-us/azure/data-lake-store/data-lake-store-service-to-service-authenticate-using-active-directory

 

注意点主要在于配置connection: 

1. Account Uri 填根目录

dataLakeStoreUriInformation about the Azure Data Lake Store account. This information takes one of the following formats: https://[accountname].azuredatalakestore.net/webhdfs/v1 or adl://[accountname].azuredatalakestore.net/.

 

2.Tentent ID

这个指的是service prinicple所在的Azure Active Directory的Directory ID

 

3.Service principal key

到Azure Active Directory的App registrations中找到service prinicple , 再去setting中配置key

posted @ 2018-08-02 16:05  爱知菜  阅读(19)  评论(0编辑  收藏  举报