Skip to content

Commit d6832ae

Browse files
authored
Update storage-blob-index-how-to.md
1 parent a4ddfc3 commit d6832ae

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

articles/storage/blobs/storage-blob-index-how-to.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Utilize Blob Index to manage and find data
2+
title: Utilize Blob Index to manage and find data on Azure Blob storage
33
description: See examples of how to use Blob Index tags to categorize, manage, and query to discover blob objects.
44
author: mhopkins-msft
55

@@ -11,14 +11,14 @@ ms.topic: conceptual
1111
ms.reviewer: hux
1212
---
1313

14-
# Utilize Blob Index tags to manage and find data
14+
# Utilize Blob Index tags (Preview) to manage and find data on Azure Blob storage
1515

1616
Blob Index tags categorize data in your storage account utilizing key-value tag attributes. These tags are automatically indexed and exposed as a queryable multi-dimensional index to easily find data. This article shows you how to set, get, and find data using blob index tags.
1717

18-
To learn more about the Blob Index, see [Manage and find data on Azure Blob Storage with Blob Index (Preview)](storage-manage-and-find-blobs.md).
18+
To learn more about the Blob Index, see [Manage and find data on Azure Blob Storage with Blob Index (Preview)](storage-manage-find-blobs.md).
1919

2020
> [!NOTE]
21-
> Blob Index is in public preview, and is available in the **France Central** and **France South** regions. To learn more about this feature along with known issues and limitations, see [Manage and find data on Azure Blob Storage with Blob Index (Preview)](storage-manage-and-find-blobs.md).
21+
> Blob Index is in public preview, and is available in the **France Central** and **France South** regions. To learn more about this feature along with known issues and limitations, see [Manage and find data on Azure Blob Storage with Blob Index (Preview)](storage-manage-find-blobs.md).
2222
2323
## Prerequisites
2424
# [Portal](#tab/azure-portal)
@@ -289,10 +289,12 @@ static async Task FindBlobsByTagsExample()
289289
6. Select **Add** to apply the new rule to the lifecycle management policy
290290

291291
# [.NET](#tab/net)
292-
Lifecycle management is applied at the control plane level. Please install the [Microsoft Azure Management Storage Library version 16.0.0](https://www.nuget.org/packages/Microsoft.Azure.Management.Storage/) or higher to take advantage of the Blob Index match filter within a lifecycle management rule.
292+
[Lifecycle management](storage-lifecycle-management-concepts.md) policies are applied for each storage account at the control plane level. For .NET, install the [Microsoft Azure Management Storage Library version 16.0.0](https://www.nuget.org/packages/Microsoft.Azure.Management.Storage/) or higher to take advantage of the Blob Index match filter within a lifecycle management rule.
293293

294294
---
295295

296296
## Next steps
297297

298-
Learn more about Blob Index. See [Manage and find data on Azure Blob Storage with Blob Index (Preview)](storage-manage-and-find-blobs.md )
298+
Learn more about Blob Index. See [Manage and find data on Azure Blob Storage with Blob Index (Preview)](storage-manage-find-blobs.md )
299+
300+
Learn more about Lifecycle Management. See [Manage the Azure Blob storage lifecycle](storage-lifecycle-management-concepts.md)

0 commit comments

Comments
 (0)