简体   繁体   English

我们如何在 ZCF04A02E37B7574FC311A48C 数据工厂中使用 ssl 证书调用 rest api?

[英]How can we call rest api using ssl certificate in azure data factory?

I have been trying to configure/call a rest full api through azure data factory where it gives response in xml format.我一直在尝试通过 azure 数据工厂配置/调用 rest 完整 api 数据工厂,它以 Z0F6735D0E0F3E27 格式给出响应。

  1. Using REST Linked Service: it doesn't have the certificate authentication type.使用 REST 链接服务:它没有证书认证类型。 So cannot go with this.所以 go 不能用这个。

  2. Using HTTP Linked Service: it has the certificate authentication and able to create it successfully but when try to create a dataset it doesn't have the xml format to choose.使用 HTTP 链接服务:它具有证书身份验证并能够成功创建它,但是当尝试创建数据集时,它没有 xml 格式可供选择。 I have even read the supported file formats in azure data factory and mentioned the same.我什至在 azure 数据工厂中阅读了支持的文件格式并提到了相同的内容。

Is there any other posbilities where im missing in azure data factory.在 azure 数据工厂中是否还有其他我缺少的可能性。 Could anyone help on this please.有人可以帮忙吗?

Else i will go with Azure Logic app or Azure Databricks.否则我将 go 与 Azure 逻辑应用程序或 Azure Databricks。 Still i need to know how can we configure in above two referred azure resources but i will try it later on.我仍然需要知道如何在上面提到的两个 azure 资源中进行配置,但我稍后会尝试。

XML format is supported for the following connectors: Amazon S3, Azure Blob, Azure Data Lake Storage Gen1, Azure Data Lake Storage Gen2, Azure File Storage, File System, FTP, Google Cloud Storage, HDFS, HTTP, and SFTP. XML format is supported for the following connectors: Amazon S3, Azure Blob, Azure Data Lake Storage Gen1, Azure Data Lake Storage Gen2, Azure File Storage, File System, FTP, Google Cloud Storage, HDFS, HTTP, and SFTP. It is supported as source but not sink.它支持作为源但不支持接收器。

Ref: XML format in Azure Data Factory参考: Azure 数据工厂中的 XML 格式

When we create dataset in Web active, we can choose the XML format:当我们在 Web active 中创建数据集时,我们可以选择 XML 格式:

For example, click New-->Blog Storage-->XML:例如,单击新建-->博客存储-->XML: 在此处输入图像描述

Please check if your source supports the XML format file.请检查您的源是否支持 XML 格式文件。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM