Skip to content

Commit 1875048

Browse files
Merge pull request #213864 from normesta/sftp-2
Testing this out
2 parents 91a2f4b + 1720ec1 commit 1875048

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/storage/blobs/secure-file-transfer-protocol-support.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Blob storage now supports the SSH File Transfer Protocol (SFTP). This support le
2222
>
2323
> To help us understand your scenario, please complete [this form](https://forms.office.com/r/gZguN0j65Y) before you begin using SFTP support. After you've tested your end-to-end scenarios with SFTP, please share your experience by using [this form](https://forms.office.com/r/MgjezFV1NR). Both of these forms are optional.
2424
25+
Here's a video that tells you more about it.
26+
27+
> [!VIDEO https://www.youtube-nocookie.com/embed/5cSo3GqSTWY]
28+
2529
Azure allows secure data transfer to Blob Storage accounts using Azure Blob service REST API, Azure SDKs, and tools such as AzCopy. However, legacy workloads often use traditional file transfer protocols such as SFTP. You could update custom applications to use the REST API and Azure SDKs, but only by making significant code changes.
2630

2731
Prior to the release of this feature, if you wanted to use SFTP to transfer data to Azure Blob Storage you would have to either purchase a third party product or orchestrate your own solution. For custom solutions, you would have to create virtual machines (VMs) in Azure to host an SFTP server, and then update, patch, manage, scale, and maintain a complex architecture.

0 commit comments

Comments
 (0)