Skip to content

Commit 6121b2e

Browse files
edits
1 parent 52d72a0 commit 6121b2e

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Storage samples using .NET
33
description: View developer guides and sample code for Azure Storage. Discover getting started samples for blobs, queues, tables, and files, using the .NET storage client libraries.
44
author: pauljewellmsft
55
ms.author: pauljewell
6-
ms.date: 05/22/2024
6+
ms.date: 05/23/2024
77
ms.service: azure-storage
88
ms.subservice: storage-common-concepts
99
ms.topic: sample
@@ -13,7 +13,9 @@ ms.custom: devx-track-dotnet
1313

1414
# Azure Storage samples using .NET client libraries
1515

16-
This article provides an overview of code sample scenarios found in our developer guides and samples repository. Click on the links to view the corresponding samples, either in our developer guides or in GitHub.
16+
This article provides an overview of code sample scenarios found in our developer guides and samples repository. Click on the links to view the corresponding samples, either in our developer guides or in GitHub repositories.
17+
18+
Developer guides are collections of articles that provide detailed information and code examples for specific scenarios related to Azure Storage services. To learn more about the Blob Storage developer guide for .NET, see [Get started with Azure Blob Storage and .NET](../blobs/storage-blob-dotnet-get-started.md).
1719

1820
> [!NOTE]
1921
> These samples use the latest Azure Storage .NET v12 library. For legacy v11 code, see [Azure Blob Storage Samples for .NET](https://github.com/Azure-Samples/storage-blob-dotnet-getting-started) in the GitHub repository.

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: View developer guides and sample code for Azure Storage. Discover g
44
ms.custom: devx-track-java, devx-track-extended-java
55
author: pauljewellmsft
66
ms.author: pauljewell
7-
ms.date: 05/22/2024
7+
ms.date: 05/23/2024
88
ms.service: azure-storage
99
ms.subservice: storage-common-concepts
1010
ms.topic: sample
@@ -13,7 +13,9 @@ ms.devlang: java
1313

1414
# Azure Storage samples using Java client libraries
1515

16-
This article provides an overview of code sample scenarios found in our developer guides and samples repository. Click on the links to view the corresponding samples, either in our developer guides or in GitHub.
16+
This article provides an overview of code sample scenarios found in our developer guides and samples repository. Click on the links to view the corresponding samples, either in our developer guides or in GitHub repositories.
17+
18+
Developer guides are collections of articles that provide detailed information and code examples for specific scenarios related to Azure Storage services. To learn more about the Blob Storage developer guide for Java, see [Get started with Azure Blob Storage and Java](../blobs/storage-blob-java-get-started.md).
1719

1820
> [!NOTE]
1921
> These samples use the latest Azure Storage Java v12 library. For legacy v8 code, see [Getting Started with Azure Blob Service in Java](https://github.com/Azure-Samples/storage-blob-java-getting-started) in the GitHub repository.

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Storage samples using JavaScript
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 JavaScript/Node.js storage client libraries.
44
author: pauljewellmsft
55
ms.author: pauljewell
6-
ms.date: 05/22/2024
6+
ms.date: 05/23/2024
77
ms.service: azure-storage
88
ms.subservice: storage-common-concepts
99
ms.topic: sample
@@ -13,7 +13,9 @@ ms.devlang: javascript
1313

1414
# Azure Storage samples using JavaScript client libraries
1515

16-
This article provides an overview of code sample scenarios found in our developer guides and samples repository. Click on the links to view the corresponding samples, either in our developer guides or in GitHub.
16+
This article provides an overview of code sample scenarios found in our developer guides and samples repository. Click on the links to view the corresponding samples, either in our developer guides or in GitHub repositories.
17+
18+
Developer guides are collections of articles that provide detailed information and code examples for specific scenarios related to Azure Storage services. To learn more about the Blob Storage developer guide for JavaScript, see [Get started with Azure Blob Storage and JavaScript](../blobs/storage-blob-javascript-get-started.md).
1719

1820
> [!NOTE]
1921
> These samples use the latest Azure Storage JavaScript v12 library. For legacy v11 code, see [Getting Started with Azure Blob Service in Node.js](https://github.com/Azure-Samples/storage-blob-node-getting-started) in the GitHub repository.

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: View, download, and run sample code and applications for Azure Stor
55
author: pauljewellmsft
66

77
ms.author: pauljewell
8-
ms.date: 12/21/2022
8+
ms.date: 05/23/2024
99
ms.service: azure-storage
1010
ms.subservice: storage-common-concepts
1111
ms.topic: sample
@@ -15,10 +15,12 @@ ms.custom: devx-track-python, py-fresh-zinc
1515

1616
# Azure Storage samples using Python client libraries
1717

18-
This article provides an overview of code sample scenarios found in our developer guides and samples repository. Click on the links to view the corresponding samples, either in our developer guides or in GitHub.
18+
This article provides an overview of code sample scenarios found in our developer guides and samples repository. Click on the links to view the corresponding samples, either in our developer guides or in GitHub repositories.
19+
20+
Developer guides are collections of articles that provide detailed information and code examples for specific scenarios related to Azure Storage services. To learn more about the Blob Storage developer guide for Python, see [Get started with Azure Blob Storage and Python](../blobs/storage-blob-python-get-started.md).
1921

2022
> [!NOTE]
21-
> These samples use the latest [Azure Storage .NET v12 library](/python/api/overview/azure/storage). For legacy v2.1 code, see [Azure Storage: Getting Started with Azure Storage in Python](https://github.com/Azure-Samples/storage-blob-python-getting-started) in the GitHub repository.
23+
> These samples use the latest [Azure Storage Python v12 library](/python/api/overview/azure/storage). For legacy v2.1 code, see [Azure Storage: Getting Started with Azure Storage in Python](https://github.com/Azure-Samples/storage-blob-python-getting-started) in the GitHub repository.
2224
2325
## Blob samples
2426

0 commit comments

Comments
 (0)