Integrating large data exchange leveraging Azure CosmosDB with D365F&O using Azure Functions
Hi friends, we would be discussing today about a very powerful integration strategy: integrating Cosmos Db to D365F&O using Azure Functions. Scenario: If you have large datasets coming to D365F&O system, and you want the data to be processed on a near-real time momentum, then plugging CosmosDB to D365F&O with Azure functions could be a very powerful option. When should you use Cosmos Db: Azure Cosmos DB natively partitions your data for high availability and scalability. Azure Cosmos DB offers 99.99% guarantees for availability, throughput, low latency, and consistency on all single-region accounts and all multi-region accounts with relaxed consistency, and 99.999% read availability on all multi-region database accounts. Azure Cosmos DB has SSD backed storage with low-latency order-of-millisecond response times. Azure Cosmos DB's support for consistency levels like eventual, consistent prefix, session, and bounded-staleness allows for full flexibilit...