Skip to content

Commit 5595576

Browse files
Merge pull request #286014 from mikewill4/patch-75
[SFTP] Increase max local users per account to 8000
2 parents ca2edb7 + 756f1c3 commit 5595576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: normesta
66

77
ms.service: azure-blob-storage
88
ms.topic: conceptual
9-
ms.date: 04/30/2023
9+
ms.date: 09/03/2024
1010
ms.custom: references_regions
1111
ms.author: normesta
1212

@@ -44,7 +44,7 @@ Different protocols are supported by the hierarchical namespace. SFTP is one of
4444

4545
SFTP clients can't be authorized by using Microsoft Entra identities. Instead, SFTP utilizes a new form of identity management called _local users_.
4646

47-
Local users must use either a password or a Secure Shell (SSH) private key credential for authentication. You can have a maximum of 2,000 local users for a storage account.
47+
Local users must use either a password or a Secure Shell (SSH) private key credential for authentication. You can have a maximum of 8,000 local users for a storage account.
4848

4949
To set up access permissions, you 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.
5050

0 commit comments

Comments
 (0)