Skip to content

Commit 04e110b

Browse files
Improve acrolinx score
1 parent 1c6beec commit 04e110b

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

articles/service-bus-messaging/enable-partitions-premium.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@ Service Bus partitions enable queues and topics, or messaging entities, to be pa
1212

1313
> [!NOTE]
1414
> - Partitioning can be enabled during namespace creation in the Premium SKU.
15-
> - We do not allow creating non-partitioned entities in a partitioned namespace.
16-
> - It's not possible to change the partitioning option on any existing namespace. The number of partitions can only be set during namespace creation.
17-
> - The assigned messaging units are always a multiplier of the amount of partitions in a namespace, and are equally distributed across the partitions. For example, in a namespace with 16MU and 4 partitions, each partition will be assigned 4MU.
18-
> - When creating a partitioned namespace in a region [that supports Availability Zones](service-bus-outages-disasters.md#availability-zones), this will automatically enabled on the namespace.
19-
> - Multiple partitions with lower messaging units (MU) give you a better performance over a single partition with higher MUs.
15+
> - Creating non-partitioned entities in a partitioned namespace isn't allowed.
16+
> - Changing the partitioning option on any existing namespace isn't possible. The number of partitions can only be set during namespace creation.
17+
> - The number of assigned messaging units are always a multiplier of the number of partitions in a namespace, and are equally distributed across the partitions. For example, in a namespace with 16MU and 4 partitions, each partition is assigned 4MU.
18+
> - Using multiple partitions with lower messaging units (MU) gives you a better performance over a single partition with higher MUs.
2019
> - When using the Service Bus [Geo-disaster recovery](service-bus-geo-dr.md) feature, ensure not to pair a partitioned namespace with a non-partitioned namespace.
21-
> - It is not possible to [migrate](service-bus-migrate-standard-premium.md) a standard SKU namespace to a Premium SKU partitioned namespace.
20+
> - It's not possible to [migrate](service-bus-migrate-standard-premium.md) a standard SKU namespace to a Premium SKU partitioned namespace.
2221
> - JMS is currently not supported on partitioned namespaces.
23-
> - Batching messages with distinct SessionId or PartitionKey is not supported on partitioned namespaces.
24-
> - The feature is currently available in all regions except West India and Austria East.
22+
> - Batching messages with distinct SessionId or PartitionKey isn't supported on partitioned namespaces.
23+
> - This feature is currently available in all regions except West India and Austria East.
2524
2625
## Use Azure portal
2726
When creating a **namespace** in the Azure portal, set the **Partitioning** to **Enabled** and choose the number of partitions, as shown in the following image.
@@ -90,7 +89,7 @@ To **create a namespace with partitioning enabled**, set `partitions` to a numbe
9089
```
9190

9291
## Next steps
93-
Try the samples in the language of your choice to explore Azure Service Bus features.
92+
Explore Azure Service Bus features using the samples in the language of your choice.
9493

9594
- [Azure Service Bus client library samples for .NET (latest)](/samples/azure/azure-sdk-for-net/azuremessagingservicebus-samples/)
9695
- [Azure Service Bus client library samples for Java (latest)](/samples/azure/azure-sdk-for-java/servicebus-samples/)

0 commit comments

Comments
 (0)