使用私有端点在Azure数据工厂中通过REST端点获取数据
我正在尝试将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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这些错误是由于防火墙问题而导致的,一些阻止规则使不可能访问数据源
在防火墙和
虚拟网络中 src =“ https://i.sstatic.net/1cqji.png” alt =“在此处输入图像说明”>
此外,使用各种API测试工具确认您的API调用是按预期运行的您可以为工程师开放一个支持请求,以进一步研究问题。
一旦网络专家在我的Integration Runtime Server和The The The My Integration Grouteers打开防火墙后,数据工厂软件包就开始工作 。目标api url。
有关更多详细信息,您可以参考以下文档:
I think these error occurs due to firewall issues, Some blocking rules made it impossible to access the data source.
Azure portal->storage accounts ->Security + Networking->firewall and virtual networks
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.
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: