@lalith Thanks for raising this question! Firstly, apologies for the delay in responding here and any inconvenience this issue may have caused.
Welcome to Microsoft Q&A Forum, Thank you for posting your query here!
May I know where are you uploading the file in Azure Storage(Blob, Files)?
Can you please share the screen shot the error message? Can you please share your code?
This tutorial is part two of a series. This tutorial shows you deploy an application that uploads large amount of random data to an Azure storage account.
var blockSize = 4 1024 1024; The basic idea is to keep the number of blocks in a block blob to be less than 50000.
// Set the maximum length of a transfer to 50MB.
MaximumTransferSize = 50 * 1024 * 1024
Upload large file to azure blob
Storage limits: https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits#storage-limits
Error when you write more than 4 MB of data to Azure Storage: Request body is too large
Uploading Large Files in Windows Azure Blob Storage Using Shared Access Signature, HTML, and JavaScript
If you want to upload larger files to file share or blob storage, there is an Azure Storage Data Movement Library
Please let us know if you have any further queries. I’m happy to assist you further.
----------
Please do not forget to and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.