简体   繁体   English

有没有办法为 Azure 数据工厂获取 static ip 地址

[英]Is there a way to get static ip address for Azure Data Factory

I have to transfer data from an on-premise sql server to Azure Sql using Azure Data Factory however sql server owner needs to whitelist the public IP's to provide access to their service.我必须使用 Azure 数据工厂将数据从本地 sql 服务器传输到 Azure Sql 但是 sql 服务器所有者需要将公共 IP 列入白名单以提供对其服务的访问。 I know that there is a range of IP's that are used by ADF in specific regions but is there a way to set one static IP which not gonna change and which I will be able to provide to my client?我知道 ADF 在特定区域使用了一系列 IP,但是有没有办法设置一个 static IP 不会改变并且我可以提供给我的客户?

As rightly mentioned by Nick and wBob, you can get IP addresses that your Azure Integration Runtime uses but that is same for all in the same region and not unique Static IP address for only your integration runtime as Azure Integration Runtime is serverless.正如 Nick 和 wBob 正确提到的那样,您可以获得 IP 地址供您的 Azure Integration Runtime 使用,但对于同一区域中的所有地址都是相同的,并且不是唯一的 Static IP 地址仅适用于您的集成运行时,因为 Azure Integration Runtime 是无服务器的。 You have to set up a self-hosted integration runtime to get a Static IP for Data Factory connectors.您必须设置自承载集成运行时才能为数据工厂连接器获取 Static IP。

Also checkout simialr Copy data securely from Azure Blob storage to a SQL database by using private endpoints还检查simialr 使用专用端点将数据从 Azure Blob 存储安全地复制到 SQL 数据库

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

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