A retail corporation is designing an analytical data platform on Azure to analyze sales transactions. The solution must meet the following requirements:
- Ingest of CSV and Parquet files daily into Azure Data Lake Storage Gen2 (ADLS Gen2), with a total historical volume of .
- Enable data analysts to perform ad-hoc exploratory queries directly on the data lake files without provisioning or managing pre-allocated compute resources.
- Protect the data against both localized zone failures and regional disasters.
- Provide external auditors with read-only access to a specific folder in the data lake for days, with the ability to immediately revoke access if necessary.
Which two options should you include in the recommendation to meet these requirements?
- Configure the ADLS Gen2 storage account to use Read-Access Geo-Zone-Redundant Storage (RA-GZRS), and use Azure Synapse Analytics serverless SQL pools for the ad-hoc exploratory queries.Cevap
- Create a stored access policy on the target folder container, and generate a Shared Access Signature (SAS) token linked to this policy to provide access to the external auditors.Cevap
- CConfigure the ADLS Gen2 storage account to use Locally Redundant Storage (LRS) to minimize replication costs and reduce the latency of query execution.
- DProvision an Azure Synapse Analytics dedicated SQL pool to host and query the raw CSV and Parquet data directly from the storage account.