Skip to content

Commit a0e7937

Browse files
Minor fix
1 parent c1818bf commit a0e7937

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Quickstart: Azure Blob Storage library v12 - Python'
33
description: In this quickstart, you learn how to use the Azure Blob Storage client library version 12 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.
44
author: pauljewellmsft
55
ms.author: pauljewell
6-
ms.date: 01/28/2021
6+
ms.date: 09/26/2022
77
ms.topic: quickstart
88
ms.service: storage
99
ms.subservice: blobs
@@ -86,13 +86,13 @@ Use the following Python classes to interact with these resources:
8686

8787
These example code snippets show you how to do the following tasks with the Azure Blob Storage client library for Python:
8888

89-
- [Get the connection string](#get-the-connection-string)
89+
- [Get the connection string](#get-the-connection-string-for-authentication)
9090
- [Create a container](#create-a-container)
9191
- [Upload blobs to a container](#upload-blobs-to-a-container)
9292
- [List the blobs in a container](#list-the-blobs-in-a-container)
9393
- [Download blobs](#download-blobs)
9494
- [Delete a container](#delete-a-container)
95-
95+
d
9696
### Get the connection string for authentication
9797

9898
The code below retrieves the storage account connection string from the environment variable created in the [Configure your storage connection string](#configure-your-storage-connection-string) section.

0 commit comments

Comments
 (0)