Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 598 Bytes

demo.md

File metadata and controls

13 lines (7 loc) · 598 Bytes

AZ-204 Demo: Provision Azure Service Bus Queues and Topic by Azure CLI

In the demo, you will provision an Azure Service Bus Queues from script to leverage the service later to connect from SDK. Several queues will be provisioned including dead-letter queue and a single topic. It also create a several subscription for topic for hotel to leverage them later for booking processing.

Technical requirements:

  • Azure CLI or Cloud Shell

Demonstration:

  1. Open demo.azcli and execute the commands line by line.

  2. When the execution finished copy the connection string for next demo.s