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/blobs/storage-quickstart-blobs-dotnet.md
+6-20Lines changed: 6 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,24 +14,9 @@ ROBOTS: NOINDEX
14
14
15
15
# Quickstart: Azure Blob Storage client library for .NET
16
16
17
-
Get started with the Azure Blob Storage client library for .NET. Azure Blob Storage is Microsoft's object storage solution for the cloud. Follow steps to install the package and try out example code for basic tasks. Blob storage is optimized for storing massive amounts of unstructured data.
17
+
Get started with the Azure Blob Storage client library for .NET. Azure Blob Storage is Microsoft's object storage solution for the cloud. Follow these steps to install the package and try out example code for basic tasks. Blob storage is optimized for storing massive amounts of unstructured data.
18
18
19
-
The examples in this quickstart show you how to use the Azure Blob Storage client library for .NET to:
20
-
21
-
*[Create the project and configure dependencies](#setting-up)
22
-
*[Authenticate to Azure and authorize access to blob data](#authenticate-to-azure-and-authorize-access-to-blob-data)
23
-
*[Create a container](#create-a-container)
24
-
*[Upload a blob to a container](#upload-a-blob-to-a-container)
25
-
*[List blobs in a container](#list-blobs-in-a-container)
Copy file name to clipboardExpand all lines: articles/storage/blobs/storage-quickstart-blobs-go.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,11 @@ ms.devlang: golang
11
11
ms.custom: mode-api
12
12
---
13
13
14
-
# Quickstart: Upload, download, and list blobs using Go
14
+
# Quickstart: Azure Blob Storage client library for Go
15
15
16
-
In this quickstart, you learn how to use the Go programming language to upload, download, and list block blobs in a container in Azure Blob storage.
16
+
Get started with the Azure Blob Storage client library for Go to manage blobs and containers. Follow these steps to install the package and try out example code for basic tasks.
@@ -271,4 +273,4 @@ See these other resources for Go development with Blob storage:
271
273
272
274
## Next steps
273
275
274
-
In this quickstart, you learned how to transfer files between a local disk and Azure blob storage using Go. For more information about the Azure Storage Blob SDK, view the [Source Code](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/storage/azblob) and [API Reference](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob).
276
+
In this quickstart, you learned how to transfer files between a local disk and Azure blob storage using Go. For more information about the Azure Storage Blob client library, view the [Source Code](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/storage/azblob) and [API Reference](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob).
Copy file name to clipboardExpand all lines: articles/storage/blobs/storage-quickstart-blobs-java.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.devlang: java
13
13
14
14
# Quickstart: Azure Blob Storage client library for Java
15
15
16
-
Get started with the Azure Blob Storage client library for Java to manage blobs and containers. Follow steps to install the package and try out example code for basic tasks.
16
+
Get started with the Azure Blob Storage client library for Java to manage blobs and containers. Follow these steps to install the package and try out example code for basic tasks.
# Quickstart: Manage blobs with JavaScript SDK in Node.js
14
+
# Quickstart: Azure Blob Storage client library for Node.js
15
15
16
-
In this quickstart, you learn to manage blobs by using Node.js. Blobs are objects that can hold large amounts of text or binary data, including images, documents, streaming media, and archive data.
16
+
Get started with the Azure Blob Storage client library for Node.js to manage blobs and containers. Follow these steps to install the package and try out example code for basic tasks.
@@ -313,11 +313,10 @@ Step through the code in your debugger and check your [Azure portal](https://por
313
313
314
314
In this quickstart, you learned how to upload, download, and list blobs using JavaScript.
315
315
316
-
For tutorials, samples, quickstarts, and other documentation, visit:
316
+
To see Blob storage sample apps, continue to:
317
317
318
318
> [!div class="nextstepaction"]
319
-
> [Azure for JavaScript developer center](/azure/developer/javascript/)
319
+
> [Azure Blob Storage library for JavaScript samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-blob/samples)
320
320
321
-
- To learn how to deploy a web app that uses Azure Blob storage, see [Tutorial: Upload image data in the cloud with Azure Storage](./storage-upload-process-images.md?preserve-view=true&tabs=javascript)
322
-
- To see Blob storage sample apps, continue to [Azure Blob storage package library JavaScript samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-blob/samples).
323
-
- To learn more, see the [Azure Blob storage client library for JavaScript](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-blob).
321
+
- To learn more, see the [Azure Blob Storage client libraries for JavaScript](/javascript/api/overview/azure/storage-blob-readme).
322
+
- For tutorials, samples, quickstarts, and other documentation, visit [Azure for JavaScript and Node.js developers](/azure/developer/javascript/).
Copy file name to clipboardExpand all lines: articles/storage/blobs/storage-quickstart-blobs-python.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: 'Quickstart: Azure Blob Storage client library for Python'
2
+
title: "Quickstart: Azure Blob Storage client library for Python"
3
3
description: In this quickstart, you learn how to use the Azure Blob Storage client library for Python to create a container and a blob in Blob (object) storage. Next, you learn how to download the blob to your local computer, and how to list all of the blobs in a container.
# Quickstart: Azure Blob Storage client library for Python
15
15
16
-
Get started with the Azure Blob Storage client library for Python to manage blobs and containers. Follow steps to install the package and try out example code for basic tasks in an interactive console app.
16
+
Get started with the Azure Blob Storage client library for Python to manage blobs and containers. Follow these steps to install the package and try out example code for basic tasks in an interactive console app.
0 commit comments