Skip to main content
Skip table of contents

Microsoft Azure Service Bus

The Microsoft Azure Service Bus section displays enterprise messaging components from your Azure Service Bus namespaces organized into Queues and Topics. This inventory helps organizations manage asynchronous communication between applications, track message delivery patterns and maintain visibility into enterprise messaging infrastructure for reliable data transfer and application decoupling.

Navigate to InventoryData SourcesMicrosoftAzure<Azure Subscription><Resource Group><Data Source Name>Logic AppsService Bus to access these messaging catalogs.


Queues

The Queues catalog displays point-to-point messaging entities that provide FIFO (First In, First Out) message delivery between producers and consumers. This view helps you understand message flow patterns, monitor queue health and manage asynchronous communication where each message is processed by a single consumer.

image-20250909-084202.png

Queues catalog interface showing Name/URL, Namespace and Status columns

What you see:

  • Name / URL: Queue identifier with Service Bus endpoint URL below (clickable)

  • Namespace: Service Bus namespace containing the queue

  • Status: Current queue operational status (Active/Disabled)


Queue Detail View

Clicking a queue name opens a detailed view showing:

image-20250909-084254.png

slbc-queue-forwarding-dev queue detail view showing Basic Data, Administration and Sizing Details sections

Basic Data section displays:

  • Name: Queue identifier

  • Servicebus Namespace: Parent namespace identifier

  • Status: Queue operational status (Active/Disabled)

  • URL: Complete Service Bus endpoint URL

  • Partitioning: Whether queue is partitioned across multiple message brokers (true/false)

  • Session Handling: Whether session-based FIFO ordering is enabled (true/false)

  • Duplicate detection: Whether automatic duplicate message removal is enabled (true/false)

  • Dead Lettering: Maximum delivery attempts before moving messages to dead letter queue

  • Message Forwarding: Target queue for automatic message forwarding (when configured)

Administration section displays:

  • Created on: Queue creation timestamp

  • Changed on: Last configuration change timestamp

  • Access at: Last access timestamp for monitoring

Sizing Details section displays:

  • Max Delivery Count: Maximum attempts to deliver a message before dead-lettering

  • Current size (KB): Current queue storage utilization

  • Max Size (GB): Maximum queue storage capacity

  • Message time to live: Message expiration period (e.g., P14D = 14 days)

  • Delete on Idle: Automatic queue deletion period when unused

  • Lock Duration: Message lock timeout for processing

  • Free Space (%): Available storage percentage


Topics

The Topics catalog displays publish-subscribe messaging entities that enable one-to-many communication patterns through subscriptions. This view helps you understand message distribution patterns, monitor topic utilization, and manage scenarios where multiple consumers need to process copies of the same message independently.

image-20250909-084320.png

Topics catalog interface showing Name, Namespace and Status columns

What you see:

  • Name: Topic identifier with Service Bus endpoint URL below (clickable)

  • Namespace: Service Bus namespace containing the topic

  • Status: Current topic operational status (Active/Disabled)


Topic Detail View

Clicking a topic name opens a detailed view showing:

image-20250909-084352.png

exchangerates_transfer topic detail view showing Basic Data, Administration, Sizing Details and Subscriptions sections

Basic Data section displays:

  • Name: Topic identifier

  • Namespace: Parent namespace identifier

  • Status: Topic operational status (Active/Disabled)

  • URL: Complete Service Bus endpoint URL

  • Partitioning: Whether topic is partitioned across multiple message brokers (true/false)

  • Duplicate detection: Whether automatic duplicate message removal is enabled (true/false)

Administration section displays:

  • Created on: Topic creation timestamp

  • Changed on: Last configuration change timestamp

  • Access at: Last access timestamp for monitoring

Sizing Details section displays:

  • Current size (KB): Current topic storage utilization

  • Max Size (GB): Maximum topic storage capacity

  • Message time to live: Message expiration period (e.g., P14D = 14 days)

  • Delete on Idle: Automatic topic deletion period when unused

  • Free Space (%): Available storage percentage

Subscriptions section displays:

  • Name: Subscription identifier for topic consumers (clickable)

This section shows all subscriptions that receive copies of messages sent to the topic, enabling the publish-subscribe messaging pattern where multiple consumers can independently process the same message.


Navigation

All catalog views include:

  • Search icon (magnifying glass) in the top right toolbar

  • Refresh icon next to the search

  • Pagination controls showing item counts and page navigation

  • Blue-highlighted names that open detailed views with additional configuration information


Last Updated: September 09, 2025


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.