Skip to content

Commit 567c50c

Browse files
authored
Merge pull request #95087 from axisc/patch-5
Update service-bus-faq.md
2 parents aab1c04 + ca7aeac commit 567c50c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/service-bus-messaging/service-bus-faq.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@ Any data transfer within a given Azure region is provided at no charge, as well
108108
### Does Service Bus charge for storage?
109109
No, Service Bus does not charge for storage. However, there is a quota limiting the maximum amount of data that can be persisted per queue/topic. See the next FAQ.
110110
111+
### I have a Service Bus Standard namespace. Why do I see charges under resource group '$system'?
112+
Azure Service Bus recently upgraded the billing components. Due to this, if you have a Service Bus Standard namespace, you may see line items for the resource '/subscriptions/<azure_subscription_id>/resourceGroups/$system/providers/Microsoft.ServiceBus/namespaces/$system' under resource group '$system'.
113+
114+
These charges represent the base charge per Azure subscription that has provisioned a Service Bus Standard namespace.
115+
116+
It is important to note that these are not new charges, i.e. they existed in the previous billing model too. The only change is that they are now listed under '$system'. This is done due to contraints in the new billing system which groups subscription level charges, not tied to a specific resource, under the '$system' resource id.
117+
111118
## Quotas
112119
113120
For a list of Service Bus limits and quotas, see the [Service Bus quotas overview][Quotas overview].

0 commit comments

Comments
 (0)