Skip to content

Commit 75986f9

Browse files
Edits
1 parent 2312629 commit 75986f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/storage-blob-download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This article shows how to download a blob using the [Azure Storage client librar
2323
To work with the code examples in this article, make sure you have:
2424

2525
- An authorized client object to connect to Blob Storage data resources. To learn more, see [Create and manage client objects that interact with data resources](storage-blob-client-management.md).
26-
- Permissions to perform an download operation. To learn more, see the authorization guidance for the following REST API operation:
26+
- Permissions to perform a download operation. To learn more, see the authorization guidance for the following REST API operation:
2727
- [Get Blob](/rest/api/storageservices/get-blob#authorization)
2828
- The package **Azure.Storage.Blobs** installed to your project directory. To learn more about setting up your project, see [Get Started with Azure Storage and .NET](storage-blob-dotnet-get-started.md#set-up-your-project).
2929

0 commit comments

Comments
 (0)