You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-bus-messaging/enable-partitions-premium.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,15 @@ Service Bus partitions enable queues and topics, or messaging entities, to be pa
12
12
13
13
> [!NOTE]
14
14
> - 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.
20
19
> - 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.
22
21
> - 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.
24
24
25
25
## Use Azure portal
26
26
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
89
89
```
90
90
91
91
## 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.
93
93
94
94
-[Azure Service Bus client library samples for .NET (latest)](/samples/azure/azure-sdk-for-net/azuremessagingservicebus-samples/)
95
95
-[Azure Service Bus client library samples for Java (latest)](/samples/azure/azure-sdk-for-java/servicebus-samples/)
0 commit comments