Skip to content

Commit 414f69f

Browse files
authored
Merge pull request #108151 from dbradish-microsoft/dbradish_azureStorageSamples
added Azure CLI links per user story 1666266
2 parents 0a59726 + 6268beb commit 414f69f

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

articles/storage/common/storage-samples.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Azure Storage code samples | Microsoft Docs
3-
description: View, download, and run sample code and applications for Azure Storage. Discover getting started samples for blobs, queues, tables, and files, using the .NET, Java, Python, Node.js, and C++ storage client libraries.
3+
description: View, download, and run sample code and applications for Azure Storage. Discover getting started samples for blobs, queues, tables, and files, using the .NET, Java, Python, Node.js, Azure CLI, and C++ storage client libraries.
44
author: mhopkins-msft
55

66
ms.author: mhopkins
@@ -15,36 +15,49 @@ ms.topic: sample
1515
Use the links below to view and download Azure Storage sample code and applications.
1616

1717
## Azure Code Samples library
18+
1819
The [Azure Code Samples](https://azure.microsoft.com/documentation/samples/?service=storage) library includes samples for Azure Storage that you can download and run locally. The Code Sample Library provides sample code in .zip format. Alternatively, you can browse and clone the GitHub repository for each sample.
1920

2021
## .NET samples
22+
2123
To explore the .NET samples, download the [.NET Storage Client Library](https://www.nuget.org/packages/WindowsAzure.Storage/) from NuGet. The .NET storage client library is also available in the [Azure SDK for .NET](https://azure.microsoft.com/downloads/).
2224

2325
* [Azure Storage samples using .NET](storage-samples-dotnet.md)
2426

2527
## Java samples
28+
2629
To explore the Java samples, download the [Java Storage Client Library](https://github.com/azure/azure-storage-java).
2730

2831
* [Azure Storage samples using Java](storage-samples-java.md)
2932

3033
## Python samples
34+
3135
To explore the Python samples, download the [Python Storage Client Library](https://github.com/azure/azure-storage-python).
3236

3337
* [Azure Storage samples using Python](storage-samples-python.md)
3438

35-
3639
## Node.js samples
40+
3741
To explore the Node.js samples, download the [Node.js Storage Client Library](https://github.com/Azure/azure-storage-node).
3842

3943
* [Azure Storage samples using JavaScript/Node.js](storage-samples-javascript.md)
4044

4145
## C++ samples
46+
4247
To explore the C++ samples, download the [C++ Storage Client Library](https://www.nuget.org/packages/wastorage/) from NuGet.
4348

4449
* [Get started with blobs](https://github.com/Azure/azure-storage-cpp/tree/master/Microsoft.WindowsAzure.Storage/samples/BlobsGettingStarted)
4550
* [Get started with tables](https://github.com/Azure/azure-storage-cpp/tree/master/Microsoft.WindowsAzure.Storage/samples/TablesGettingStarted)
4651
* [Get started with queues](https://github.com/Azure/azure-storage-cpp/tree/master/Microsoft.WindowsAzure.Storage/samples/QueuesGettingStarted)
4752

53+
## Azure CLI
54+
55+
To explore the Azure CLI samples, first [Install the Azure CLI](/cli/azure/install-azure-cli).
56+
57+
* [Get started with the Azure CLI](/cli/azure/get-started-with-azure-cli)
58+
* [Azure Storage samples using the Azure CLI](/azure/storage/blobs/storage-samples-blobs-cli)
59+
* [Popular articles on using the Azure CLI with Azure Storage](/cli/azure/popular-articles-using-the-azure-cli#storage)
60+
4861
## API reference and source code
4962

5063
| Language | API reference | Source code |
@@ -54,6 +67,7 @@ To explore the C++ samples, download the [C++ Storage Client Library](https://ww
5467
| Python | [Python Client Library Reference](https://azure-storage.readthedocs.io/) | [Source code for the Python storage client library](https://github.com/Azure/azure-storage-p[ython]) |
5568
| Node.js | [Node.js Client Library Reference](https://azure.github.io/azure-storage-node) | [Source code for the Node.js storage client library](https://github.com/Azure/azure-storage-node) |
5669
| C++ | [C++ Client Library Reference](https://azure.github.io/azure-storage-cpp/) | [Source code for the C++ storage client library](https://github.com/Azure/azure-storage-cpp)|
70+
| Azure CLI | [Azure CLI Library Reference](/cli/azure/storage) | [Source code for the Azure CLI storage client library](https://github.com/Azure-Samples/azure-cli-samples/tree/master/storage)
5771

5872
## Next steps
5973

@@ -63,3 +77,4 @@ The following articles index each of the samples by service (blob, file, queue,
6377
* [Azure Storage samples using Java](storage-samples-java.md)
6478
* [Azure Storage samples using JavaScript](storage-samples-javascript.md)
6579
* [Azure Storage samples using Python](storage-samples-python.md)
80+
* [Azure Storage samples using the Azure CLI](/azure/storage/blobs/storage-samples-blobs-cli)

0 commit comments

Comments
 (0)