A manufacturing enterprise operates globally and needs to design a data platform on Azure to process and analyze telemetry data from industrial IoT sensors. The platform must meet the following technical specifications:
- Ingestion rate: A continuous stream of events per second.
- Volume: A total storage capacity of of historical sensor data stored in Parquet format.
- Query patterns: Data analysts execute ad-hoc, exploratory SQL queries on the historical Parquet files approximately to times per week. The query latency must be under .
- Resilience: The storage solution must remain available and readable in a secondary region in the event of a primary region outage.
- Cost and Operations: You must minimize operational overhead and ensure you do not pay for idle compute resources.
Which combination of Azure compute and storage configurations should you recommend?
- AAzure Synapse Analytics dedicated SQL pools querying an Azure Data Lake Storage Gen2 account configured with Read-Access Geo-Redundant Storage (RA-GRS)
- BAzure Synapse Analytics serverless SQL pools querying an Azure Data Lake Storage Gen2 account configured with Locally Redundant Storage (LRS)
- Azure Synapse Analytics serverless SQL pools querying an Azure Data Lake Storage Gen2 account configured with Read-Access Geo-Redundant Storage (RA-GRS)Answer
- DAzure Synapse Analytics serverless SQL pools querying an Azure Data Lake Storage Gen2 account configured with Read-Access Geo-Redundant Storage (RA-GRS) using an ad-hoc Shared Access Signature (SAS) token configured with a three-year lifetime