Skip to content

Commit ae0e683

Browse files
Merge pull request #268909 from mikewill4/patch-63
[SFTP] Bump local user limit to 2000
2 parents e4bbd2f + 6584857 commit ae0e683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Different protocols are supported by the hierarchical namespace. SFTP is one of
4545

4646
Azure Blob Storage doesn't support Microsoft Entra authentication or authorization via SFTP. Instead, SFTP utilizes a new form of identity management called _local users_.
4747

48-
Local users must use either a password or a Secure Shell (SSH) private key credential for authentication. You can have a maximum of 1000 local users for a storage account.
48+
Local users must use either a password or a Secure Shell (SSH) private key credential for authentication. You can have a maximum of 2000 local users for a storage account.
4949

5050
To set up access permissions, you'll create a local user, and choose authentication methods. Then, for each container in your account, you can specify the level of access you want to give that user.
5151

0 commit comments

Comments
 (0)