Skip to content

Commit 27f3bcd

Browse files
committed
[BULK] DocuTune - Add ms.custom tags for horizontals
1 parent 58af5e5 commit 27f3bcd

File tree

80 files changed

+98
-79
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+98
-79
lines changed

articles/storage/common/storage-samples-java.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: Azure Storage samples using Java
33
description: View, download, and run sample code and applications for Azure Storage. Discover getting started samples for blobs, queues, tables, and files, using the Java storage client libraries.
4-
5-
ms.custom: devx-track-java
4+
ms.custom: devx-track-java, devx-track-extended-java
65
author: pauljewellmsft
76
ms.author: pauljewell
87
ms.date: 10/01/2020

articles/storage/common/storage-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 10/01/2020
77
ms.service: storage
88
ms.subservice: common
99
ms.topic: sample
10-
ms.custom: devx-track-azurecli
10+
ms.custom: devx-track-azurecli, devx-track-dotnet, devx-track-extended-java, devx-track-js, devx-track-python
1111
---
1212

1313
# Azure Storage samples

articles/storage/common/storage-stored-access-policy-define-dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: pauljewell
1212
ms.reviewer: ozgun
1313
ms.subservice: common
1414
ms.devlang: csharp
15-
ms.custom: devx-track-csharp
15+
ms.custom: devx-track-csharp, devx-track-dotnet
1616
---
1717

1818
# Create a stored access policy with .NET
@@ -96,4 +96,4 @@ async static Task CreateStoredAccessPolicyAsync(string containerName)
9696

9797
## Resources
9898

99-
For related code samples using deprecated .NET version 11.x SDKs, see [Code samples using .NET version 11.x](../blobs/blob-v11-samples-dotnet.md#create-a-stored-access-policy).
99+
For related code samples using deprecated .NET version 11.x SDKs, see [Code samples using .NET version 11.x](../blobs/blob-v11-samples-dotnet.md#create-a-stored-access-policy).

articles/storage/common/storage-use-data-movement-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 06/16/2020
1111
ms.author: pauljewell
1212
ms.subservice: common
1313
ms.devlang: csharp
14-
ms.custom: devx-track-csharp
14+
ms.custom: devx-track-csharp, devx-track-dotnet
1515
---
1616

1717
# Transfer data with the Data Movement library

articles/storage/elastic-san/elastic-san-networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: how-to
77
ms.date: 05/04/2023
88
ms.author: rogarana
99
ms.subservice: elastic-san
10-
ms.custom: ignite-2022, devx-track-azurepowershell, devx-track-azurecli
10+
ms.custom: ignite-2022, devx-track-azurepowershell
1111
---
1212

1313
# Configure Elastic SAN networking Preview

articles/storage/file-sync/file-sync-troubleshoot-sync-group-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: troubleshooting
77
ms.date: 10/25/2022
88
ms.author: kendownie
99
ms.subservice: files
10-
ms.custom: devx-track-azurepowershell
10+
ms.custom:
1111
---
1212

1313
# Troubleshoot Azure File Sync sync group management

articles/storage/files/files-smb-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: conceptual
77
ms.date: 03/31/2023
88
ms.author: kendownie
99
ms.subservice: files
10-
ms.custom: devx-track-azurepowershell
10+
ms.custom:
1111
---
1212

1313
# SMB file shares in Azure Files

articles/storage/files/files-troubleshoot-linux-nfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: troubleshooting
77
ms.date: 02/21/2023
88
ms.author: kendownie
99
ms.subservice: files
10-
ms.custom: references_regions, devx-track-azurepowershell
10+
ms.custom: references_regions
1111
---
1212

1313
# Troubleshoot NFS Azure file shares

articles/storage/files/storage-dotnet-how-to-use-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 10/02/2020
99
ms.author: kendownie
1010
ms.subservice: files
1111
ms.devlang: csharp
12-
ms.custom: devx-track-csharp
12+
ms.custom: devx-track-csharp, devx-track-dotnet
1313
---
1414

1515
# Develop for Azure Files with .NET

articles/storage/files/storage-java-how-to-use-file-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: khdownie
55
ms.service: storage
66
ms.topic: how-to
77
ms.date: 05/26/2021
8-
ms.custom: devx-track-java
8+
ms.custom: devx-track-java, devx-track-extended-java
99
ms.author: kendownie
1010
ms.subservice: files
1111
---
@@ -129,4 +129,4 @@ If you would like to learn more about other Azure storage APIs, follow these lin
129129
- [Transfer data with the AzCopy Command-Line Utility](../common/storage-use-azcopy-v10.md)
130130
- [Troubleshoot Azure Files](files-troubleshoot.md)
131131

132-
For related code samples using deprecated Java version 8 SDKs, see [Code samples using Java version 8](files-samples-java-v8.md).
132+
For related code samples using deprecated Java version 8 SDKs, see [Code samples using Java version 8](files-samples-java-v8.md).

0 commit comments

Comments
 (0)