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