Skip to content

Commit 3618378

Browse files
Merge pull request #261644 from cdpark/video4-storage-pauljewell
User Story 181210: Q&M: Insert videos -- pauljewell articles
2 parents 20a522c + fad2779 commit 3618378

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ ms.date: 11/09/2022
77
ms.service: azure-blob-storage
88
ms.topic: quickstart
99
ms.devlang: csharp
10-
ms.custom: devx-track-csharp, mode-api, passwordless-dotnet, devx-track-dotnet
10+
ms.custom: devx-track-csharp, mode-api, passwordless-dotnet, devx-track-dotnet, ai-video-demo
11+
ai-usage: ai-assisted
1112
---
1213

1314
# Quickstart: Azure Blob Storage client library for .NET
@@ -16,6 +17,11 @@ Get started with the Azure Blob Storage client library for .NET. Azure Blob Stor
1617

1718
[API reference documentation](/dotnet/api/azure.storage.blobs) | [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Blobs) | [Package (NuGet)](https://www.nuget.org/packages/Azure.Storage.Blobs) | [Samples](../common/storage-samples-dotnet.md?toc=/azure/storage/blobs/toc.json#blob-samples)
1819

20+
This video shows you how to start using the Azure Blob Storage client library for .NET.
21+
> [!VIDEO cdae65e7-1892-48fe-934a-70edfbe147be]
22+
23+
The steps in the video are also described in the following sections.
24+
1925
## Prerequisites
2026

2127
- Azure subscription - [create one for free](https://azure.microsoft.com/free/)

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)

articles/storage/common/storage-use-azurite.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ ms.service: azure-storage
88
ms.subservice: storage-common-concepts
99
ms.topic: how-to
1010
ms.devlang: csharp
11-
ms.custom: devx-track-csharp
11+
ms.custom: devx-track-csharp, ai-video-demo
12+
ai-usage: ai-assisted
1213
---
1314

1415
# Use the Azurite emulator for local Azure Storage development
@@ -17,7 +18,10 @@ The Azurite open-source emulator provides a free local environment for testing y
1718

1819
Azurite supersedes the [Azure Storage Emulator](storage-use-emulator.md), and continues to be updated to support the latest versions of Azure Storage APIs.
1920

20-
There are several different ways to install and run Azurite on your local system. Select any of these tabs.
21+
This video shows you how to install and run the Azurite emulator.
22+
> [!VIDEO c3badd75-fddb-4f6c-b27d-bab2700c79f1]
23+
24+
The steps in the video are also described in the following sections. Select any of these tabs.
2125

2226
## Install Azurite
2327

0 commit comments

Comments
 (0)