We are going to create an application that submits a colour and receives back a fruit. This will be a console application in C# that just loops and generates a number of fruit events until we cancel the application. These fruit events will generate a JSON message that we can send to an event hub. Using the event hub and azure stream analytics we will stream real time data to a data lake, a real time dataset in Power BI and also an Azure SQL DB.
- Create Fruit Console App
- Add Log and Error Handling
- Create Data Lake
- Create Event Hub
- Add Event Hub To App
- Create Stream To Lake
- Create Stream Case Statement
- Create Stream To Power BI
- Create Azure SQL DB
- Create Stream To Azure SQL DB