AI-100 · Question #56
AI-100 Question #56: Real Exam Question with Answer & Explanation
The correct answer is B. Azure Event Grid. Event Hubs Capture is the easiest way to automatically deliver streamed data in Event Hubs to an Azure Blob storage or Azure Data Lake store. You can subsequently process and deliver the data to any other storage destinations of your choice, such as SQL Data Warehouse or Cosmos D
Question
Exhibit
Options
- AAzure Notification Hubs
- BAzure Event Grid
- CApache Kafka streams
- DAzure Stream Analytics
Explanation
Event Hubs Capture is the easiest way to automatically deliver streamed data in Event Hubs to an Azure Blob storage or Azure Data Lake store. You can subsequently process and deliver the data to any other storage destinations of your choice, such as SQL Data Warehouse or Cosmos DB. You to capture data from your event hub into a SQL data warehouse by using an Azure function triggered by an event grid. First, you create an event hub with the Capture feature enabled and set an Azure blob storage as the destination. Data generated by WindTurbineGenerator is streamed into the event hub and is automatically captured into Azure Storage as Avro files. Next, you create an Azure Event Grid subscription with the Event Hubs namespace as its source and the Azure Function endpoint as its Whenever a new Avro file is delivered to the Azure Storage blob by the Event Hubs Capture feature, Event Grid notifies the Azure Function with the blob URI. The Function then migrates data from the blob to a SQL data warehouse. https://docs.microsoft.com/en-us/azure/event-hubs/store-captured-data-data-warehouse
Community Discussion
No community discussion yet for this question.
