使用私有端点在Azure数据工厂中通过REST端点获取数据

发布于 2025-02-11 19:43:26 字数 260 浏览 2 评论 0原文

我正在尝试将REST用作数据工厂中复制活动的数据源。 DF正在专用网络(无公共访问VNET)工作。它给了我一个错误:

((“ 发送请求时发生错误。 无法连接到远程服务器 连接尝试失败了,因为连接的方在一段时间后没有正确响应,或者建立的连接失败了,因为连接的主机未能响应“”)

我检查了所有内容并比较了公共和私人网络,我发现了这一点是100%的私人网络问题。也许很高兴提及剩余的终点是用于Azure地图,我们如何解决此问题或更清楚地配置私人DF与休息一起工作?

I am trying to use REST as a data source for my COPY activity in Data Factory. The DF is working in a Private Network (No public access with the VNET). It gives me an error:

(("
An error occurred while sending the request.
Unable to connect to the remote server
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond "")

I checked everything and compare the public and private network and I found this is 100% private network issue. Maybe its good to mention the REST endpoint is for AZURE MAPS, How we can fix this or more clear how configure the private DF to work with REST?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

晨曦÷微暖 2025-02-18 19:43:27

(((“发送请求时发生错误。无法连接到远程服务器,连接尝试失败了,因为连接的一段时间后连接不正确响应,或者建立的连接失败了,因为连接的主机已连接无法响应“”)

我认为这些错误是由于防火墙问题而导致的,一些阻止规则使不可能访问数据源

  1. 。 启用了所有网络。

在防火墙和

虚拟网络中 src =“ https://i.sstatic.net/1cqji.png” alt =“在此处输入图像说明”>

  1. 此外,使用各种AP​​I测试工具确认您的API调用是按预期运行的您可以为工程师开放一个支持请求,以进一步研究问题。

  2. 一旦网络专家在我的Integration Runtime Server和The The The My Integration Grouteers打开防火墙后,数据工厂软件包就开始工作 。目标api url。

有关更多详细信息,您可以参考以下文档:

  1. 对Azure私人端点连接问题进行故障排除
  2. 故障排除Azure数据工厂和突触分析安全性和访问控制问题

((" An error occurred while sending the request. Unable to connect to the remote server A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond "")

I think these error occurs due to firewall issues, Some blocking rules made it impossible to access the data source.

  1. Check whether you have enabled for all networks in firewall and virtual networks.

Azure portal->storage accounts ->Security + Networking->firewall and virtual networks

enter image description here

  1. Additionally, use various API testing tools to confirm that your API call is functioning as intended. you may open a support request for engineers to look into the problem further if it continues.

  2. The Data Factory package started working as soon as the network specialists opened the Firewall between my Integration Runtime server and the target API Url.

For more in detail you can refer the below documents:

  1. Troubleshoot Azure Private Endpoint connectivity problems
  2. Troubleshoot Azure Data Factory and Synapse Analytics security and access control issues
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文