Skip to content

Commit 56212b9

Browse files
Add screenshot images
1 parent 84bd49d commit 56212b9

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,6 +1409,8 @@ Here are the settings to add this condition using the Azure portal.
14091409
> | Operator | [ForAllOfAnyValues:StringEqualsIgnoreCase](../../role-based-access-control/conditions-format.md#forallofanyvalues) |
14101410
> | Value | {'metadata', 'snapshots', 'versions'} |
14111411
1412+
:::image type="content" source="./media/storage-auth-abac-examples/blob-include-list-allow-portal.png" alt-text="Screenshot of condition editor in Azure portal showing a condition to allow a user to list blobs in a container and include metadata, snapshot, and version information." lightbox="./media/storage-auth-abac-examples/blob-include-list-allow-portal.png":::
1413+
14121414
# [Portal: Code editor](#tab/portal-code-editor)
14131415

14141416
To add the condition using the code editor, copy the condition code sample and paste it into the code editor. After entering your code, switch back to the visual editor to validate it.
@@ -1467,6 +1469,8 @@ Here are the settings to add this condition using the Azure portal.
14671469
> | Operator | [ForAllOfAllValues:StringNotEquals](../../role-based-access-control/conditions-format.md#forallofallvalues) |
14681470
> | Value | {'metadata'} |
14691471
1472+
:::image type="content" source="./media/storage-auth-abac-examples/blob-include-list-metadata-deny-portal.png" alt-text="Screenshot of condition editor in Azure portal showing a condition to restrict a user from listing blobs when metadata is included in the request." lightbox="./media/storage-auth-abac-examples/blob-include-list-metadata-deny-portal.png":::
1473+
14701474
# [Portal: Code editor](#tab/portal-code-editor)
14711475

14721476
To add the condition using the code editor, copy the condition code sample and paste it into the code editor. After entering your code, switch back to the visual editor to validate it.

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ The following table shows the current status of ABAC by storage resource type an
6969
| Resource types | Attribute types | Attributes | Availability |
7070
|---|---|---|---|
7171
| Blobs<br/>Data Lake Storage Gen2<br/>Queues | request<br/>resource<br/>environment<br/>principal | All attributes except those explicitly noted in this table | GA |
72-
| Data Lake Storage Gen2 | resource | snapshot | Preview |
73-
| Blobs<br/>Data Lake Storage Gen2 | resource | container metadata | Preview |
74-
| Blobs | request | list blob include | Preview |
72+
| Data Lake Storage Gen2 | resource | [snapshot](storage-auth-abac-attributes.md#snapshot) | Preview |
73+
| Blobs<br/>Data Lake Storage Gen2 | resource | [container metadata](storage-auth-abac-attributes.md#container-metadata) | Preview |
74+
| Blobs | request | [list blob include](storage-auth-abac-attributes.md#list-blob-include) | Preview |
7575

7676
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.
7777

@@ -83,6 +83,7 @@ See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.m
8383
> - [Blob index tags [Keys]](storage-auth-abac-attributes.md#blob-index-tags-keys)
8484
> - [Blob index tags [Values in key]](storage-auth-abac-attributes.md#blob-index-tags-values-in-key)
8585
> - [Version ID](storage-auth-abac-attributes.md#version-id)
86+
> - [List blob include](storage-auth-abac-attributes.md#list-blob-include)
8687
8788
## Next steps
8889

0 commit comments

Comments
 (0)