A manufacturing enterprise is designing an Azure data platform to collect and analyze telemetry from industrial wind turbines. The turbines emit continuous sensor readings totaling events per second with an ingestion volume of per minute. The raw data must be preserved indefinitely in a cost-effective storage account that provides resilience against a datacenter outage in the primary region. Business analysts require the ability to run ad-hoc, exploratory SQL queries on the raw turbine data. These queries are executed sporadically, and a query latency of up to is acceptable. Which data integration and analytical storage architecture should you recommend to meet the requirements while minimizing cost and operational overhead?
- Configure Azure Event Hubs with the Capture feature enabled to write the streaming telemetry to an Azure Data Lake Storage Gen2 account configured with Geo-Redundant Storage (GRS). Query the captured data using an Azure Synapse Analytics serverless SQL pool.Cevap
- BConfigure Azure Event Hubs to stream data to Azure Stream Analytics, which writes to an Azure Data Lake Storage Gen2 account configured with Locally Redundant Storage (LRS). Query the data using an Azure Synapse Analytics serverless SQL pool.
- CConfigure Azure Event Hubs with the Capture feature enabled to write the streaming telemetry to an Azure Data Lake Storage Gen2 account configured with Geo-Redundant Storage (GRS). Provision an Azure Synapse Analytics dedicated SQL pool to load and query the telemetry data.
- DConfigure Azure Event Hubs with the Capture feature enabled to write the streaming telemetry to an Azure Data Lake Storage Gen2 account. Generate Shared Access Signature (SAS) tokens with a five-year expiration to grant the query tools direct access to the files.
Cevap
Configure Azure Event Hubs with the Capture feature enabled to write the streaming telemetry to an Azure Data Lake Storage Gen2 account configured with Geo-Redundant Storage (GRS), and query the captured data using an Azure Synapse Analytics serverless SQL pool.
The configuration of Azure Event Hubs with the Capture feature, Geo-Redundant Storage (GRS) for Azure Data Lake Storage Gen2, and Azure Synapse Analytics serverless SQL pools meets all criteria. Event Hubs Capture handles the ingestion of events per second () with minimal operational effort. GRS ensures that the historical telemetry is preserved even during a primary region outage. The serverless SQL pool provides a cost-effective, on-demand query engine for sporadic ad-hoc queries, charging only for the data processed, which avoids paying for idle compute resources.
Adım Adım Çözüm
Anahtar Kavram
Designing a cost-effective real-time ingestion and ad-hoc analytical query architecture using serverless pools and redundant storage.
Tahmini Süre:2m 0s