You are developing a solution that will stream to Azure Stream Analytics. The solution will have both streaming data and reference data.
Which input type should you use for the reference data?
You are developing a solution that will stream to Azure Stream Analytics. The solution will have both streaming data and reference data.
Which input type should you use for the reference data?
For reference data in Azure Stream Analytics, the suitable input type is Azure Blob Storage. Azure Stream Analytics leverages Azure Blob Storage to store and retrieve static data that can be referenced during stream processing. This aligns with the documented capabilities of supporting reference data inputs via Azure Blob Storage and Azure SQL Database.
correct, blob storage or azure sql database
Correct https://learn.microsoft.com/en-us/azure/stream-analytics/stream-analytics-add-inputs#reference-data-input
This is correct.
Correct
for reference data blob storage is correct (or also azure sql database)
correct
B is the best
B is correct
Why not connecting directly Event Hub? Answer D?
Since it is specified that Stream analytics is used , no need for event hub. It will just add cost. Correct me if I am wrong.
Because the question is about reference data, not streaming data.