Skip to content

Commit 3425e9e

Browse files
authored
Merge pull request #312245 from jeevanbalanmanoj/patch-21
Document Entra ID access for Azure Blob Storage SFTP
2 parents ccb4ecb + f23bff5 commit 3425e9e

7 files changed

Lines changed: 387 additions & 6 deletions

File tree

articles/storage/blobs/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ items:
232232
href: secure-file-transfer-protocol-support-how-to.md
233233
- name: Authorize access
234234
href: secure-file-transfer-protocol-support-authorize-access.md
235+
- name: Authorize access with Microsoft Entra ID (preview)
236+
href: secure-file-transfer-protocol-support-entra-id-based-access.md
235237
- name: Connect from an SFTP client
236238
href: secure-file-transfer-protocol-support-connect.md
237239
- name: Performance considerations
46.9 KB
Loading
24.6 KB
Loading
36.5 KB
Loading
118 KB
Loading

articles/storage/blobs/secure-file-transfer-protocol-support-entra-id-based-access.md

Lines changed: 380 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 5 additions & 6 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: concept-article
9-
ms.date: 11/15/2024
9+
ms.date: 02/26/2026
1010
ms.custom: references_regions
1111
ms.author: normesta
1212

@@ -43,16 +43,15 @@ Different protocols are supported by the hierarchical namespace. SFTP is one of
4343
4444
## SFTP permission model
4545

46-
SFTP clients can't be authorized by using Microsoft Entra identities. Instead, SFTP utilizes a new form of identity management called _local users_.
46+
> [!TIP]
47+
> The ability to use Microsoft Entra ID to authorize SFTP transfers is currently now in public preview. To learn more about configuring entra-id based access, see [Authorize SSH File Transfer Protocol (SFTP) access to blobs using Microsoft Entra ID](secure-file-transfer-protocol-support-entra-id-based-access.md).
48+
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-
>
55-
5655
> [!CAUTION]
5756
> 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.
5857
>

0 commit comments

Comments
 (0)