In the demo you will configure publisher and subscriber to submit and receive events.
- Visual Studio Code
- Event Hub provisioned from previous demo.
- AzurCLI or Cloud Shell to run.
-
Open publisher folder from Visual Studio code. Update
Program.cs
file and add connection string to your Event Hub. -
Build and run publisher to submit the events.
-
Open subscriber folder from Visual Studio code.
-
Build and run subscriber to receive the events.