Skip to content

Commit fad2779

Browse files
committed
Add article
1 parent 9057e91 commit fad2779

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: "Quickstart: Azure Blob Storage client library for Python"
33
titleSuffix: Azure Storage
44
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.
55
author: pauljewellmsft
6-
76
ms.author: pauljewell
87
ms.date: 10/24/2022
98
ms.topic: quickstart
109
ms.service: azure-blob-storage
1110
ms.devlang: python
12-
ms.custom: devx-track-python, mode-api, passwordless-python
11+
ms.custom: devx-track-python, mode-api, passwordless-python, ai-video-demo
12+
ai-usage: ai-assisted
1313
---
1414

1515
# Quickstart: Azure Blob Storage client library for Python
@@ -18,6 +18,11 @@ Get started with the Azure Blob Storage client library for Python to manage blob
1818

1919
[API reference documentation](/python/api/azure-storage-blob) | [Library source code](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/storage/azure-storage-blob) | [Package (PyPi)](https://pypi.org/project/azure-storage-blob/) | [Samples](../common/storage-samples-python.md?toc=/azure/storage/blobs/toc.json#blob-samples)
2020

21+
This video shows you how to start using the Azure Blob Storage client library for Python.
22+
> [!VIDEO f663a554-96ca-4bc3-b3b1-48376a7efbdf]
23+
24+
The steps in the video are also described in the following sections.
25+
2126
## Prerequisites
2227

2328
- Azure account with an active subscription - [create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio)

0 commit comments

Comments
 (0)