Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 624 Bytes

demo.md

File metadata and controls

23 lines (13 loc) · 624 Bytes

AZ-204 Demo: Processing events from code

In the demo you will configure publisher and subscriber to submit and receive events.

Technical Requirements

  • Visual Studio Code
  • Event Hub provisioned from previous demo.
  • AzurCLI or Cloud Shell to run.

Demonstration

  1. Open publisher folder from Visual Studio code. Update Program.cs file and add connection string to your Event Hub.

  2. Build and run publisher to submit the events.

publisher

  1. Open subscriber folder from Visual Studio code.

  2. Build and run subscriber to receive the events.

subscriber