Skip to content

Commit 2a52a6d

Browse files
Merge pull request #212905 from jimmart-dev/jammart-abac-blob-change-example-doc-name
change doc titles to make them specific to blob storage
2 parents 54adacb + 3ff3a28 commit 2a52a6d

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: Actions and attributes for Azure role assignment conditions in Azure Storage
2+
title: Actions and attributes for Azure role assignment conditions for Azure Blob Storage
33
titleSuffix: Azure Storage
4-
description: Supported actions and attributes for Azure role assignment conditions and Azure attribute-based access control (Azure ABAC) in Azure Storage.
4+
description: Supported actions and attributes for Azure role assignment conditions and Azure attribute-based access control (Azure ABAC) for Azure Blob Storage.
55
services: storage
66
author: jimmart-dev
77

88
ms.service: storage
99
ms.topic: conceptual
10-
ms.date: 09/14/2022
10+
ms.date: 09/28/2022
1111
ms.author: jammart
1212
ms.reviewer: nachakra
1313
ms.subservice: blobs
1414
---
1515

16-
# Actions and attributes for Azure role assignment conditions in Azure Storage (preview)
16+
# Actions and attributes for Azure role assignment conditions for Azure Blob Storage (preview)
1717

1818
> [!IMPORTANT]
1919
> Azure ABAC and Azure role assignment conditions are currently in preview.
@@ -47,9 +47,9 @@ In this preview, storage accounts support the following suboperations:
4747
> | [Sets the access tier on a blob](#sets-the-access-tier-on-a-blob) | `Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write` | `Blob.Write.Tier` |
4848
> | [Write to a blob with blob index tags](#write-to-a-blob-with-blob-index-tags) | `Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write` <br/> `Microsoft.Storage/storageAccounts/blobServices/containers/blobs/add/action` | `Blob.Write.WithTagHeaders` |
4949
50-
## Azure Blob storage actions and suboperations
50+
## Azure Blob Storage actions and suboperations
5151

52-
This section lists the supported Azure Blob storage actions and suboperations you can target for conditions.
52+
This section lists the supported Azure Blob Storage actions and suboperations you can target for conditions.
5353

5454
### List blobs
5555

@@ -295,9 +295,9 @@ This section lists the supported Azure Blob storage actions and suboperations yo
295295
> | **Examples** | [Example: Read, write, or delete blobs in named containers](storage-auth-abac-examples.md#example-read-write-or-delete-blobs-in-named-containers)<br/>[Example: Read blobs in named containers with a path](storage-auth-abac-examples.md#example-read-blobs-in-named-containers-with-a-path)<br/>[Example: Read or list blobs in named containers with a path](storage-auth-abac-examples.md#example-read-or-list-blobs-in-named-containers-with-a-path)<br/>[Example: Write blobs in named containers with a path](storage-auth-abac-examples.md#example-write-blobs-in-named-containers-with-a-path)<br/>[Example: Read only current blob versions](storage-auth-abac-examples.md#example-read-only-current-blob-versions)<br/>[Example: Read current blob versions and any blob snapshots](storage-auth-abac-examples.md#example-read-current-blob-versions-and-any-blob-snapshots)<br/>[Example: Read only storage accounts with hierarchical namespace enabled](storage-auth-abac-examples.md#example-read-only-storage-accounts-with-hierarchical-namespace-enabled) |
296296
> | **Learn more** | [Azure Data Lake Storage Gen2 hierarchical namespace](../blobs/data-lake-storage-namespace.md) |
297297
298-
## Azure Blob storage attributes
298+
## Azure Blob Storage attributes
299299

300-
This section lists the Azure Blob storage attributes you can use in your condition expressions depending on the action you target. If you select multiple actions for a single condition, there might be fewer attributes to choose from for your condition because the attributes must be available across the selected actions.
300+
This section lists the Azure Blob Storage attributes you can use in your condition expressions depending on the action you target. If you select multiple actions for a single condition, there might be fewer attributes to choose from for your condition because the attributes must be available across the selected actions.
301301

302302
> [!NOTE]
303303
> Attributes and values listed are considered case-insensitive, unless stated otherwise.

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Example Azure role assignment conditions (preview) - Azure RBAC
2+
title: Example Azure role assignment conditions for Blob Storage (preview)
33
titleSuffix: Azure Storage
4-
description: Example Azure role assignment conditions for Azure attribute-based access control (Azure ABAC).
4+
description: Example Azure role assignment conditions for Blob Storage (preview).
55
services: storage
66
author: jimmart-dev
77

@@ -10,19 +10,19 @@ ms.topic: conceptual
1010
ms.author: jammart
1111
ms.reviewer: nachakra
1212
ms.subservice: blobs
13-
ms.date: 09/01/2022
13+
ms.date: 09/28/2022
1414

1515
#Customer intent: As a dev, devops, or it admin, I want to learn about the conditions so that I write more complex conditions.
1616
---
1717

18-
# Example Azure role assignment conditions (preview)
18+
# Example Azure role assignment conditions for Blob Storage (preview)
1919

2020
> [!IMPORTANT]
2121
> Azure ABAC and Azure role assignment conditions are currently in preview.
2222
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
2323
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2424
25-
This article list some examples of role assignment conditions.
25+
This article list some examples of role assignment conditions for controlling access to Azure Blob Storage.
2626

2727
## Prerequisites
2828

@@ -1314,6 +1314,6 @@ Here are the settings to add this condition using the Azure portal.
13141314
## Next steps
13151315

13161316
- [Tutorial: Add a role assignment condition to restrict access to blobs using the Azure portal (preview)](storage-auth-abac-portal.md)
1317-
- [Actions and attributes for Azure role assignment conditions in Azure Storage (preview)](storage-auth-abac-attributes.md)
1317+
- [Actions and attributes for Azure role assignment conditions for Azure Blob Storage (preview)](storage-auth-abac-attributes.md)
13181318
- [Azure role assignment condition format and syntax (preview)](../../role-based-access-control/conditions-format.md)
13191319
- [Troubleshoot Azure role assignment conditions (preview)](../../role-based-access-control/conditions-troubleshoot.md)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Security considerations for Azure role assignment conditions in Azure Storage (preview)
2+
title: Security considerations for Azure role assignment conditions in Azure Blob Storage (preview)
33
titleSuffix: Azure Storage
44
description: Security considerations for Azure role assignment conditions and Azure attribute-based access control (Azure ABAC).
55
services: storage
@@ -13,7 +13,7 @@ ms.reviewer: nachakra
1313
ms.subservice: blobs
1414
---
1515

16-
# Security considerations for Azure role assignment conditions in Azure Storage (preview)
16+
# Security considerations for Azure role assignment conditions in Azure Blob Storage (preview)
1717

1818
> [!IMPORTANT]
1919
> Azure ABAC and Azure role assignment conditions are currently in preview.
@@ -104,5 +104,5 @@ For conditions on the source blob, `@Resource` conditions on the `Microsoft.Stor
104104
## See also
105105

106106
- [Authorize access to blobs using Azure role assignment conditions (preview)](storage-auth-abac.md)
107-
- [Actions and attributes for Azure role assignment conditions in Azure Storage (preview)](storage-auth-abac-attributes.md)
107+
- [Actions and attributes for Azure role assignment conditions for Azure Blob Storage (preview)](storage-auth-abac-attributes.md)
108108
- [What is Azure attribute-based access control (Azure ABAC)? (preview)](../../role-based-access-control/conditions-overview.md)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: Authorize access to blobs using Azure role assignment conditions (preview)
2+
title: Authorize access to Azure Blob Storage using Azure role assignment conditions (preview)
33
titleSuffix: Azure Storage
4-
description: Authorize access to Azure blobs and Azure Data Lake Storage Gen2 (ADLS G2) using Azure role assignment conditions and Azure attribute-based access control (Azure ABAC). Define conditions on role assignments using Storage attributes.
4+
description: Authorize access to Azure Blob Storage and Azure Data Lake Storage Gen2 (ADLS G2) using Azure role assignment conditions and Azure attribute-based access control (Azure ABAC). Define conditions on role assignments using Blob Storage attributes.
55
services: storage
66
author: jimmart-dev
77

88
ms.service: storage
99
ms.topic: conceptual
10-
ms.date: 09/14/2022
10+
ms.date: 09/28/2022
1111
ms.author: jammart
1212
ms.reviewer: nachakra
1313
ms.subservice: blobs
1414
---
1515

16-
# Authorize access to blobs using Azure role assignment conditions (preview)
16+
# Authorize access to Azure Blob Storage using Azure role assignment conditions (preview)
1717

1818
> [!IMPORTANT]
1919
> Azure ABAC and Azure role assignment conditions are currently in preview.

0 commit comments

Comments
 (0)