Skip to content

Commit a0d8038

Browse files
Added explanation and guidance around performance scaling
1 parent 4a2bc6b commit a0d8038

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/service-bus-messaging/service-bus-performance-improvements.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The benchmarking sample doesn't use any advanced features, so the throughput you
4747

4848
#### Compute considerations
4949

50-
Using certain Service Bus features require compute utilization that can decrease the expected throughput. Some of these features are -
50+
Service Bus operates several background processes that can affect compute utilization. These include, but are not limited to, timers, schedules, and metrics emission. Additionally, using certain Service Bus features require compute utilization that can decrease the expected throughput. Some of these features are -
5151

5252
1. Sessions.
5353
2. Fanning out to multiple subscriptions on a single topic.
@@ -58,9 +58,7 @@ Using certain Service Bus features require compute utilization that can decrease
5858
7. Deduplication & look back time window.
5959
8. Forward to (forwarding from one entity to another).
6060

61-
If your application uses any of the above features and you aren't receiving the expected throughput, you can review the **CPU usage** metrics and consider scaling up your Service Bus Premium namespace.
62-
63-
You can also utilize Azure Monitor to [automatically scale the Service Bus namespace](automate-update-messaging-units.md).
61+
If your application uses any of the above features and you aren't receiving the expected throughput, you can review the **CPU usage** metrics and consider scaling up your Service Bus Premium namespace. You can also utilize Azure Monitor to [automatically scale the Service Bus namespace](automate-update-messaging-units.md). It is advisable to increase the number of Message Units (MUs) when CPU usage exceeds 70% to ensure optimal performance.
6462

6563
### Sharding across namespaces
6664

0 commit comments

Comments
 (0)