A
2023-10-27 10:15 AM
Hi everyone,
I'm encountering an issue when trying to upload a large file (around 50GB) to Azure Blob Storage using AzCopy v10 on Windows Server 2019. The upload starts fine, but after a few minutes, it fails with the following error message:
`ERROR: The specified blob does not exist. RequestId:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx Time:2023-10-27T10:15:00Z\n` `Status: 404 The specified blob does not exist.`
I've checked the storage account and container, and they are configured correctly. I'm using SAS tokens for authentication, and they are valid. I've also tried with different files and sizes, but the problem seems to persist with files larger than 20GB.
Has anyone experienced similar issues or can suggest potential causes and solutions?
I'm encountering an issue when trying to upload a large file (around 50GB) to Azure Blob Storage using AzCopy v10 on Windows Server 2019. The upload starts fine, but after a few minutes, it fails with the following error message:
`ERROR: The specified blob does not exist. RequestId:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx Time:2023-10-27T10:15:00Z\n` `Status: 404 The specified blob does not exist.`
I've checked the storage account and container, and they are configured correctly. I'm using SAS tokens for authentication, and they are valid. I've also tried with different files and sizes, but the problem seems to persist with files larger than 20GB.
Has anyone experienced similar issues or can suggest potential causes and solutions?