Scenario: You are developing a solution that stores JSON documents in Azure Cosmos DB. You need to ensure strong consistency for all read operations.
Solution: You configure the Cosmos DB account to use Session consistency.
Does the solution meet the goal?