Skip to content

Commit 8a8486f

Browse files
Metadata
1 parent ec3455f commit 8a8486f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/storage/blobs/storage-quickstart-blobs-go.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
2-
title: Azure Quickstart - Create a blob in object storage using Go
3-
description: In this quickstart, you create a storage account and a container in object (Blob) storage. Then you use the storage client library for Go to upload a blob to Azure Storage, download a blob, and list the blobs in a container.
2+
title: "Quickstart: Azure Blob Storage client library for Go"
3+
titleSuffix: Azure Storage
4+
description: In this quickstart, you learn how to use the Azure Blob Storage client library for Go 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.
45
author: pauljewellmsft
56
ms.author: pauljewell
67
ms.date: 02/13/2023
78
ms.service: storage
89
ms.subservice: blobs
910
ms.topic: quickstart
1011
ms.devlang: golang
11-
ms.custom: mode-api
12+
ms.custom: mode-api, passwordless-go
1213
---
1314

1415
# Quickstart: Azure Blob Storage client library for Go

0 commit comments

Comments
 (0)