[BUG] CultureNotFoundException: Only the invariant culture is supported in globalization-invariant mode #45149
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.21.0
Describe the bug
Got an exception when trying to upload a content into a blob
I tried to resolve this problem by setting InvariantGlobalization to false in the project file, however, the AKS did not accept it.
Expected behavior
This error does not happen with Azure.Storage.Blobs version 12.20.0
Actual behavior
The service get an exception when uploading the content
Reproduction Steps
blob = new BlockBlobClient(connectionString, containerName, blobName);
NOTE:
relevant change is in sdk/storage/Azure.Storage.Common/src/Shared/StorageSharedKeyPipelinePolicy.cs in commit b99cccb
/sdk/storage/Azure.Storage.Common/src/Shared/StorageSharedKeyPipelinePolicy.cs
Environment
AKS Linux pod
dotNet6.0
The text was updated successfully, but these errors were encountered: