Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 429 Bytes

Demo-csharp.md

File metadata and controls

15 lines (9 loc) · 429 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 project ServiceBusDemo\ServiceBusDemo.sln from VS
  • Update hardcoded connection string in Program.cs

In class:

  1. Run the project to send and receive messages from Service Bus
  2. Demonstrate output and explain with the code.

Sub