One Storage Account using Blob Storage and File Shares

Lucas Rosolen 21 Reputation points
2022-10-20T22:53:19.253+00:00

Does anybody know about any limitation on using 1 single Storage Account (GPv2) with Blob Storage and Azure Files services.
I'm trying to get files transferred via SFTP to a container and then copied (or moved) to a fileshare.

Thanks!

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,529 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sumarigo-MSFT 47,466 Reputation points Microsoft Employee Moderator
    2022-10-21T05:57:49.987+00:00

    @Lucas Rosolen Welcome to Microsoft Q&A Forum, Thank you for posting query here!

    As understand after files transferred via SFTP to a blob container than you need to copy those files to azure file share am I correct? If so it's possible and the easiest way to achieve through Azure Storage explorer tool, Azcopy and ADF

    Copy and transform data in SFTP server using Azure Data Factory or Azure Synapse Analytics

    Azure Files doesn’t support SFTP for now, this is for Blob storage only. You can still use SFTP to access your file share, however, you would need to set up the SFTP server yourself: SFTP on Azure

    Blob storage now supports the SSH File Transfer Protocol (SFTP). This support lets you securely connect to Blob Storage via an SFTP endpoint, allowing you to use SFTP for file access, file transfer, and file management.

    Limitations and known issues with SSH File Transfer Protocol (SFTP) support for Azure Blob Storage

    If you have any additional questions or need further clarification, please let me know.

    ----------

    Please do not forget to 252863-accept-answer.png and 252807-image.png wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.