Azure Service BUS Topic

Azure Service Bus is a fully managed enterprise message broker with message queues and publish-subscribe topics. Service Bus is used to decouple applications and services from each other, providing load-balancing work across competing works, safely routing and transferring data and control across service and application boundaries, and coordinating transactional work that requires a high degree of reliability.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Deployments

33

Made by

Massdriver

Official

Yes

No

Compliance

Operator Guide

This is the guide for your bundle. It will appear under the guide button in Massdriver.

Use it to describe to users how the bundle works, use cases for the bundle, and examples.

Variable Type Description
monitoring.mode string Enable and customize Function App metric alarms.
service.region string Select the Azure region you’d like to provision your Azure Service Bus in. Cannot be changed after the resource is created.
service.sku string Select your desired SKU tier for the Service Bus Namespace. Cannot be changed after the resource is created.
subscription.batched_operations boolean Enable support for batched operations for the Service Bus Subscription.
subscription.max_delivery_count integer The number if maximum deliveries, ranging 1-2000.
subscription.session boolean Service bus sessions allow ordered handling of unbounded sequences of related messages. Cannot be changed after the resource is created.
topic.batched_operations boolean Enable server-side batched operations for the Service Bus Topic.
topic.duplicate_detection boolean Enable duplicate detection for the Service Bus Topic. Cannot be changed after the resource is created.
topic.express boolean Enable express entities to hold messages in memory temporarily before writing them to persistent storage.
topic.support_ordering boolean Enable ordering support for the Service Bus Topic.