A healthcare provider is designing a new analytical data solution on Azure to integrate and process telemetry from medical sensors and daily diagnostic reports. The design must satisfy the following technical requirements:
* Diagnostic reports: of compressed JSON files are uploaded as a batch once every .
* Exploratory analysis: Data analysts must be able to run ad-hoc, exploratory queries directly against the raw JSON batch files without incurring costs for idle compute resources.
* Disaster recovery: The raw analytical data must be resilient against a regional datacenter failure.
* Access control: External research partners must be granted temporary, read-only access to the raw data files. The access must be immediately revocable at any time without rotating the primary storage account keys.
Which combination of storage redundancy, analytical querying engine, and authorization mechanism should you recommend to meet these requirements?
- Azure Data Lake Storage Gen2 (ADLS Gen2) configured with Geo-Redundant Storage (GRS); Azure Synapse Serverless SQL pool; Shared Access Signature (SAS) tokens associated with a stored access policy.Answer
- BAzure Data Lake Storage Gen2 (ADLS Gen2) configured with Locally Redundant Storage (LRS); Azure Synapse Serverless SQL pool; Shared Access Signature (SAS) tokens associated with a stored access policy.
- CAzure Data Lake Storage Gen2 (ADLS Gen2) configured with Geo-Redundant Storage (GRS); Azure Synapse Dedicated SQL pool; Shared Access Signature (SAS) tokens associated with a stored access policy.
- DAzure Data Lake Storage Gen2 (ADLS Gen2) configured with Geo-Redundant Storage (GRS); Azure Synapse Serverless SQL pool; Ad-hoc Shared Access Signature (SAS) tokens generated with an explicit 12-month expiration window.