Designing Azure Infrastructure Solutions — Question 109

You need to recommend a data storage solution that meets the following requirements:
✑ Ensures that applications can access the data by using a REST connection
✑ Hosts 20 independent tables of varying sizes and usage patterns
✑ Automatically replicates the data to a second Azure region
✑ Minimizes costs
What should you recommend?

Answer options

Correct answer: B

Explanation

The correct answer is B because Azure Storage accounts with geo-redundant storage (GRS) provide a cost-effective solution that meets REST access requirements and supports multiple tables. Options A and D involve Azure SQL Database, which may not be as cost-effective for 20 independent tables, while option C, although similar to B, may incur higher costs due to read-access features that are unnecessary for the requirements.