Skip to content

Commit 0b303e5

Browse files
Merge pull request #302617 from EldertGrootenboer/patch-5
Call out that batching messages with sessionid or partitionid is not supported
2 parents 92d2da4 + 04e110b commit 0b303e5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +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-
> - The feature is currently available in all regions except West India.
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.
2424
2525
## Use Azure portal
2626
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.
@@ -89,7 +89,7 @@ To **create a namespace with partitioning enabled**, set `partitions` to a numbe
8989
```
9090

9191
## Next steps
92-
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.
9393

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

0 commit comments

Comments
 (0)