Skip to content

Commit

Permalink
fix doc issue (#22994)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinbai authored Aug 17, 2023
1 parent b1de359 commit 7ed97e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions website/docs/r/servicebus_topic.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ The following arguments are supported:

* `enable_express` - (Optional) Boolean flag which controls whether Express Entities are enabled. An express topic holds a message in memory temporarily before writing it to persistent storage.

* `enable_partitioning` - (Optional) Boolean flag which controls whether to enable Changing this forces a new resource to be created.
the topic to be partitioned across multiple message brokers. Defaults to false.
Changing this forces a new resource to be created.
* `enable_partitioning` - (Optional) Boolean flag which controls whether to enable the topic to be partitioned across multiple message brokers. Defaults to false. Changing this forces a new resource to be created.

-> **NOTE:** Partitioning is available at entity creation for all queues and topics in Basic or Standard SKUs. It is not available for the Premium messaging SKU, but any previously existing partitioned entities in Premium namespaces continue to work as expected. Please [see the documentation](https://docs.microsoft.com/azure/service-bus-messaging/service-bus-partitioning) for more information.

Expand Down

0 comments on commit 7ed97e4

Please sign in to comment.