Multiple users in Azure SFTP

Sarbpreet Kaur 1 Reputation point
2021-11-22T11:06:22.763+00:00

How to add multiple users credentials (for log in and sending files) in Azure SFTP?
How to assign different storage folders for different Users so that they can view and store data/files to respective folders only?

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,449 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 33,701 Reputation points Microsoft Employee
    2021-11-22T18:25:06.777+00:00

    @Sarbpreet Kaur
    You can have up to 1000 local users per storage account. You can add a local user by going to Settings, select SFTP, and then select Add local user. Walking through the prompts you will also be able to setup the users permissions for the storage containers. At this time permissions are only supported at the container level and it is not possible to setup permissions for virtual directories.

    Please see Configure Permissions for a walk through of adding a user and setting up the permissions.

    Hope this helps! Let me know if you have any questions or issues.

    -------------------------------

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