diff --git a/api/overview/azure/latest/storage.md b/api/overview/azure/latest/storage.md index 4ef850e6c231..37a4870f1ee2 100644 --- a/api/overview/azure/latest/storage.md +++ b/api/overview/azure/latest/storage.md @@ -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). @@ -106,4 +106,21 @@ RequestId: Time:2023-05-19T17:10:34.2972651Zx-ms-versionyyyy-mm-dd ``` -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. \ No newline at end of file +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.