A company stores transaction log files in an Azure Data Lake Storage Gen2 account. You need to design an analytical query solution that allows data analysts to perform ad-hoc SQL queries directly on these files with minimal operational overhead. The data must remain available even if the primary Azure region suffers a datacenter outage. Which two configurations should you include in the design? (Select TWO.)
- AConfigure the storage account to use Locally Redundant Storage (LRS).
- Configure the storage account to use Geo-redundant storage (GRS).Answer
- CProvision a dedicated SQL pool in Azure Synapse Analytics.
- Use a serverless SQL pool in Azure Synapse Analytics.Answer
- EGenerate long-lived Shared Access Signatures (SAS) with a lifetime of one year directly on the container URI.
Answer
Configure the storage account to use Geo-redundant storage (GRS) and use a serverless SQL pool in Azure Synapse Analytics.
The combination of a serverless SQL pool and Geo-redundant storage (GRS) meets all requirements. A serverless SQL pool enables ad-hoc queries directly on files in Azure Data Lake Storage with minimal operational overhead and cost, while GRS provides replication to a secondary region to protect against datacenter outages.
Step-by-Step Solution
Key Concept
Selecting the appropriate analytical query engines and storage redundancy levels based on operational overhead, cost, and availability requirements.