You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/blobs/storage-auth-abac-attributes.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: pauljewellmsft
6
6
ms.author: pauljewell
7
7
ms.service: azure-blob-storage
8
8
ms.topic: conceptual
9
-
ms.date: 11/15/2023
9
+
ms.date: 01/26/2024
10
10
ms.reviewer: nachakra
11
11
---
12
12
@@ -337,11 +337,11 @@ The following table summarizes the available attributes by source:
337
337
||[Subnet](#subnet)| The subnet over which an object is accessed |
338
338
||[UTC now](#utc-now)| The current date and time in Coordinated Universal Time |
339
339
|**Request**|||
340
-
||[Blob index tags [Keys]](#blob-index-tags-keys)| Index tags on a blob resource (keys)|
341
-
||[Blob index tags [Values in key]](#blob-index-tags-values-in-key)| Index tags on a blob resource (values in key) |
340
+
||[Blob index tags [Keys]](#blob-index-tags-keys)| Index tags on a blob resource (keys); available only for storage accounts where hierarchical namespace is not enabled|
341
+
||[Blob index tags [Values in key]](#blob-index-tags-values-in-key)| Index tags on a blob resource (values in key); available only for storage accounts where hierarchical namespace is not enabled|
342
342
||[Blob prefix](#blob-prefix)| Allowed prefix of blobs to be listed |
343
-
||[Snapshot](#snapshot)| The Snapshot identifier for the Blob snapshot |
344
-
||[Version ID](#version-id)| The version ID of the versioned Blob|
343
+
||[Snapshot](#snapshot)| The Snapshot identifier for the Blob snapshot |
344
+
||[Version ID](#version-id)| The version ID of the versioned blob; available only for storage accounts where hierarchical namespace is not enabled|
345
345
|**Resource**|||
346
346
||[Account name](#account-name)| The storage account name |
347
347
||[Blob index tags [Keys]](#blob-index-tags-keys)| Index tags on a blob resource (keys) |
@@ -370,7 +370,7 @@ The following table summarizes the available attributes by source:
370
370
> | Property | Value |
371
371
> | --- | --- |
372
372
> |**Display name**| Blob index tags [Keys]|
373
-
> |**Description**| Index tags on a blob resource.<br/>Arbitrary user-defined key-value properties that you can store alongside a blob resource. Use when you want to check the key in blob index tags. |
373
+
> |**Description**| Index tags on a blob resource.<br/>Arbitrary user-defined key-value properties that you can store alongside a blob resource. Use when you want to check the key in blob index tags.<br/>*Available only for storage accounts where hierarchical namespace is not enabled.*|
@@ -385,7 +385,7 @@ The following table summarizes the available attributes by source:
385
385
> | Property | Value |
386
386
> | --- | --- |
387
387
> |**Display name**| Blob index tags [Values in key]|
388
-
> |**Description**| Index tags on a blob resource.<br/>Arbitrary user-defined key-value properties that you can store alongside a blob resource. Use when you want to check both the key (case-sensitive) and value in blob index tags. |
388
+
> |**Description**| Index tags on a blob resource.<br/>Arbitrary user-defined key-value properties that you can store alongside a blob resource. Use when you want to check both the key (case-sensitive) and value in blob index tags.<br/>*Available only for storage accounts where hierarchical namespace is not enabled.*|
@@ -442,7 +442,7 @@ The following table summarizes the available attributes by source:
442
442
> | Property | Value |
443
443
> | --- | --- |
444
444
> |**Display name**| Encryption scope name |
445
-
> |**Description**| Name of the encryption scope used to encrypt data.<br/>*Available only for storage accounts where hierarchical namespace is not enabled.*|
445
+
> |**Description**| Name of the encryption scope used to encrypt data. |
Copy file name to clipboardExpand all lines: articles/storage/blobs/storage-auth-abac.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: pauljewellmsft
6
6
ms.author: pauljewell
7
7
ms.service: azure-blob-storage
8
8
ms.topic: conceptual
9
-
ms.date: 11/15/2023
9
+
ms.date: 01/26/2024
10
10
ms.reviewer: nachakra
11
11
---
12
12
@@ -62,7 +62,7 @@ The [Azure role assignment condition format](../../role-based-access-control/con
62
62
63
63
## Status of condition features in Azure Storage
64
64
65
-
Currently, Azure attribute-based access control (Azure ABAC) is generally available (GA) for controlling access only to Azure Blob Storage, Azure Data Lake Storage Gen2, and Azure Queues using `request`and `resource` attributes in the standard storage account performance tier. It's either not available or in PREVIEW for other storage account performance tiers, resource types, and attributes.
65
+
Currently, Azure attribute-based access control (Azure ABAC) is generally available (GA) for controlling access only to Azure Blob Storage, Azure Data Lake Storage Gen2, and Azure Queues using `request`, `resource`, and `principal` attributes in the standard storage account performance tier. It's either not available or in PREVIEW for other storage account performance tiers, resource types, and attributes.
66
66
67
67
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.
68
68
@@ -75,6 +75,16 @@ The following table shows the current status of ABAC by storage account performa
75
75
| Standard | Blobs<br/>Data Lake Storage Gen2<br/>Queues | environment | All attributes | Preview |
76
76
| Premium | Blobs<br/>Data Lake Storage Gen2<br/>Queues | environment<br/>principal<br/>request<br/>resource | All attributes | Preview |
77
77
78
+
79
+
> [!NOTE]
80
+
> Some storage features aren't supported for Data Lake Storage Gen2 storage accounts, which use a hierarchical namespace (HNS). To learn more, see [Blob storage feature support](storage-feature-support-in-storage-accounts.md).
81
+
>
82
+
>The following ABAC attributes aren't supported when hierarchical namespace is enabled for a storage account:
83
+
>
84
+
> -[Blob index tags [Keys]](storage-auth-abac-attributes.md#blob-index-tags-keys)
85
+
> -[Blob index tags [Values in key]](storage-auth-abac-attributes.md#blob-index-tags-values-in-key)
0 commit comments