当前位置: 代码迷 >> 综合 >> 使用Azure Data Factory 在不同的订阅下的Azure Data Lake Store传数据
  详细解决方案

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

热度:43   发布时间:2023-12-09 22:42:44.0

参考: 

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

 

注意点主要在于配置connection: 

1. Account Uri 填根目录

dataLakeStoreUri Information 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

  相关解决方案