For using the Eventual Upload mechanism

ARTIFACTORY: Cheat Sheet to configure Azure Blob Storage with Artifactory using Direct and Eventual Upload method

AuthorFullName__c
Prakriti Vishwakarma
articleNumber
000005415
ft:sourceType
Salesforce
FirstPublishedDate
2022-09-18T09:32:32Z
lastModifiedDate
2022-09-18
VersionNumber
3
<config version="1">
    <chain template="azure-blob-storage"/>
    <provider type="azure-blob-storage" id="azure-blob-storage">
        <endpoint>https://<ACCOUNT_NAME>.blob.core.windows.net/</endpoint>
        <accountName>XXXXX Copy from step 3 XXXXX</accountName>
        <containerName>mytestblob1</containerName>
        <accountKey>XXXXX Copy from step 3 XXXXX</accountKey>
    </provider>
</config>
6. Restart the Artifactory Instance.

Check out this document to learn more about Azure Blob Storage with Artifactory.