Skip to main content

Servicebus



Resource Icon

Resource Overview

Azure Service Bus is a fully managed enterprise messaging service that supports asynchronous messaging between applications.
It supports reliable message delivery, reduced coupling between distributed systems, and large-scale event processing scenarios through queue and topic/subscription models.

Associated Resources

Parent Resources


Resource Configuration

  • sku : Pricing tier of Service Bus - Basic, Standard, Premium
  • capacity : Capacity units used to control throughput in the Premium SKU
  • premium_messaging_partitions : Number of partitions used in the Premium messaging tier - 1, 2, 4
  • default_action : Default action when applying network rules - Allow, Deny
  • public_network_access_enabled : Whether to allow Service Bus access from public networks - true, false

Network Rules (network_rules)

  • network_rules.target_subnet_name : Name of the target subnet to which network rules are applied
  • network_rules.ignore_missing_vnet_service_endpoint : Whether to ignore missing VNet service endpoints on the subnet - true, false

Topic (topic)

  • topic.status : Topic activation status - Active, Disabled
  • topic.enable_partitioning : Whether to enable message partitioning - true, false

Subscription (subscription)

  • subscription.target_topic_name : Name of the target Topic to which the subscription is connected
  • subscription.max_delivery_count : Maximum number of message delivery attempts

References