Skip to content

Add configuration properties for event-grid & cryptography factories, partition service initialization fails otherwise

Neelesh Thakur requested to merge lazy-event into master

Azure resources are partition aware, they will try to initialize partition service client when they are integrated with Core services. In case of Partition service, it's not desired behavior. Partition service do rely on core-lib-azure for common azure functionality so we cannot take out the core-lib-azure reference from service. These config property will allow us to disable injection of these factories.

Edited by Neelesh Thakur

Merge request reports