@Ron Weasley Welcome to Microsoft Q&A Forum, Thank you for posting your query here!
The maximum file size supported for Azure Storage blob service API is approximately 190.7 TiB for block blobs, which is achieved by combining up to 50,000 blocks of 4000 MiB each
For append blobs, the maximum size is approximately 195 GiB, with a limit of 50,000 block.
For page blobs, which are designed for scenarios where random read-write access is required, the maximum size is 8 TB. Page blobs are composed of 512-byte pages and can be up to 8 TB in size.
https://azure.github.io/Storage/docs/application-and-user-data/basics/azure-blob-storage-upload-apis/
It is important to note that the maximum file size supported by Azure Storage Blob Service API may also be affected by other factors, such as the available network bandwidth and the size of the data being transferred.
Please let us know if you have any further queries. I’m happy to assist you further.
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.