Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 476 Bytes

Demo-nodejs.md

File metadata and controls

17 lines (11 loc) · 476 Bytes

AZ-204 Demo: Event Hubs in Action

In the demo you will send and receive events from the EventGrid in Nodejs code.

Before delivery:

  • Open folder Nodejs from VS Code
  • Update values in the file Nodejs\.env

In class:

  1. Open folder Nodejs from VS Code
  2. Run the command node .\send.js
  3. Run the command node .\receive.js
  4. Demonstrate output and explain eg. Why the receiving done by partition while sending does not?

Sub