For applying the Direct Upload V2 mechanism

ARTIFACTORY: How to configure Azure Blob V2 Storage with Artifactory using Direct and Eventual Upload method

AuthorFullName__c
Bassel Mbariky
articleNumber
000005719
ft:sourceType
Salesforce
FirstPublishedDate
2023-05-11T09:20:09Z
lastModifiedDate
2023-05-11
VersionNumber
1
<config version="3">
    <chain template="azure-blob-storage-v2-direct"/>
    <provider type="cache-fs" id="cache-fs">
        <maxCacheSize>10000000000</maxCacheSize>
        <cacheProviderDir>/var/opt/jfrog/artifactory/data/cache</cacheProviderDir>
    </provider>
        <provider id="azure-blob-storage-v2" type="azure-blob-storage-v2">
        <endpoint>https://test.blob.core.windows.net/</endpoint>;
        <multipartElementSize>100000000</multipartElementSize>
        <binariesDir>data/filestore</binariesDir>
        <accountName>the account name</accountName>
        <container>containername</container>
        <tempDir>temp</tempDir>
        <accountKey>accountkey</accountKey>
        <multiPartLimit>256000000</multiPartLimit>
    </provider>
</config>