Skip to content

Commit 0f778e5

Browse files
Clarify SFTP support and local user management
Updated the documentation to clarify SFTP support and identity management for Azure Blob Storage.
1 parent a22f626 commit 0f778e5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ ms.author: normesta
1212

1313
# Customer intent: "As a cloud storage administrator, I want to enable SFTP support for Azure Blob Storage, so that I can facilitate secure and efficient file transfers without complex infrastructure management."
1414
---
15+
> [!IMPORTANT]
16+
> Microsoft Entra ID–based access for Azure Storage SFTP is now in Public Preview. To learn more about configuring entra-id based access, see [Entra ID based access for Azure Storage SFTP](secure-file-transfer-protocol-support-entra-id-based-access.md).
17+
1518

1619
# SSH File Transfer Protocol (SFTP) support for Azure Blob Storage
1720

@@ -43,15 +46,12 @@ Different protocols are supported by the hierarchical namespace. SFTP is one of
4346
4447
## SFTP permission model
4548

46-
SFTP clients can't be authorized by using Microsoft Entra identities. Instead, SFTP utilizes a new form of identity management called _local users_.
49+
SFTP utilizes a new form of identity management called _local users_.
4750

4851
Local users must use either a password or a Secure Shell (SSH) private key credential for authentication. You can have a maximum of 25,000 local users for a storage account.
4952

5053
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.
5154

52-
> [!IMPORTANT]
53-
> If you have any feedback on scenarios that require Entra Identities-based authorization, please reach out to us at [email protected].
54-
>
5555

5656
> [!CAUTION]
5757
> Local users do not interoperate with other Azure Storage permission models such as RBAC (role based access control) and ABAC (attribute based access control). Access control lists (ACLs) are supported for local users.

0 commit comments

Comments
 (0)