Configure Azure Stream Analytics with Event Hub and Blob Storage Inputs - Kripadhn/Data-Engineering GitHub Wiki
- Overview
- Azure Stream Analytics Stream Data Input
- Azure Stream Analytics Reference Data Input
- Demo Sending Events to Azure Event Hubs in .NET
- Demo Configuring Event Hubs Input for Azure Stream Analytics
** 1. Azure Stream Analytics Stream Data Input**
Services to provide data inputs:
- Azure Event hubs
- Azure IOT Hub
- Azure Blob Storage
** 2. Reference Data inputs:**
**Use Cases: **
## New Stream Analytics Job
** 3. Demo Sending Events to Azure Event Hubs in .NET:**
- Create Event Hub instance
- Create Credential ( for client application to connect to Event Hub Namespace and send events to it)
- Under settings -> Shared Access policies -> Add Policy -> Check send and listen -> Click on TemperatureData named policy
- From application -> Get Microsoft.Azure.EventHubs standard client library from Nuget Installed tab
- Paste Connection string with EndPoint and SharedKey to application ConnectionString variables