Improve this page

Back to Terraform templates index <–

Manages a ServiceBus Topic

Manages a ServiceBus Topic.Topics can only be created in Namespaces with an SKU of standard or higher.

Template Locations

Online documentation

Template reference
Service description

Resource Description Automation
module "servicebustopic" {
  name                = var.service_bus_topicname
  namespace_id      = var.service_bus_namespace
  enable_partitioning = true
}