[BUG] Blobs in my Storage Account not being read by latest version of nuget package #47510
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Storage
Storage Service (Queues, Blobs, Files)
Library name and version
Azure.Storage.Blobs 12.23.0
Describe the bug
I have .NET 4.8 web application (a legacy app yet to be converted to .NET core)
I am using 12.21.0 of Azure.Storage.Blobs and it works, if I upgrade to the latest it silently fails. Its Microsoft code thats failing. I have a .NET Core Login app that uses asp.net identity to login and create the cookies.
If I use the latest version of the blob nuget package, it silently fails and I can't login. It just redirects to the login page.
Expected behavior
Reading keys.xml from the blob storage.
Actual behavior
It fails silently.
Reproduction Steps
Code that we are using that works on the previous versions and has done for the past couple of years.
Environment
.NET 4.8 (code above)
Cookie created by a .NET 8 Asp.NET core mvc web app (ASP.NET Identity core)
The text was updated successfully, but these errors were encountered: