Hello everyone,
I'm encountering an issue when trying to upload large files (around 5GB) to Azure Blob Storage using the latest .NET SDK (v12.13.0). The uploads seem to fail intermittently, and I'm not getting clear error messages. Sometimes the upload completes, but the blob is corrupted. I've tried using both UploadFromFileAsync and block blob uploading manually, but the problem persists.
Has anyone else experienced similar problems? Any tips on how to troubleshoot this or best practices for uploading very large blobs?
Thanks in advance!