Skip to content

Commit cc8e04e

Browse files
Merge pull request #312967 from EldertGrootenboer/partitions-note-reorganize
Reorganize partitioned namespaces Note into separate callouts
2 parents 9e45c21 + 082c2d6 commit cc8e04e

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@ Service Bus partitions enable queues and topics, or messaging entities, to be pa
1717
> - You can't change the partitioning option on any existing namespace. You set the number of partitions during namespace creation.
1818
> - The number of assigned messaging units is always a multiplier of the number of partitions in a namespace, and is equally distributed across the partitions. For example, in a namespace with 16 MU and 4 partitions, each partition is assigned 4 MU.
1919
> - Using multiple partitions with lower messaging units (MU) gives you better performance over a single partition with higher MUs.
20-
> - When using the Service Bus [Geo-disaster recovery](service-bus-geo-dr.md) feature, don't pair a partitioned namespace with a non-partitioned namespace.
21-
> - You can't [migrate](service-bus-migrate-standard-premium.md) a Standard tier namespace to a Premium tier partitioned namespace.
22-
> - Batching messages with distinct SessionId or PartitionKey isn't supported on partitioned namespaces.
2320
> - This feature is currently available in all regions except West India, Qatar Central, and Austria East.
2421
22+
> [!IMPORTANT]
23+
> **Not supported with partitioned namespaces:**
24+
> - Batching messages with distinct SessionId or PartitionKey
25+
> - [Migration](service-bus-migrate-standard-premium.md) from a Standard tier namespace to a Premium tier partitioned namespace
26+
> - Pairing a partitioned namespace with a non-partitioned namespace when using [Geo-disaster recovery](service-bus-geo-dr.md)
27+
2528
## Use Azure portal
2629
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.
2730
:::image type="content" source="./media/enable-partitions/create-namespace.png" alt-text="Screenshot of screen where partitioning is enabled at the time of the namespace creation.":::

0 commit comments

Comments
 (0)