Skip to content

Commit 243450d

Browse files
authored
Merge pull request #98394 from hyoshioka0128/patch-574
Typo "Azure Blob storage"→"Azure Blob Storage"
2 parents f3efde0 + 27b3954 commit 243450d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/storage/blobs/storage-quickstart-blobs-dotnet-legacy.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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.
44
author: normesta
55
ms.author: normesta
66
ms.date: 07/24/2020
@@ -11,12 +11,12 @@ ms.devlang: csharp
1111
ms.custom: devx-track-csharp, mode-api
1212
---
1313

14-
# Quickstart: Azure Blob storage client library v11 for .NET
14+
# Quickstart: Azure Blob Storage client library v11 for .NET
1515

1616
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.
1717

1818
> [!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).
2020
2121
Use the Azure Blob Storage client library for .NET to:
2222

@@ -168,7 +168,7 @@ After you add the environment variable, restart any running programs that will n
168168

169169
## Object model
170170

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:
172172

173173
- The storage account.
174174
- A container in the storage account
@@ -187,7 +187,7 @@ Use the following .NET classes to interact with these resources:
187187

188188
## Code examples
189189

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:
191191

192192
- [Authenticate the client](#authenticate-the-client)
193193
- [Create a container](#create-a-container)
@@ -363,7 +363,7 @@ dotnet run
363363
The output of the app is similar to the following example:
364364

365365
```output
366-
Azure Blob storage - .NET Quickstart example
366+
Azure Blob Storage - .NET Quickstart example
367367
368368
Created container 'quickstartblobs33c90d2a-eabd-4236-958b-5cc5949e731f'
369369

0 commit comments

Comments
 (0)