Download Blob to string incorrect docs
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 68/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- azure, csharp
- Domain
- documentation
Research direction
Open blobs/howto/dotnet/BlobDevGuideBlobs/DownloadBlob.cs at line 45 and compare the documented download-to-string example with the issue's corrected snippet. Update the example so it uses DownloadContentAsync and reads the downloaded content as shown; done means the sample matches the corrected API usage.
Written by the indexing model from the issue text.
Description
should be
Response? downloadResult = await blobClient.DownloadContentAsync();
string blobContents = downloadResult.Value.Content.ToString();
- Dominant language
- JavaScript
- Stars
- 41
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Azure-Samples/AzureStorageSnippets
-
Difficulty 2/5 1-3 hours Newbie friendliness 55/100
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
-
Difficulty 3/5 1-2 days Newbie friendliness 30/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 45/100
Azure-Samples/AzureStorageSnippets#226 · 1 comment ·
All issues in Azure-Samples/AzureStorageSnippets
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
HarperFast/skills#96 ·
-
[Block] Latest Posts [Type] Bug
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Automattic/studio#4908 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
sugarlabs/musicblocks#8847 ·