Skip to content

Commit 8685a53

Browse files
Fix links
1 parent fd1b321 commit 8685a53

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

includes/storage-dev-guides/storage-dev-guide-auth-filter-blob-tags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ ms.custom: include file
1111
---
1212

1313
You can use index tags to find and filter data if your code has authorized access to blob data through one of the following mechanisms:
14-
- Security principal that is assigned an Azure RBAC role with the [Microsoft.Storage/storageAccounts/blobServices/containers/blobs/filter/action](../../role-based-access-control/resource-provider-operations.md#microsoftstorage) action. The [Storage Blob Data Owner](../../role-based-access-control/built-in-roles.md#storage-blob-data-owner) is a built-in role that includes this action.
14+
- Security principal that is assigned an Azure RBAC role with the [Microsoft.Storage/storageAccounts/blobServices/containers/blobs/filter/action](../../articles/role-based-access-control/resource-provider-operations.md#microsoftstorage) action. The [Storage Blob Data Owner](../../articles/role-based-access-control/built-in-roles.md#storage-blob-data-owner) is a built-in role that includes this action.
1515
- Shared Access Signature (SAS) with permission to filter blobs by tags (`f` permission)
1616
- Account key
1717

18-
For more information, see [Finding data using blob index tags](storage-manage-find-blobs.md#finding-data-using-blob-index-tags).
18+
For more information, see [Finding data using blob index tags](../../articles/storage/blobs/storage-manage-find-blobs.md#finding-data-using-blob-index-tags).

includes/storage-dev-guides/storage-dev-guide-auth-get-blob-tags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ ms.custom: include file
1111
---
1212

1313
You can get index tags if your code has authorized access to blob data through one of the following mechanisms:
14-
- Security principal that is assigned an Azure RBAC role with the [Microsoft.Storage/storageAccounts/blobServices/containers/blobs/tags/read](../../role-based-access-control/resource-provider-operations.md#microsoftstorage) action. The [Storage Blob Data Owner](../../role-based-access-control/built-in-roles.md#storage-blob-data-owner) is a built-in role that includes this action.
14+
- Security principal that is assigned an Azure RBAC role with the [Microsoft.Storage/storageAccounts/blobServices/containers/blobs/tags/read](../../articles/role-based-access-control/resource-provider-operations.md#microsoftstorage) action. The [Storage Blob Data Owner](../../articles/role-based-access-control/built-in-roles.md#storage-blob-data-owner) is a built-in role that includes this action.
1515
- Shared Access Signature (SAS) with permission to access the blob's tags (`t` permission)
1616
- Account key
1717

18-
For more information, see [Getting and listing blob index tags](storage-manage-find-blobs.md#getting-and-listing-blob-index-tags).
18+
For more information, see [Getting and listing blob index tags](../../articles/storage/blobs/storage-manage-find-blobs.md#getting-and-listing-blob-index-tags).

includes/storage-dev-guides/storage-dev-guide-auth-set-blob-tags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ ms.custom: include file
1111
---
1212

1313
You can set index tags if your code has authorized access to blob data through one of the following mechanisms:
14-
- Security principal that is assigned an Azure RBAC role with the [Microsoft.Storage/storageAccounts/blobServices/containers/blobs/tags/write](../../role-based-access-control/resource-provider-operations.md#microsoftstorage) action. The [Storage Blob Data Owner](../../role-based-access-control/built-in-roles.md#storage-blob-data-owner) is a built-in role that includes this action.
14+
- Security principal that is assigned an Azure RBAC role with the [Microsoft.Storage/storageAccounts/blobServices/containers/blobs/tags/write](../../articles/role-based-access-control/resource-provider-operations.md#microsoftstorage) action. The [Storage Blob Data Owner](../../articles/role-based-access-control/built-in-roles.md#storage-blob-data-owner) is a built-in role that includes this action.
1515
- Shared Access Signature (SAS) with permission to access the blob's tags (`t` permission)
1616
- Account key
1717

18-
For more information, see [Setting blob index tags](storage-manage-find-blobs.md#setting-blob-index-tags).
18+
For more information, see [Setting blob index tags](../../articles/storage/blobs/storage-manage-find-blobs.md#setting-blob-index-tags).

0 commit comments

Comments
 (0)