For applying the Direct Upload V1 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="3">
    <chain template="azure-blob-storage-direct"/>
    <provider type="cache-fs" id="cache-fs">
        <maxCacheSize>10000000000</maxCacheSize>
        <cacheProviderDir>/var/opt/jfrog/artifactory/data/cache</cacheProviderDir>
    </provider>
    <provider type="azure-blob-storage" id="azure-blob-storage">
        <endpoint>https://<ACCOUNT_NAME>.blob.core.windows.net/</endpoint>
        <multipartElementSize>100000000</multipartElementSize>
        <binariesDir>data/filestore</binariesDir>
        <accountName>XXXXX Copy from step 3 XXXXX</accountName>
        <containerName>testblob</containerName>
        <tempDir>temp</tempDir>
        <accountKey>XXXXXX Copy from step 3 XXXXXX</accountKey>
        <multiPartLimit>256000000</multiPartLimit>
    </provider>
</config>