Skip to content

Commit 729d6f9

Browse files
authored
Merge pull request #264960 from pauljewellmsft/index-tags-hns
Add clarity about blob index tags incompatibility with HNS
2 parents e783759 + 232eb08 commit 729d6f9

File tree

6 files changed

+26
-29
lines changed

6 files changed

+26
-29
lines changed

articles/storage/blobs/storage-blob-tags-java.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: storage
66
author: pauljewellmsft
77

88
ms.author: pauljewell
9-
ms.date: 08/02/2023
9+
ms.date: 02/02/2024
1010
ms.service: azure-blob-storage
1111
ms.topic: how-to
1212
ms.devlang: java
@@ -27,11 +27,7 @@ This article shows how to use blob index tags to manage and find data using the
2727
- [Set Blob Tags](/rest/api/storageservices/set-blob-tags#authorization)
2828
- [Find Blobs by Tags](/rest/api/storageservices/find-blobs-by-tags#authorization)
2929

30-
## About blob index tags
31-
32-
Blob index tags categorize data in your storage account using key-value tag attributes. These tags are automatically indexed and exposed as a searchable multi-dimensional index to easily find data. This article shows you how to set, get, and find data using blob index tags.
33-
34-
To learn more about this feature along with known issues and limitations, see [Manage and find Azure Blob data with blob index tags](storage-manage-find-blobs.md).
30+
[!INCLUDE [storage-dev-guide-about-blob-tags](../../../includes/storage-dev-guides/storage-dev-guide-about-blob-tags.md)]
3531

3632
## Set tags
3733

articles/storage/blobs/storage-blob-tags-javascript.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to categorize, manage, and query for blob objects by usin
55
services: storage
66
author: pauljewellmsft
77
ms.author: pauljewell
8-
ms.date: 11/30/2022
8+
ms.date: 02/02/2024
99
ms.service: azure-blob-storage
1010
ms.topic: how-to
1111
ms.devlang: javascript
@@ -26,11 +26,7 @@ This article shows how to use blob index tags to manage and find data using the
2626
- [Set Blob Tags](/rest/api/storageservices/set-blob-tags#authorization)
2727
- [Find Blobs by Tags](/rest/api/storageservices/find-blobs-by-tags#authorization)
2828

29-
## About blob index tags
30-
31-
Blob index tags categorize data in your storage account using key-value tag attributes. These tags are automatically indexed and exposed as a searchable multi-dimensional index to easily find data. This article shows you how to set, get, and find data using blob index tags.
32-
33-
To learn more about this feature along with known issues and limitations, see [Manage and find Azure Blob data with blob index tags](storage-manage-find-blobs.md).
29+
[!INCLUDE [storage-dev-guide-about-blob-tags](../../../includes/storage-dev-guides/storage-dev-guide-about-blob-tags.md)]
3430

3531
## Set tags
3632

articles/storage/blobs/storage-blob-tags-python.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: storage
66
author: pauljewellmsft
77

88
ms.author: pauljewell
9-
ms.date: 11/29/2023
9+
ms.date: 02/02/2024
1010
ms.service: azure-blob-storage
1111
ms.topic: how-to
1212
ms.devlang: python
@@ -29,11 +29,7 @@ To learn about setting blob index tags using asynchronous APIs, see [Set blob in
2929
- [Set Blob Tags](/rest/api/storageservices/set-blob-tags#authorization)
3030
- [Find Blobs by Tags](/rest/api/storageservices/find-blobs-by-tags#authorization)
3131

32-
## About blob index tags
33-
34-
Blob index tags categorize data in your storage account using key-value tag attributes. These tags are automatically indexed and exposed as a searchable multi-dimensional index to easily find data. This article shows you how to set, get, and find data using blob index tags.
35-
36-
To learn more about this feature along with known issues and limitations, see [Manage and find Azure Blob data with blob index tags](storage-manage-find-blobs.md).
32+
[!INCLUDE [storage-dev-guide-about-blob-tags](../../../includes/storage-dev-guides/storage-dev-guide-about-blob-tags.md)]
3733

3834
## Set tags
3935

articles/storage/blobs/storage-blob-tags-typescript.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to categorize, manage, and query for blob objects with Ty
55
services: storage
66
author: pauljewellmsft
77
ms.author: pauljewell
8-
ms.date: 03/21/2023
8+
ms.date: 02/02/2024
99
ms.service: azure-blob-storage
1010
ms.topic: how-to
1111
ms.devlang: typescript
@@ -26,11 +26,7 @@ This article shows how to use blob index tags to manage and find data using the
2626
- [Set Blob Tags](/rest/api/storageservices/set-blob-tags#authorization)
2727
- [Find Blobs by Tags](/rest/api/storageservices/find-blobs-by-tags#authorization)
2828

29-
## About blob index tags
30-
31-
Blob index tags categorize data in your storage account using key-value tag attributes. These tags are automatically indexed and exposed as a searchable multi-dimensional index to easily find data. This article shows you how to set, get, and find data using blob index tags.
32-
33-
To learn more about this feature along with known issues and limitations, see [Manage and find Azure Blob data with blob index tags](storage-manage-find-blobs.md).
29+
[!INCLUDE [storage-dev-guide-about-blob-tags](../../../includes/storage-dev-guides/storage-dev-guide-about-blob-tags.md)]
3430

3531
## Set tags
3632

articles/storage/blobs/storage-blob-tags.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ This article shows how to use blob index tags to manage and find data using the
2626
- [Set Blob Tags](/rest/api/storageservices/set-blob-tags#authorization)
2727
- [Find Blobs by Tags](/rest/api/storageservices/find-blobs-by-tags#authorization)
2828

29-
## About blob index tags
30-
31-
Blob index tags categorize data in your storage account using key-value tag attributes. These tags are automatically indexed and exposed as a searchable multi-dimensional index to easily find data. This article shows you how to set, get, and find data using blob index tags.
32-
33-
To learn more about this feature along with known issues and limitations, see [Manage and find Azure Blob data with blob index tags](storage-manage-find-blobs.md).
29+
[!INCLUDE [storage-dev-guide-about-blob-tags](../../../includes/storage-dev-guides/storage-dev-guide-about-blob-tags.md)]
3430

3531
## Set tags
3632

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "include file"
3+
description: "include file"
4+
services: storage
5+
author: pauljewellmsft
6+
ms.service: azure-blob-storage
7+
ms.topic: include
8+
ms.date: 02/01/2024
9+
ms.author: pauljewell
10+
ms.custom: include file
11+
---
12+
13+
## About blob index tags
14+
15+
Blob index tags categorize data in your storage account using key-value tag attributes. These tags are automatically indexed and exposed as a searchable multi-dimensional index to easily find data. This article shows you how to set, get, and find data using blob index tags.
16+
17+
Blob index tags aren't supported for storage accounts with hierarchical namespace enabled. To learn more about the blob index tag feature along with known issues and limitations, see [Manage and find Azure Blob data with blob index tags](../../articles/storage/blobs/storage-manage-find-blobs.md).

0 commit comments

Comments
 (0)