Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 419 Bytes

Demo-nodejs.md

File metadata and controls

15 lines (9 loc) · 419 Bytes

AZ-204 Demo: Send and receive messages from a Service Bus queue

In the demo you will send and receive messages from Azure Service Bus

Before delivery:

  • Open folder Nodejs from VS Code
  • Update hardcoded connection string in .env

In class:

  1. Run the following command to send message node .\send.js
  2. Run the following command to receive message node .\receive.js

Sub