Skip to content

Commit 06e169b

Browse files
Merge pull request #302372 from jeffpatt24/patch-11
Update storage-auth-abac-attributes.md
2 parents 5b9c569 + 2c1b78c commit 06e169b

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

articles/storage/blobs/storage-auth-abac-attributes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: pauljewellmsft
66
ms.author: pauljewell
77
ms.service: azure-blob-storage
88
ms.topic: concept-article
9-
ms.date: 04/01/2024
9+
ms.date: 07/08/2025
1010
ms.reviewer: nachakra
1111
# Customer intent: "As a security administrator, I want to configure attribute-based access control for Azure Blob Storage, so that I can enforce granular access permissions based on specific conditions and attributes for different storage operations."
1212
---
@@ -445,7 +445,7 @@ The following table summarizes the available attributes by source:
445445
> | Property | Value |
446446
> | --- | --- |
447447
> | **Display name** | Container metadata |
448-
> | **Description** | Metadata key/value pair associated with a container.<br/>Use when you want to check specific metadata for a container. *Currently in preview.* |
448+
> | **Description** | Metadata key/value pair associated with a container.<br/>Use when you want to check specific metadata for a container. |
449449
> | **Attribute** | `Microsoft.Storage/storageAccounts/blobServices/containers/metadata` |
450450
> | **Attribute source** | [Resource](../../role-based-access-control/conditions-format.md#resource-attributes) |
451451
> | **Attribute type** | [String](../../role-based-access-control/conditions-format.md#string-comparison-operators) |

articles/storage/blobs/storage-auth-abac.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: pauljewellmsft
66
ms.author: pauljewell
77
ms.service: azure-blob-storage
88
ms.topic: concept-article
9-
ms.date: 04/01/2024
9+
ms.date: 07/08/2025
1010
ms.reviewer: nachakra
1111
# Customer intent: As a security administrator, I want to implement attribute-based access control on Azure Blob Storage, so that I can fine-tune access permissions based on specific attributes and conditions for enhanced security management and streamlined role assignments.
1212
---
@@ -63,15 +63,14 @@ The [Azure role assignment condition format](../../role-based-access-control/con
6363

6464
## Status of condition features in Azure Storage
6565

66-
Azure attribute-based access control (Azure ABAC) is generally available (GA) for controlling access to Azure Blob Storage, Azure Data Lake Storage, and Azure Queues using `request`, `resource`, `environment`, and `principal` attributes in both the standard and premium storage account performance tiers. Currently, the container metadata resource attribute and the list blob include request attribute are in PREVIEW.
66+
Azure attribute-based access control (Azure ABAC) is generally available (GA) for controlling access to Azure Blob Storage, Azure Data Lake Storage, and Azure Queues using `request`, `resource`, `environment`, and `principal` attributes in both the standard and premium storage account performance tiers. Currently, the list blob include request attribute and snapshot request attribute for hierarchical namespace are in PREVIEW.
6767

6868
The following table shows the current status of ABAC by storage resource type and attribute type. Exceptions for specific attributes are also shown.
6969

7070
| Resource types | Attribute types | Attributes | Availability |
7171
|---|---|---|---|
7272
| Blobs<br/>Data Lake Storage<br/>Queues | Request<br/>Resource<br/>Environment<br/>Principal | All attributes except those noted in this table | GA |
7373
| Data Lake Storage | Resource | [Snapshot](storage-auth-abac-attributes.md#snapshot) | Preview |
74-
| Blobs<br/>Data Lake Storage | Resource | [Container metadata](storage-auth-abac-attributes.md#container-metadata) | Preview |
7574
| Blobs | Request | [List blob include](storage-auth-abac-attributes.md#list-blob-include) | Preview |
7675

7776
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.

includes/storage-abac-preview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ services: storage
55
author: pauljewellmsft
66
ms.service: azure-storage
77
ms.topic: "include"
8-
ms.date: 04/01/2024
8+
ms.date: 07/08/2025
99
ms.author: pauljewell
1010
ms.custom: "include file"
1111
---
1212

1313
> [!IMPORTANT]
14-
> Azure attribute-based access control (Azure ABAC) is generally available (GA) for controlling access to Azure Blob Storage, Azure Data Lake Storage Gen2, and Azure Queues using `request`, `resource`, `environment`, and `principal` attributes in both the standard and premium storage account performance tiers. Currently, the container metadata resource attribute and the list blob include request attribute are in PREVIEW. For complete feature status information of ABAC for Azure Storage, see [Status of condition features in Azure Storage](../articles/storage/blobs/storage-auth-abac.md#status-of-condition-features-in-azure-storage).
14+
> Azure attribute-based access control (Azure ABAC) is generally available (GA) for controlling access to Azure Blob Storage, Azure Data Lake Storage Gen2, and Azure Queues using `request`, `resource`, `environment`, and `principal` attributes in both the standard and premium storage account performance tiers. Currently, the list blob include request attribute and snapshot request attribute for hierarchical namespace are in PREVIEW. For complete feature status information of ABAC for Azure Storage, see [Status of condition features in Azure Storage](../articles/storage/blobs/storage-auth-abac.md#status-of-condition-features-in-azure-storage).
1515
>
1616
> 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.

0 commit comments

Comments
 (0)