You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/common/storage-samples.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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.
4
4
author: mhopkins-msft
5
5
6
6
ms.author: mhopkins
@@ -15,36 +15,49 @@ ms.topic: sample
15
15
Use the links below to view and download Azure Storage sample code and applications.
16
16
17
17
## Azure Code Samples library
18
+
18
19
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.
19
20
20
21
## .NET samples
22
+
21
23
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/).
22
24
23
25
*[Azure Storage samples using .NET](storage-samples-dotnet.md)
24
26
25
27
## Java samples
28
+
26
29
To explore the Java samples, download the [Java Storage Client Library](https://github.com/azure/azure-storage-java).
27
30
28
31
*[Azure Storage samples using Java](storage-samples-java.md)
29
32
30
33
## Python samples
34
+
31
35
To explore the Python samples, download the [Python Storage Client Library](https://github.com/azure/azure-storage-python).
32
36
33
37
*[Azure Storage samples using Python](storage-samples-python.md)
34
38
35
-
36
39
## Node.js samples
40
+
37
41
To explore the Node.js samples, download the [Node.js Storage Client Library](https://github.com/Azure/azure-storage-node).
38
42
39
43
*[Azure Storage samples using JavaScript/Node.js](storage-samples-javascript.md)
40
44
41
45
## C++ samples
46
+
42
47
To explore the C++ samples, download the [C++ Storage Client Library](https://www.nuget.org/packages/wastorage/) from NuGet.
43
48
44
49
*[Get started with blobs](https://github.com/Azure/azure-storage-cpp/tree/master/Microsoft.WindowsAzure.Storage/samples/BlobsGettingStarted)
45
50
*[Get started with tables](https://github.com/Azure/azure-storage-cpp/tree/master/Microsoft.WindowsAzure.Storage/samples/TablesGettingStarted)
46
51
*[Get started with queues](https://github.com/Azure/azure-storage-cpp/tree/master/Microsoft.WindowsAzure.Storage/samples/QueuesGettingStarted)
47
52
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
+
48
61
## API reference and source code
49
62
50
63
| Language | API reference | Source code |
@@ -54,6 +67,7 @@ To explore the C++ samples, download the [C++ Storage Client Library](https://ww
54
67
| 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])|
55
68
| 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)|
56
69
| 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)
57
71
58
72
## Next steps
59
73
@@ -63,3 +77,4 @@ The following articles index each of the samples by service (blob, file, queue,
63
77
*[Azure Storage samples using Java](storage-samples-java.md)
64
78
*[Azure Storage samples using JavaScript](storage-samples-javascript.md)
65
79
*[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