Skip to content

Multi partition support in Azure using Partition Service

Orsu Akhil requested to merge multi-partition-support into master

At present azure implementation of service is compatible with singe partition, this MR enables support for multi partitions using Partition Service. This is achieved via partition service client library through which partition specific resource's(cosmos db store,blob store in case of file) connection secrets are fetched and made use of to access those resources. This is handled using os-core-lib-azure library dependency

Edited by Orsu Akhil

Merge request reports