简体   繁体   English

使用 Service Principle 或 Managed Identity 从 ADF 验证 Azure 表存储

[英]Authenticate Azure Table storage from ADF using Service Principle or Managed Identity

I am trying to load data from Azure Table Storage to ADLS Gen2 parquet files using a copy data activity in ADF.我正在尝试使用 ADF 中的复制数据活动将数据从 Azure 表存储加载到 ADLS Gen2 镶木地板文件。 While creating the linked service for azure table storage, the authentication method shows below 2 options alone.为azure表存储创建链接服务时,认证方式仅显示以下2个选项。

  1. Account Key帐户密钥
  2. SAS URI SAS 网址

Is there any other option to connect to azure table storage using service principle or managed identity?是否有任何其他选项可以使用服务原则或托管标识连接到 azure 表存储?

Azure table storage dataset in adf supports only account key and sas uri for now. adf中的Azure表存储数据集目前只支持account key和sas uri。 Alternate option is odata service can be used to connect to azure table storage using service principal.替代选项是 odata 服务可用于使用服务主体连接到 azure 表存储。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure 存储帐户使用托管标识和 C# 进行身份验证 - Azure Storage Account authenticate using Managed Identity and C# 使用托管标识从 Azure 逻辑应用到 Azure Function 进行身份验证 - Authenticate from Azure Logic app to Azure Function using Managed Identity 使用托管服务身份对Azure功能进行授权以从Azure存储容器中获取Blob - Authorization for Azure Function using Managed Service Identity to fetch blob from Azure Storage container 使用 SDK azblob 和托管服务标识从 Azure VM 将文件上传到 Azure 存储 - Upload files to Azure Storage from Azure VM using SDK azblob and Managed Service Identity 在 Pulumi 中使用服务原理与 Azure 进行身份验证 - Authenticate with Azure using service principle in Pulumi How do I authenticate using a managed identity from gitlab-ci to push a docker container from gitlab registry to Azure web service? - How do I authenticate using a managed identity from gitlab-ci to push a docker container from gitlab registry to Azure web service? 使用托管标识从 VM 访问 Azure 存储 - Accessing Azure Storage from VM using Managed Identity 如何使用 Microsoft.WindowsAzure.Storage.Table.CloudTableClient 授权托管标识访问 Azure 表存储 - How to Authorize a Managed Identity to access Azure Table Storage using Microsoft.WindowsAzure.Storage.Table.CloudTableClient 使用托管服务标识从Data Factory调用Azure函数 - Call Azure Function from Data Factory using Managed Service Identity 使用托管标识从 Azure 应用服务调用图 - Call Graph from Azure App Service using Managed Identity
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM