Skip to content

Commit 57283d9

Browse files
Merge pull request #312949 from EldertGrootenboer/fix/servicebus-geo-replication-pricing-terminology
docs: use replicas instead of regions in geo-replication pricing
2 parents 3e82828 + 5fef141 commit 57283d9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/service-bus-messaging/service-bus-geo-replication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,15 +353,15 @@ Keep the following considerations in mind when using this feature:
353353
- You should [rehearse](/azure/architecture/reliability/disaster-recovery#disaster-recovery-plan) promoting a complex distributed infrastructure at least once.
354354

355355
## Pricing
356-
The Premium tier for Service Bus is priced per [Messaging Unit](service-bus-premium-messaging.md#how-many-messaging-units-are-needed). With the Geo-Replication feature, each region runs on the same number of MUs as configured on the primary, and you're charged for the total MUs across all regions. Additionally, there's a charge based on the data replicated to secondary regions. The data transfer rate is determined by the zone where the primary region is located at the time of replication. For current pricing details, including data transfer rates, see the [Service Bus pricing page](https://azure.microsoft.com/pricing/details/service-bus/).
356+
The Premium tier for Service Bus is priced per [Messaging Unit](service-bus-premium-messaging.md#how-many-messaging-units-are-needed). With the Geo-Replication feature, each replica runs on the same number of MUs as configured on the primary, and you're charged for the total MUs across all replicas. Additionally, there's a charge based on the data replicated to secondary replicas. The data transfer rate is determined by the zone where the primary region is located at the time of replication. For current pricing details, including data transfer rates, see the [Service Bus pricing page](https://azure.microsoft.com/pricing/details/service-bus/).
357357

358358
The total cost can be calculated as follows:
359359
</br>
360-
(number of regions x MUs configured on primary x hours x hourly rate per MU) + (GBs replicated x data transfer rate per GB)
360+
(number of replicas x MUs configured on primary x hours x hourly rate per MU) + (GBs replicated x data transfer rate per GB)
361361

362362
For example, if you have 2 MUs configured on the primary namespace with 10 GB of data replicated:
363363
</br>
364-
(2 regions x 2 MUs x hours x hourly rate) + (10 GB x data transfer rate)
364+
(2 replicas x 2 MUs x hours x hourly rate) + (10 GB x data transfer rate)
365365

366366
## Recommended scenarios to trigger promotion
367367
While you can trigger a promotion at any time, here are some recommended scenarios where promoting a secondary to primary is advisable. For more details on each scenario, see [Scenarios](#scenarios).

0 commit comments

Comments
 (0)