Azure Cosmos DB Manage Cosmos DB databases and query data. List accounts List databases List containers Query documents Get connection strings Get throughput Update throughput Notes - Cosmos DB supports SQL, MongoDB, Cassandra, Gremlin, and Table APIs. - Use for SQL API; replace with the API type for others. - Confirm before modifying throughput (cost implications). ---