Blob Storage upload (SFTP Preview) event not firing when using WinSCP to upload but working with Azure Storage Explorer

John Keers 11 Reputation points
2022-01-20T14:47:01.283+00:00

I am currently putting together a POC for the new SSH File Transfer Protocol (SFTP) feature in Azure Blob Storage.

I have hooked it up with an Azure Function so that when a blob is uploaded (created) or deleted then the Azure Function gets fired. This works fine when you upload a file from Azure Storage Explorer but doesn't work when I upload using WinSCP

Any ideas as to why?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,232 questions
Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
229 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,676 questions
{count} vote

2 answers

Sort by: Most helpful
  1. vdL 1 Reputation point
    2022-01-24T18:21:07.22+00:00

    Hi John,

    Based on the storage documentation I don't think it's supported, see table below.

    I tried something similar (Event Grid triggered Azure function running locally) and had the same results, works when uploading via the Azure portal, doesn't work via sFTP via FileZilla.

    I also tried a blob Blob triggered Azure function and that function triggered as expected. Blob trigger probably works a bit differently (polling) and seems less reliable based on the docs.

    167973-blobevents.jpg

    0 comments No comments

  2. Sumarigo-MSFT 43,411 Reputation points Microsoft Employee
    2022-07-19T05:20:12.063+00:00

    @John Keers @vdL Event not firing when using WinSCP to upload a Blob Storage using SFTP : This feature is enabled globally now! Please try to use and let me know if you have any questions more

    ----------

    Please do not forget to 218393-screenshot-2021-12-10-121802.png and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments