Skip to content

Commit 3c502a7

Browse files
committed
fix links to storage abac docs in blobs from rbac docs
1 parent 6c5664c commit 3c502a7

8 files changed

+24
-24
lines changed

articles/role-based-access-control/conditions-custom-security-attributes-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ If you have a similar scenario, follow these steps to see if you could potential
113113

114114
To use this solution, you must have:
115115

116-
- Multiple built-in or custom role assignments that have [storage blob data actions](../storage/common/storage-auth-abac-attributes.md). These include the following built-in roles:
116+
- Multiple built-in or custom role assignments that have [storage blob data actions](../storage/blobs/storage-auth-abac-attributes.md). These include the following built-in roles:
117117

118118
- [Storage Blob Data Contributor](built-in-roles.md#storage-blob-data-contributor)
119119
- [Storage Blob Data Owner](built-in-roles.md#storage-blob-data-owner)

articles/role-based-access-control/conditions-custom-security-attributes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ For more information about conditions, see [What is Azure attribute-based access
195195
196196
## Azure PowerShell
197197
198-
You can also use Azure PowerShell to add role assignment conditions. The following commands show how to add conditions. For information, see [Tutorial: Add a role assignment condition to restrict access to blobs using Azure PowerShell (preview)](../storage/common/storage-auth-abac-powershell.md).
198+
You can also use Azure PowerShell to add role assignment conditions. The following commands show how to add conditions. For information, see [Tutorial: Add a role assignment condition to restrict access to blobs using Azure PowerShell (preview)](../storage/blobs/storage-auth-abac-powershell.md).
199199
200200
### Add a condition
201201
@@ -272,7 +272,7 @@ You can also use Azure PowerShell to add role assignment conditions. The followi
272272
273273
## Azure CLI
274274
275-
You can also use Azure CLI to add role assignments conditions. The following commands show how to add conditions. For information, see [Tutorial: Add a role assignment condition to restrict access to blobs using Azure CLI (preview)](../storage/common/storage-auth-abac-cli.md).
275+
You can also use Azure CLI to add role assignments conditions. The following commands show how to add conditions. For information, see [Tutorial: Add a role assignment condition to restrict access to blobs using Azure CLI (preview)](../storage/blobs/storage-auth-abac-cli.md).
276276
277277
### Add a condition
278278
@@ -368,4 +368,4 @@ You can also use Azure CLI to add role assignments conditions. The following com
368368
369369
- [What are custom security attributes in Azure AD? (Preview)](../active-directory/fundamentals/custom-security-attributes-overview.md)
370370
- [Azure role assignment condition format and syntax (preview)](conditions-format.md)
371-
- [Example Azure role assignment conditions (preview)](../storage/common/storage-auth-abac-examples.md?toc=/azure/role-based-access-control/toc.json)
371+
- [Example Azure role assignment conditions (preview)](../storage/blobs/storage-auth-abac-examples.md?toc=/azure/role-based-access-control/toc.json)

articles/role-based-access-control/conditions-format.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Currently, conditions can be added to built-in or custom role assignments that h
243243
- [Storage Queue Data Message Sender](built-in-roles.md#storage-queue-data-message-sender)
244244
- [Storage Queue Data Reader](built-in-roles.md#storage-queue-data-reader)
245245

246-
For a list of the blob storage actions you can use in conditions, see [Actions and attributes for Azure role assignment conditions in Azure Storage (preview)](../storage/common/storage-auth-abac-attributes.md).
246+
For a list of the blob storage actions you can use in conditions, see [Actions and attributes for Azure role assignment conditions in Azure Storage (preview)](../storage/blobs/storage-auth-abac-attributes.md).
247247

248248
## Attributes
249249

@@ -260,7 +260,7 @@ Depending on the selected actions, the attribute might be found in different pla
260260

261261
For a list of the blob storage or queue storage attributes you can use in conditions, see:
262262

263-
- [Actions and attributes for Azure role assignment conditions in Azure Storage (preview)](../storage/common/storage-auth-abac-attributes.md)
263+
- [Actions and attributes for Azure role assignment conditions in Azure Storage (preview)](../storage/blobs/storage-auth-abac-attributes.md)
264264

265265
#### Principal attributes
266266

@@ -306,7 +306,7 @@ This section lists the function operators that are available to construct condit
306306
> | **Operator** | `Exists` |
307307
> | **Description** | Checks if the specified attribute exists. |
308308
> | **Examples** | `Exists @Request[Microsoft.Storage/storageAccounts/blobServices/containers/blobs:snapshot]` |
309-
> | **Attributes support** | [Encryption scope name](../storage/common/storage-auth-abac-attributes.md#encryption-scope-name)<br/>[Snapshot](../storage/common/storage-auth-abac-attributes.md#snapshot)<br/>[Version ID](../storage/common/storage-auth-abac-attributes.md#version-id) |
309+
> | **Attributes support** | [Encryption scope name](../storage/blobs/storage-auth-abac-attributes.md#encryption-scope-name)<br/>[Snapshot](../storage/blobs/storage-auth-abac-attributes.md#snapshot)<br/>[Version ID](../storage/blobs/storage-auth-abac-attributes.md#version-id) |
310310
311311
## Logical operators
312312

@@ -493,6 +493,6 @@ a AND (b OR c)
493493

494494
## Next steps
495495

496-
- [Example Azure role assignment conditions (preview)](../storage/common/storage-auth-abac-examples.md)
497-
- [Actions and attributes for Azure role assignment conditions in Azure Storage (preview)](../storage/common/storage-auth-abac-attributes.md)
496+
- [Example Azure role assignment conditions (preview)](../storage/blobs/storage-auth-abac-examples.md)
497+
- [Actions and attributes for Azure role assignment conditions in Azure Storage (preview)](../storage/blobs/storage-auth-abac-attributes.md)
498498
- [Add or edit Azure role assignment conditions using the Azure portal (preview)](conditions-role-assignments-portal.md)

articles/role-based-access-control/conditions-overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ There are several scenarios where you might want to add a condition to your role
5151
- Read access to blobs with the tag Program=Alpine and a path of logs
5252
- Read access to blobs with the tag Project=Baker and the user has a matching attribute Project=Baker
5353

54-
For more information about how to create these examples, see [Examples of Azure role assignment conditions](../storage/common/storage-auth-abac-examples.md).
54+
For more information about how to create these examples, see [Examples of Azure role assignment conditions](../storage/blobs/storage-auth-abac-examples.md).
5555

5656
## Where can conditions be added?
5757

5858
Currently, conditions can be added to built-in or custom role assignments that have [blob storage or queue storage data actions](conditions-format.md#actions). Conditions are added at the same scope as the role assignment. Just like role assignments, you must have `Microsoft.Authorization/roleAssignments/write` permissions to add a condition.
5959

60-
Here are some of the [blob storage attributes](../storage/common/storage-auth-abac-attributes.md#azure-blob-storage-attributes) you can use in your conditions.
60+
Here are some of the [blob storage attributes](../storage/blobs/storage-auth-abac-attributes.md#azure-blob-storage-attributes) you can use in your conditions.
6161

6262
- Account name
6363
- Blob index tags
@@ -108,7 +108,7 @@ Here's a list of the primary features of conditions:
108108

109109
| Feature | Status | Date |
110110
| --- | --- | --- |
111-
| Use the following [attributes](../storage/common/storage-auth-abac-attributes.md#azure-blob-storage-attributes) in a condition: Account name, Blob prefix, Encryption scope name, Is Current Version, Is hierarchical namespace enabled, Snapshot, Version ID | Preview | May 2022 |
111+
| Use the following [attributes](../storage/blobs/storage-auth-abac-attributes.md#azure-blob-storage-attributes) in a condition: Account name, Blob prefix, Encryption scope name, Is Current Version, Is hierarchical namespace enabled, Snapshot, Version ID | Preview | May 2022 |
112112
| Use [custom security attributes on a principal in a condition](conditions-format.md#principal-attributes) | Preview | November 2021 |
113113
| Add conditions to blob storage data role assignments | Preview | May 2021 |
114114
| Use attributes on a resource in a condition | Preview | May 2021 |
@@ -147,5 +147,5 @@ Here are the known issues with conditions:
147147
## Next steps
148148

149149
- [FAQ for Azure role assignment conditions (preview)](conditions-faq.md)
150-
- [Example Azure role assignment conditions (preview)](../storage/common/storage-auth-abac-examples.md)
151-
- [Tutorial: Add a role assignment condition to restrict access to blobs using the Azure portal (preview)](../storage/common/storage-auth-abac-portal.md)
150+
- [Example Azure role assignment conditions (preview)](../storage/blobs/storage-auth-abac-examples.md)
151+
- [Tutorial: Add a role assignment condition to restrict access to blobs using the Azure portal (preview)](../storage/blobs/storage-auth-abac-portal.md)

articles/role-based-access-control/conditions-prerequisites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ For more information about custom security attributes, see:
6161

6262
## Next steps
6363

64-
- [Example Azure role assignment conditions (preview)](../storage/common/storage-auth-abac-examples.md)
65-
- [Tutorial: Add a role assignment condition to restrict access to blobs using the Azure portal (preview)](../storage/common/storage-auth-abac-portal.md)
64+
- [Example Azure role assignment conditions (preview)](../storage/blobs/storage-auth-abac-examples.md)
65+
- [Tutorial: Add a role assignment condition to restrict access to blobs using the Azure portal (preview)](../storage/blobs/storage-auth-abac-portal.md)

articles/role-based-access-control/conditions-role-assignments-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ Alternatively, if you want to delete both the role assignment and the condition,
120120

121121
## Next steps
122122

123-
- [Example Azure role assignment conditions (preview)](../storage/common/storage-auth-abac-examples.md)
124-
- [Tutorial: Add a role assignment condition to restrict access to blobs using Azure CLI (preview)](../storage/common/storage-auth-abac-cli.md)
123+
- [Example Azure role assignment conditions (preview)](../storage/blobs/storage-auth-abac-examples.md)
124+
- [Tutorial: Add a role assignment condition to restrict access to blobs using Azure CLI (preview)](../storage/blobs/storage-auth-abac-cli.md)
125125
- [Troubleshoot Azure role assignment conditions (preview)](conditions-troubleshoot.md)

articles/role-based-access-control/conditions-role-assignments-portal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ For information about the prerequisites to add or edit role assignment condition
2828

2929
## Step 1: Determine the condition you need
3030

31-
To determine the conditions you need, review the examples in [Example Azure role assignment conditions](../storage/common/storage-auth-abac-examples.md).
31+
To determine the conditions you need, review the examples in [Example Azure role assignment conditions](../storage/blobs/storage-auth-abac-examples.md).
3232

33-
Currently, conditions can be added to built-in or custom role assignments that have [storage blob data actions](../storage/common/storage-auth-abac-attributes.md). These include the following built-in roles:
33+
Currently, conditions can be added to built-in or custom role assignments that have [storage blob data actions](../storage/blobs/storage-auth-abac-attributes.md). These include the following built-in roles:
3434

3535
- [Storage Blob Data Contributor](built-in-roles.md#storage-blob-data-contributor)
3636
- [Storage Blob Data Owner](built-in-roles.md#storage-blob-data-owner)
@@ -163,6 +163,6 @@ Once you have the Add role assignment condition page open, you can review the ba
163163

164164
## Next steps
165165

166-
- [Example Azure role assignment conditions (preview)](../storage/common/storage-auth-abac-examples.md)
167-
- [Tutorial: Add a role assignment condition to restrict access to blobs using the Azure portal (preview)](../storage/common/storage-auth-abac-portal.md)
166+
- [Example Azure role assignment conditions (preview)](../storage/blobs/storage-auth-abac-examples.md)
167+
- [Tutorial: Add a role assignment condition to restrict access to blobs using the Azure portal (preview)](../storage/blobs/storage-auth-abac-portal.md)
168168
- [Troubleshoot Azure role assignment conditions (preview)](conditions-troubleshoot.md)

articles/role-based-access-control/conditions-role-assignments-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,6 @@ Alternatively, if you want to delete both the role assignment and the condition,
180180

181181
## Next steps
182182

183-
- [Example Azure role assignment conditions (preview)](../storage/common/storage-auth-abac-examples.md)
184-
- [Tutorial: Add a role assignment condition to restrict access to blobs using Azure PowerShell (preview)](../storage/common/storage-auth-abac-powershell.md)
183+
- [Example Azure role assignment conditions (preview)](../storage/blobs/storage-auth-abac-examples.md)
184+
- [Tutorial: Add a role assignment condition to restrict access to blobs using Azure PowerShell (preview)](../storage/blobs/storage-auth-abac-powershell.md)
185185
- [Troubleshoot Azure role assignment conditions (preview)](conditions-troubleshoot.md)

0 commit comments

Comments
 (0)