Skip to content

Commit bd4e809

Browse files
Merge pull request #217784 from pauljewellmsft/pauljewell-qs-metadata
Add metadata for passwordless project
2 parents 747fee0 + ec96fb3 commit bd4e809

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: "Quickstart: Azure Blob Storage library - .NET"
33
description: In this quickstart, you will 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: pauljewellmsft
55
ms.author: pauljewell
6-
ms.date: 10/06/2021
6+
ms.date: 11/09/2022
77
ms.service: storage
88
ms.subservice: blobs
99
ms.topic: quickstart
1010
ms.devlang: csharp
11-
ms.custom: devx-track-csharp, mode-api
11+
ms.custom: devx-track-csharp, mode-api, passwordless-dotnet
1212
ROBOTS: NOINDEX
1313
---
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Quickstart: Azure Blob Storage library - Java"
33
description: In this quickstart, you learn how to use the Azure Blob Storage client library for Java 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.custom: devx-track-java, mode-api
6+
ms.custom: devx-track-java, mode-api, passwordless-java
77
ms.date: 10/24/2022
88
ms.service: storage
99
ms.subservice: blobs

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -304,10 +304,6 @@ The preceding code cleans up the resources the app created by removing the entir
304304

305305
Step through the code in your debugger and check your [Azure portal](https://portal.azure.com) throughout the process. Check to see that the container is being created. You can open the blob inside the container and view the contents.
306306

307-
## Use the storage emulator
308-
309-
This quickstart created a container and blob on the Azure cloud. You can also use the Azure Blob storage npm package to create these resources locally on the [Azure Storage emulator](../common/storage-use-emulator.md) for development and testing.
310-
311307
## Clean up
312308

313309
1. When you're done with this quickstart, delete the `blob-quickstart` directory.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: quickstart
88
ms.service: storage
99
ms.subservice: blobs
1010
ms.devlang: python
11-
ms.custom: devx-track-python, mode-api
11+
ms.custom: devx-track-python, mode-api, passwordless-python
1212
---
1313

1414
# Quickstart: Azure Blob Storage client library for Python

0 commit comments

Comments
 (0)