
Answer-first summary for fast verification
Answer: Azure Cosmos DB
The correct answer is Azure Cosmos DB (Option C). Azure Cosmos DB is designed to be a globally distributed, multi-model database service that can elastically and independently scale throughput and storage across any number of Azure regions. It also supports storing JSON documents, making it the most suitable choice for a solution that needs to add data concurrently from multiple regions and store JSON documents.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are tasked with implementing an Azure database solution that supports concurrent data addition from multiple regions and the ability to store JSON documents. Which Azure database service is most suitable for this requirement?
A
Azure SQL Database
B
Azure Blob Storage
C
Azure Cosmos DB
D
Azure Table Storage
No comments yet.