Where to find connection logs for Azure Blob Storage SFTP?

Mike Bell 20 Reputation points
2023-01-23T19:55:39.3866667+00:00

Many SFTP servers record logs of attempted connections, activity, etc related to SFTP user accounts. In the new SFTP support for blob storage, I do not see a way to find logs of this type of information.

[https://learn.microsoft.com/en-us/azure/storage/blobs/secure-file-transfer-protocol-support

The closest thing I've found to be able to find info like this is within the Insights panel. In the below query (this is the built in performance dashboard), there are API endpoints listed related to SFTP. If there was a way to drill into individual SftpConnect results, this would be useful for troubleshooting connections coming from user accounts.

User's image

Is there a way to find details on individual requests sent via SFTP? Or is this a feature that could be requested?

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,608 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,371 questions
{count} votes

Accepted answer
  1. Sumarigo-MSFT 43,001 Reputation points Microsoft Employee
    2023-01-24T13:17:16.5533333+00:00

    @Mike Beller Welcome to to Microsoft Q&A Forum, Thank you for posting your query here!

    You just need to enable Azure Monitor logging in diagnostics settings: Azure Monitor Logs - Azure Monitor | Microsoft Learn

     This feature is supported refer to this Doc: Blob Storage feature support in Azure storage accounts | Microsoft Learn

     User's image

     Classic Storage Analytics logging to $logs container is also supported, but note that not all pre-auth connection attempt failures are logged there.

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


    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    5 people found this answer helpful.

0 additional answers

Sort by: Most helpful