<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>