I have a requirement where I need to sync data from CRM to Azure Cosmos DB. Currently I am running a script to fetch data through CRM API and update the Azure CosmosDB incrementally. But that is not realtime data and would result in inconsistent data if there is change in schema.
I want to have some automation done so that I have realtime syncing between the two DB's / any other solution provided by Microsoft where the syncing is taken care of whenever there is a new CRUD on CRM database.