A research institute is designing an analytical data platform to explore genomic metadata stored in Azure Data Lake Storage (ADLS) Gen2. The solution must meet the following requirements:
* Volume: of genomics metadata files stored in CSV and Parquet formats.
* Velocity/Ingestion: New research datasets totaling are uploaded in a batch once per week.
* Query latency: Analytical queries are sporadic, executed by researchers on an ad-hoc basis, and can tolerate a latency of up to .
* Resilience: The storage must remain available and suffer no data loss in the event of a physical datacenter outage within the primary region.
* Security: The query engine must authenticate to the storage account using dynamic, short-lived permissions without utilizing account keys or static credentials.
Which solution should you recommend to meet the requirements?
- AQuery the files using Azure Synapse dedicated SQL pools, configure the ADLS Gen2 account to use zone-redundant storage (ZRS), and authenticate using Microsoft Entra ID pass-through.
- BQuery the files using Azure Synapse serverless SQL pools, configure the ADLS Gen2 account to use locally redundant storage (LRS), and authenticate using Microsoft Entra ID pass-through.
- Query the files using Azure Synapse serverless SQL pools, configure the ADLS Gen2 account to use zone-redundant storage (ZRS), and authenticate using Microsoft Entra ID pass-through.Cevap
- DQuery the files using Azure Synapse serverless SQL pools, configure the ADLS Gen2 account to use zone-redundant storage (ZRS), and access the storage using a Shared Access Signature (SAS) token configured with a three-year expiration.