An organization is designing a globally distributed web application that must store semi-structured JSON documents and support writing to multiple Azure regions simultaneously with low latency. Is the following statement true or false? The organization should use Azure SQL Database to meet these requirements because it natively supports multi-region writes and NoSQL document storage.
Answer: Answer
Answer
False
The correct answer is False because Azure SQL Database is a relational database engine and cannot host multi-region write workloads natively. Azure Cosmos DB is the correct service because it is a globally distributed NoSQL database that natively supports multi-region writes and semi-structured JSON data.
Step-by-Step Solution
Key Concept
Relational vs. non-relational database capabilities and multi-region write support in Azure