Skip to content

Commit 77179e5

Browse files
committed
Removing a string
1 parent 09f603c commit 77179e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/storage-blob-scalable-app-download-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use the Azure SDK to download large amounts of random
44
author: akashdubey-ms
55
ms.service: azure-blob-storage
66
ms.topic: tutorial
7-
ms.date: 02/04/2021
7+
ms.date: 08/07/2024
88
ms.author: akashdubey
99
ms.devlang: csharp
1010
ms.custom: devx-track-csharp
@@ -98,7 +98,7 @@ dotnet run
9898

9999
The `DownloadFilesAsync` task is shown in the following example:
100100

101-
The application reads the containers located in the storage account specified in the **storageconnectionstring**. It iterates through the blobs using the [GetBlobs](/dotnet/api/azure.storage.blobs.blobcontainerclient.getblobs) method and downloads them to the local machine using the [DownloadToAsync](/dotnet/api/azure.storage.blobs.specialized.blobbaseclient.downloadtoasync) method.
101+
The application reads the containers located in the storage account. It iterates through the blobs using the [GetBlobs](/dotnet/api/azure.storage.blobs.blobcontainerclient.getblobs) method and downloads them to the local machine using the [DownloadToAsync](/dotnet/api/azure.storage.blobs.specialized.blobbaseclient.downloadtoasync) method.
102102

103103
:::code language="csharp" source="~/azure-storage-snippets/blobs/howto/dotnet/dotnet-v12/Scalable.cs" id="Snippet_DownloadFilesAsync":::
104104

0 commit comments

Comments
 (0)