Skip to content

Commit 61e8c4f

Browse files
Update secure-file-transfer-protocol-support.md
Remove preview tags for ACLs
1 parent 84bd619 commit 61e8c4f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To set up access permissions, you create a local user, and choose authentication
5353
>
5454
5555
> [!CAUTION]
56-
> 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 at the preview level.
56+
> 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.
5757
>
5858
> For example, Jeff has read only permission (can be controlled via RBAC or ABAC) via their Microsoft Entra identity for file _foo.txt_ stored in container _con1_. If Jeff is accessing the storage account via NFS (when not mounted as root/superuser), Blob REST, or Data Lake Storage REST, these permissions will be enforced. However, if Jeff also has a local user identity with delete permission for data in container _con1_, they can delete _foo.txt_ via SFTP using the local user identity.
5959
@@ -91,10 +91,6 @@ When performing write operations on blobs in sub directories, Read permission is
9191

9292
## Access control lists (ACLs)
9393

94-
> [!IMPORTANT]
95-
> This capability is currently in PREVIEW.
96-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
97-
9894
ACLs let you grant "fine-grained" access, such as write access to a specific directory or file. A common ACL use case is to restrict a user's access to a specific directory without letting that user access other directories within the same container. This can be repeated for multiple users so that they each have granular access to their own directory. Without ACLs, this would require a container per local user. ACLs also make it easier for administrators to manage access for multiple local users with the help of groups. To learn more about ACLs, see [Access control lists (ACLs) in Azure Data Lake Storage](data-lake-storage-access-control.md).
9995

10096
To authorize a local user by using ACLs, you must first enable ACL authorization for that local user. See [Give permission to containers](secure-file-transfer-protocol-support-authorize-access.md#give-permission-to-containers).

0 commit comments

Comments
 (0)