What is Azure Cosmos DB?
Azure Cosmos DB is a globally distributed, multi-model database service that enables you to rapidly create and query document, key-value, and graph databases. It offers guaranteed low latency, high availability, and elastic scalability, making it ideal for a wide range of modern applications.
What is RU/s?
RU/s stands for Request Units per second. It's a normalized measure of throughput that represents the cost of various database operations. Cosmos DB uses RU/s to abstract the complexity of underlying hardware resources like CPU, memory, and IOPS. You provision RU/s to guarantee the performance of your application.