简体   繁体   English

如何在 azure 中创建将文件从 SFTP 上传到 azure 数据湖存储的 api

[英]How to create api in azure that uploads file from SFTP to azure data lake storage

我的要求是我想创建 api/azure 功能,用于将文件从 SFTP 服务器上传到 azure 数据湖存储是否有任何参考项目或指导,请指导我

Yes, you can achieve the above requirement to connect and transfer the files from SFTP to Data lake storage ;是的,您可以实现将文件从 SFTP 连接和传输到 Data Lake Storage 的上述要求

Please check if my findings are helpful,请检查我的发现是否有帮助,

You can do while uploading files to Data Lake through SFTP server the configuration of authentication is set to basic and disable SSH host keys validation this is when you are trying to upload files using without any authentication with Azure AD .您可以在通过 SFTP 服务器将文件上传到 Data Lake 时将身份验证配置设置为基本并禁用 SSH 主机密钥验证,这是当您尝试使用 Azure AD 不进行任何身份验证来上传文件时

For example:-例如:-

在此处输入图像描述

When you are trying to upload files to DATA LAKE Storage through SFTP you need to configure SFTP on Portal and provide the connection details .当您尝试通过 SFTP 将文件上传到 DATA LAKE Storage 时,您需要在 Portal 上配置 SFTP 并提供连接详细信息。

For complete configuration and information please find the below workaround links :-有关完整的配置和信息,请找到以下解决方法链接:-

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

相关问题 如何使用文件 Url 从 Azure Data Lake Storage 读取文件? - How to Read a file from Azure Data Lake Storage with file Url? 如何将CSV文件从Google存储复制到Azure数据湖 - How to copy csv file from google storage to Azure Data Lake 如何创建文件或将文件上传到Azure Data Lake Storage Gen2 - How to create a file or upload a file to Azure Data Lake Storage Gen2 访问来自 Azure Data Lake 敏感存储的数据块文件 - Acces file from Azure Data Lake sensitive storage by databricks .jpg 文件未从 blob 存储(Azure 数据湖)加载到数据块中 - .jpg file not loading in databricks from blob storage (Azure data lake) 文件上传到 Azure Data Lake Storage - File Upload into Azure Data Lake Storage 将包含内容的文件上传到 Azure Data Lake 存储 - Upload file with content to Azure Data Lake storage 如何借助“azure-storage”Package 在 Azure Data Lake Storage Gen2 中的容器内创建文件夹 - How to create a folder inside container in Azure Data Lake Storage Gen2 with the help of 'azure-storage' Package 如何将 .parquet 文件从本地计算机上传到 Azure Storage Data Lake Gen2? - How can I upload a .parquet file from my local machine to Azure Storage Data Lake Gen2? 从Azure Data Lake Store .NET SDK创建文件 - Create File From Azure Data Lake Store .NET SDK
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM