Skip to content

Commit c9a6adf

Browse files
authored
Merge pull request #218927 from pauljewellmsft/pauljewell-devguide-metadata-dotnet
Add ms.custom value for .NET dev guide articles
2 parents 95ae7fa + 0a3aa1e commit c9a6adf

13 files changed

+20
-20
lines changed

articles/storage/blobs/storage-blob-container-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 07/25/2022
1010
ms.author: pauljewell
1111
ms.subservice: blobs
1212
ms.devlang: csharp
13-
ms.custom: devx-track-csharp
13+
ms.custom: devx-track-csharp, devguide-csharp
1414
---
1515

1616
# Create a container in Azure Storage with .NET

articles/storage/blobs/storage-blob-container-delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 03/28/2022
1111

1212
ms.subservice: blobs
1313
ms.devlang: csharp
14-
ms.custom: devx-track-csharp
14+
ms.custom: devx-track-csharp, devguide-csharp
1515
---
1616

1717
# Delete and restore a container in Azure Storage with .NET

articles/storage/blobs/storage-blob-container-lease.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: how-to
1010
ms.date: 03/28/2022
1111
ms.subservice: blobs
1212
ms.devlang: csharp
13-
ms.custom: devx-track-csharp
13+
ms.custom: devx-track-csharp, devguide-csharp
1414
---
1515

1616
# Create and manage blob or container leases with .NET

articles/storage/blobs/storage-blob-container-properties-metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: how-to
1111
ms.date: 03/28/2022
1212

1313
ms.devlang: csharp
14-
ms.custom: devx-track-csharp
14+
ms.custom: devx-track-csharp, devguide-csharp
1515
---
1616

1717
# Manage container properties and metadata with .NET

articles/storage/blobs/storage-blob-containers-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 03/28/2022
1111

1212
ms.subservice: blobs
1313
ms.devlang: csharp
14-
ms.custom: devx-track-csharp
14+
ms.custom: devx-track-csharp, devguide-csharp
1515
---
1616

1717
# List blob containers with .NET

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ms.date: 03/28/2022
88
ms.service: storage
99
ms.subservice: blobs
1010
ms.topic: how-to
11-
ms.devlang: csharp,
12-
ms.custom: "devx-track-csharp"
11+
ms.devlang: csharp
12+
ms.custom: devx-track-csharp, devguide-csharp
1313
---
1414

1515
# Copy a blob with Azure Storage using the .NET client library

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ms.date: 03/28/2022
88
ms.service: storage
99
ms.subservice: blobs
1010
ms.topic: how-to
11-
ms.devlang: csharp, python
12-
ms.custom: "devx-track-csharp, devx-track-python"
11+
ms.devlang: csharp
12+
ms.custom: devx-track-csharp, devguide-csharp
1313
---
1414

1515
# Delete and restore a blob in your Azure Storage account using the .NET client library

articles/storage/blobs/storage-blob-dotnet-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: how-to
1111
ms.date: 03/28/2022
1212

1313
ms.subservice: blobs
14-
ms.custom: template-how-to
14+
ms.custom: template-how-to, devguide-csharp
1515
---
1616

1717
# Get started with Azure Blob Storage and .NET

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ms.date: 03/28/2022
88
ms.service: storage
99
ms.subservice: blobs
1010
ms.topic: how-to
11-
ms.devlang: csharp, python
12-
ms.custom: "devx-track-csharp, devx-track-python"
11+
ms.devlang: csharp
12+
ms.custom: devx-track-csharp, devguide-csharp
1313
---
1414

1515
# Download a blob in Azure Storage using the .NET client library
@@ -19,7 +19,7 @@ You can download a blob by using any of the following methods:
1919
- [DownloadTo](/dotnet/api/azure.storage.blobs.specialized.blobbaseclient.downloadto)
2020
- [DownloadToAsync](/dotnet/api/azure.storage.blobs.specialized.blobbaseclient.downloadtoasync)
2121
- [DownloadContent](/dotnet/api/azure.storage.blobs.specialized.blobbaseclient.downloadcontent)
22-
-[DownloadContentAsync](/dotnet/api/azure.storage.blobs.specialized.blobbaseclient.downloadcontentasync)
22+
- [DownloadContentAsync](/dotnet/api/azure.storage.blobs.specialized.blobbaseclient.downloadcontentasync)
2323

2424
You can also open a stream to read from a blob. The stream will only download the blob as the stream is read from. Use either of the following methods:
2525

articles/storage/blobs/storage-blob-properties-metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: storage
99
ms.subservice: blobs
1010
ms.topic: how-to
1111
ms.devlang: csharp
12-
ms.custom: devx-track-csharp
12+
ms.custom: devx-track-csharp, devguide-csharp
1313
---
1414

1515
# Manage blob properties and metadata with .NET

0 commit comments

Comments
 (0)