SFTP services in azure

2021-02-08T09:05:54.373+00:00

I would like to upload text file(s) programmatically to an SFTP server storage in (daily in Mega bytes with a month backup) . which azure sftp service suite my requirements. I can see couple of options.

  1. SFTP Gateway for Azure SFTP to Blob storage
  2. SFTP Server Secure SSH
  3. SFTP Server Secure OpenSSH
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,794 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. TravisCragg-MSFT 5,681 Reputation points Microsoft Employee
    2021-03-05T05:13:41.393+00:00

    My apologies on taking so long to get to this one, please make sure that your tagging is correct for future Q&A Questions.

    Unfortunately, Azure does not have a native SFTP service, so you will have to build one, most likely out of Virtual Machines.

    The 3 potential solutions you gave above will do what you need, many of them have 3rd party marketplace solutions, like SFTP Gateway. I unfortunately have no experience on any of them, so I cannot advise on a specific one. I would recommend checking review of the marketplace items, or example architecture from the companies who are offering the solutions that fit your use case.

    0 comments No comments

  2. Lance 296 Reputation points MVP
    2021-12-22T15:22:46.033+00:00

    Azure Storage now has support for SFTP, you can see how to enable and configure it here.

    0 comments No comments