Skip to content

Commit bd2cb9a

Browse files
Add selector to index tags article
1 parent e49bcda commit bd2cb9a

File tree

6 files changed

+29
-0
lines changed

6 files changed

+29
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ms.custom: devx-track-java, devguide-java, devx-track-extended-java
1515

1616
# Use blob index tags to manage and find data with Java
1717

18+
[!INCLUDE [storage-dev-guide-selector-index-tags](../../../includes/storage-dev-guides/storage-dev-guide-selector-index-tags.md)]
19+
1820
This article shows how to use blob index tags to manage and find data using the [Azure Storage client library for Java](/java/api/overview/azure/storage-blob-readme).
1921

2022
## Prerequisites

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.custom: devx-track-js, devguide-js
1414

1515
# Use blob index tags to manage and find data with JavaScript
1616

17+
[!INCLUDE [storage-dev-guide-selector-index-tags](../../../includes/storage-dev-guides/storage-dev-guide-selector-index-tags.md)]
18+
1719
This article shows how to use blob index tags to manage and find data using the [Azure Storage client library for JavaScript](https://www.npmjs.com/package/@azure/storage-blob).
1820

1921
## Prerequisites

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ms.custom: devx-track-python, devguide-python
1515

1616
# Use blob index tags to manage and find data with Python
1717

18+
[!INCLUDE [storage-dev-guide-selector-index-tags](../../../includes/storage-dev-guides/storage-dev-guide-selector-index-tags.md)]
19+
1820
This article shows how to use blob index tags to manage and find data using the [Azure Storage client library for Python](/python/api/overview/azure/storage).
1921

2022
## Prerequisites

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.custom: devx-track-ts, devguide-ts, devx-track-js
1414

1515
# Use blob index tags to manage and find data with TypeScript
1616

17+
[!INCLUDE [storage-dev-guide-selector-index-tags](../../../includes/storage-dev-guides/storage-dev-guide-selector-index-tags.md)]
18+
1719
This article shows how to use blob index tags to manage and find data using the [Azure Storage client library for JavaScript](https://www.npmjs.com/package/@azure/storage-blob).
1820

1921
## Prerequisites

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.custom: devx-track-csharp, devguide-csharp, devx-track-dotnet
1414

1515
# Use blob index tags to manage and find data with .NET
1616

17+
[!INCLUDE [storage-dev-guide-selector-index-tags](../../../includes/storage-dev-guides/storage-dev-guide-selector-index-tags.md)]
18+
1719
This article shows how to use blob index tags to manage and find data using the [Azure Storage client library for .NET](/dotnet/api/overview/azure/storage).
1820

1921
## Prerequisites
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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: 10/02/2023
9+
ms.author: pauljewell
10+
ms.custom: include file
11+
---
12+
13+
> [!div class="op_single_selector"]
14+
>
15+
> - [.NET](../../articles/storage/blobs/storage-blob-tags.md)
16+
> - [Java](../../articles/storage/blobs/storage-blob-tags-java.md)
17+
> - [JavaScript](../../articles/storage/blobs/storage-blob-tags-javascript.md)
18+
> - [TypeScript](../../articles/storage/blobs/storage-blob-tags-typescript.md)
19+
> - [Python](../../articles/storage/blobs/storage-blob-tags-python.md)

0 commit comments

Comments
 (0)