Managing Azure Service Bus queues

Service Bus is a comprehensive set of enterprise-ready connectivity tools to enable messaging between endpoints. It differs from the Storage service as mentioned in the introduction, and talking about queues, it offers many more features than that.

To provide our application with a Service Bus queue, a Service Bus endpoint should be created as explained in the following section. The Service Bus integrates the Access Control Service (ACS) to provide fine-grained security across its objects (such as queues, topics, and relays).

Tip

Here and later in the chapter, we use ACS with default credentials (owner user) to operate against the Service Bus. It is a common approach, even if it is not recommended in production ...

Get Microsoft Azure Development Cookbook Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.