A smart grid utility provider is designing an analytical data platform on Azure to monitor electricity consumption. The platform must ingest real-time telemetry from 500,000 smart meters at a velocity of 10,000 events per second, totaling 12 TB of new data monthly. The architecture must satisfy the following requirements:
- The raw telemetry data must be stored in a data lake and remain highly available and resilient to regional datacenter outages.
- Data analysts must perform ad-hoc, exploratory SQL queries on years of historical Parquet files in the data lake without provisioning or paying for idle compute resources.
- External partners must be granted read access to the historical files securely, with the ability to revoke access immediately if needed.
Which two options should you recommend in the architectural design to meet these requirements?
- Azure Data Lake Storage Gen2 configured with Geo-Redundant Storage (GRS) to store the raw telemetry data.Cevap
- A Serverless SQL pool in Azure Synapse Analytics to perform the ad-hoc exploratory queries on the historical Parquet files.Cevap
- CA Dedicated SQL pool in Azure Synapse Analytics to query the historical Parquet files.
- DAzure Data Lake Storage Gen2 configured with Locally Redundant Storage (LRS) to store the raw telemetry data.
- EAn ad-hoc Shared Access Signature (SAS) token configured with a two-year lifetime directly in the URI for client data access.