azure-blob-storage uses the Azure V8 Java Client

ARTIFACTORY: What is the difference between Azure Blob V1 and V2?

AuthorFullName__c
Patrick Russell
articleNumber
000005675
FirstPublishedDate
2023-04-13T09:08:06Z
lastModifiedDate
2025-05-21
VersionNumber
1
The v8 client can only perform synchronous I/O operations against Azure Blob. This means the client (Artifactory) can only perform one upload at a time, the first upload must complete before the next one is attempted.

This is usually fine. Artifactory can use its Eventual folder to store other files for upload after it completes the current upload. Even the Eventual-Less configuration can handle multiple deployments without throwing an error; this configuration keeps the other files in a temp space within the application.