简体   繁体   English

Azure 数据工厂:如果 PostgreSQL 在私有 su.net (Azure) 中,则为 PostgreSQL 到 blob 存储

[英]Azure Data factory: PostgreSQL to blob storage if PostgreSQL is in a private subnet (Azure)

So I want to create a copy activity in Azure Data factory.所以我想在 Azure 数据工厂中创建一个复制活动。 From PostgreSQL to Azure blob storage.从 PostgreSQL 到 Azure blob 存储。 As my vm (postgreSQL) is in a private su.net in Azure. So my question is, is it possible to create a pipeline from a vm which is in a private su.net ?因为我的虚拟机(postgreSQL)在 Azure 中的私有 su.net 中。所以我的问题是,是否可以从私有su.net 中的虚拟机创建管道?

在此处输入图像描述

updates更新

So currently this is the situation.所以目前是这样的情况。 I have created a private endpoint postgresql-2-data-storage and now I want to connect datafactory to my vm which is in a Azure vNet with a private ip address 172.16.101.4我已经创建了一个私有端点postgresql-2-data-storage ,现在我想将数据工厂连接到我的虚拟机,该虚拟机位于 Azure vNet 中,私有地址为 ip,地址为172.16.101.4

在此处输入图像描述

when I click on create new Linked service, I don't see Azure resource(vNet) or private endpoint.当我单击创建新链接服务时,我没有看到 Azure 资源 (vNet) 或专用端点。

PostgreSQL to blob storage if PostgreSQL is in a private su.net如果 PostgreSQL 在私有 su.net 中,则 PostgreSQL 到 blob 存储

AFAIK, to Assess the database from On-premises or from Azure private.network you need to configure a self-hosted integration runtime to connect to it. AFAIK,要从本地或 Azure private.network 评估数据库,您需要配置一个自托管集成运行时来连接到它。

Using Azure Private Link, you can connect to various platform as a service (PaaS) deployment in Azure via a private endpoint and to access data from Private.network, you need to Create private endpoint on Azure data factory an add that endpoint to same virtual.network where your VM is present.使用 Azure 专用链接,您可以通过专用端点连接到 Azure 中的各种平台即服务 (PaaS) 部署,并从 Private.network 访问数据,您需要在 Azure 数据工厂上创建专用端点并将该端点添加到同一个虚拟.network 您的 VM 所在的位置。

Go to your ADF settings >> Networking >> Private endpoint connection >> Private endpoint. Go 到您的 ADF 设置 >> 网络 >> 专用端点连接 >> 专用端点。

在此处输入图像描述

Then fill all details an configure it.然后填写所有详细信息并进行配置。 after this install SHIR in your VM and connect your PostgreSQL to Data factory在您的 VM 中安装 SHIR 并将您的 PostgreSQL 连接到数据工厂之后

Follow this document To Install Self-Hosted Integration Runtime on Azure VM by using Private EndPoint for more information.按照此文档使用专用端点在 Azure VM 上安装自承载集成运行时了解更多信息。

暂无
暂无

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

相关问题 Azure 数据工厂问题,将数据从 Postgresql 写入私有 .net 到 Azure SQL 数据库 - Azure data factory problem to write data from a Postgresql in private Vnet to Azure SQL Database 如何使用 Airflow 将 CSV 文件从 Azure Data Lake/Blob 存储传输到 PostgreSQL 数据库 - How to transfer a CSV file from Azure Data Lake/Blob Storage to PostgreSQL database with Airflow Http 请求 azure 数据工厂检索 883812976388 数据并将其存储在 azure 存储 blob 中 - Http requests in azure data factory to retrieve xml data and store it in azure storage blob 从 Azure 数据工厂连接本地 PostgreSQL 数据库,特别是在映射数据流中 - Connection with On-premises PostgreSQL DB from Azure Data Factory specifically in Mapping data flows 将 Azure 服务总线消息发送到 Blob 或 Azure 数据工厂 - Send Azure Service Bus messages to Blob or Azure Data Factory 晦涩的 Azure 雪花查找活动中的数据工厂错误 - 无法解析远程名称:transfereu2storage1.blob.core.windows.net - Obscure Azure Data Factory Error on Snowflake Lookup Activity - The remote name could not be resolved: transfereu2storage1.blob.core.windows.net AKS 连接到 Azure su.net 中的私有 .net 和 terraform - AKS connected to an Azure subnet in a private vnet with terraform 什么是正确的 su.net 委托 Azure 存储帐户? - What is the correct subnet Delegate Azure Storage account? 测试 Azure Blob 存储 SDK - Testing Azure Blob Storage SDK 我们可以在私有云中使用 Azure PaaS 资源,例如 Azure 数据工厂或 Azure 功能吗? - Can we use Azure PaaS resources like Azure Data Factory or Azure Functions in a private cloud?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM