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-legacy.md
+7-7Lines changed: 7 additions & 7 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
-
title: "Quickstart: Azure Blob storage client library for .NET"
3
-
description: In this quickstart, you learn how to use the Azure Blob storage client library for .NET 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.
2
+
title: "Quickstart: Azure Blob Storage client library for .NET"
3
+
description: In this quickstart, you learn how to use the Azure Blob Storage client library for .NET 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.
4
4
author: normesta
5
5
ms.author: normesta
6
6
ms.date: 07/24/2020
@@ -11,12 +11,12 @@ ms.devlang: csharp
11
11
ms.custom: devx-track-csharp, mode-api
12
12
---
13
13
14
-
# Quickstart: Azure Blob storage client library v11 for .NET
14
+
# Quickstart: Azure Blob Storage client library v11 for .NET
15
15
16
16
Get started with the Azure Blob Storage client library v11 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
17
18
18
> [!NOTE]
19
-
> This quickstart uses a legacy version of the Azure Blob storage client library. To get started with the latest version, see [Quickstart: Azure Blob storage client library v12 for .NET](storage-quickstart-blobs-dotnet.md).
19
+
> This quickstart uses a legacy version of the Azure Blob Storage client library. To get started with the latest version, see [Quickstart: Azure Blob Storage client library v12 for .NET](storage-quickstart-blobs-dotnet.md).
20
20
21
21
Use the Azure Blob Storage client library for .NET to:
22
22
@@ -168,7 +168,7 @@ After you add the environment variable, restart any running programs that will n
168
168
169
169
## Object model
170
170
171
-
Azure Blob storage is optimized for storing massive amounts of unstructured data. Unstructured data is data that does not adhere to a particular data model or definition, such as text or binary data. Blob storage offers three types of resources:
171
+
Azure Blob Storage is optimized for storing massive amounts of unstructured data. Unstructured data is data that does not adhere to a particular data model or definition, such as text or binary data. Blob storage offers three types of resources:
172
172
173
173
- The storage account.
174
174
- A container in the storage account
@@ -187,7 +187,7 @@ Use the following .NET classes to interact with these resources:
187
187
188
188
## Code examples
189
189
190
-
These example code snippets show you how to perform the following with the Azure Blob storage client library for .NET:
190
+
These example code snippets show you how to perform the following with the Azure Blob Storage client library for .NET:
191
191
192
192
-[Authenticate the client](#authenticate-the-client)
193
193
-[Create a container](#create-a-container)
@@ -363,7 +363,7 @@ dotnet run
363
363
The output of the app is similar to the following example:
364
364
365
365
```output
366
-
Azure Blob storage - .NET Quickstart example
366
+
Azure Blob Storage - .NET Quickstart example
367
367
368
368
Created container 'quickstartblobs33c90d2a-eabd-4236-958b-5cc5949e731f'
0 commit comments