Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add known issue for download calls #2535

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 26 additions & 9 deletions api/overview/azure/latest/storage.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Azure Storage SDK for .NET
description: Reference for Azure Storage SDK for .NET
ms.date: 03/04/2025
ms.topic: reference
ms.devlang: dotnet
ms.service: storage
---
---
title: Azure Storage SDK for .NET
description: Reference for Azure Storage SDK for .NET
ms.date: 03/04/2025
ms.topic: reference
ms.devlang: dotnet
ms.service: azure-storage
---
# Azure Storage client libraries for .NET

The Azure Storage client libraries for .NET offer a convenient interface for making calls to Azure Storage. For more information about Azure Storage, see [Introduction to Azure Storage](/azure/storage/common/storage-introduction).
Expand Down Expand Up @@ -106,4 +106,21 @@ RequestId:<REMOVED>
Time:2023-05-19T17:10:34.2972651Z</Message><HeaderName>x-ms-version</HeaderName><HeaderValue>yyyy-mm-dd</HeaderValue></Error>
```

If you've upgraded to the latest beta or generally available version of the SDK and you experience this error, it's recommended that you downgrade to the previous generally available version of the SDK to see if the issue resolves. If the issue persists, or if the recommendation is not feasible, [open a support ticket](https://ms.portal.azure.com/#create/Microsoft.Support) to explore further options.
If you've upgraded to the latest beta or generally available version of the SDK and you experience this error, it's recommended that you downgrade to the previous generally available version of the SDK to see if the issue resolves. If the issue persists, or if the recommendation is not feasible, [open a support ticket](https://ms.portal.azure.com/#create/Microsoft.Support) to explore further options.

### Download calls might hang when using Azure.Storage.Blobs version 12.20.0

#### Issue description

**Azure.Storage.Blobs** version 12.20.0 references an older version of **Azure.Core** with a known issue during authentication. This issue can cause download calls to hang indefinitely. For remediation guidance, see [Recommended steps](#recommended-steps-1).

#### Issue details

| Client library | Versions impacted | Minimum safe version | Recommended action |
|--|--|--|--|
| Azure Storage Blob | 12.20.0 | 12.23.0 | [Update to latest version or minimum 12.23.0](https://www.nuget.org/packages/Azure.Storage.Blobs/) |

#### Recommended steps

- Upgrade client library version according to the table above.
- Continue to keep your client library versions up to date to ensure that you have the latest bug fixes and performance improvements.