Skip to content

Commit 4b00d13

Browse files
Merge pull request #257279 from george-guirguis/main
updated limits
2 parents 8b11259 + 991cd18 commit 4b00d13

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/event-grid/includes/limits.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,36 +30,36 @@ The following limits apply to MQTT in Azure Event Grid namespace resource.
3030

3131
| Limit description | Limit |
3232
|----------------------------------------------|-----------------------------------------------------------------------------------|
33-
| MQTT connections per namespace | 10,000 per TU |
33+
| MQTT sessions per namespace | 10,000 per TU |
3434
| Sessions per namespace | 10,000 per TU |
3535
| Session Expiry Interval | 8 hours, [configurable on the namesapce](../mqtt-support.md#maximum-session-expiry-interval-configuration)|
3636
| Inbound MQTT publish requests per namespace | 1,000 messages per second |
3737
| Inbound MQTT bandwidth per namespace | 1 MB per second per TU |
38-
| Inbound MQTT publish requests per connection | 100 messages per second |
39-
| Inbound MQTT bandwidth per connection | 1 MB per second |
38+
| Inbound MQTT publish requests per session | 100 messages per second |
39+
| Inbound MQTT bandwidth per session | 1 MB per second |
4040
| Outbound MQTT publish requests per namespace | 1,000 messages per second |
4141
| Outbound MQTT bandwidth per namespace | 1 MB per second per TU |
42-
| Outbound MQTT publish requests per connection| 100 messages per second |
43-
| Outbound MQTT bandwidth per connection | 1 MB per second |
42+
| Outbound MQTT publish requests per session| 100 messages per second |
43+
| Outbound MQTT bandwidth per session | 1 MB per second |
4444
| Max message size | 512 KB |
4545
| Segments per topic/ topic filter | 8 |
4646
| Topic size | 256 B |
4747
| MQTTv5 response topic | 256 B |
48-
| MQTTv5 topic aliases | 10 per connection |
49-
| MQTTv5 user properties size | 8 KB |
48+
| MQTTv5 topic aliases | 10 per session |
49+
| MQTTv5 total size of all user properties | 32 KB |
5050
| MQTTv5 content type size | 256 B |
5151
| MQTTv5 correlation data size | 256 B |
5252
| Connect requests | 200 requests per second per TU |
5353
| MQTTv5 authentication data size | 8 KB |
5454
| Maximum keep-alive interval | 1160 |
5555
| Topic filters per MQTT SUBSCRIBE packet | 10 |
5656
| Subscribe and unsubscribe requests per namespace | 200 requests per second |
57-
| Subscribe and unsubscribe requests per connection | 5 requests per second |
58-
| Subscriptions per MQTT connection | 50 |
57+
| Subscribe and unsubscribe requests per session | 5 requests per second |
58+
| Subscriptions per MQTT session | 50 |
5959
| Subscriptions per namespace | 1 million |
60-
| Subscriptions per MQTT topic | Unlimited, as long as they don't exceed the limit for subscriptions per namespace or connection|
60+
| Subscriptions per MQTT topic | Unlimited, as long as they don't exceed the limit for subscriptions per namespace or session|
6161
| Registered client resources | 10,000 clients per TU |
62-
| CA certificates | 2 |
62+
| CA certificates | 10 |
6363
| Client groups | 10 |
6464
| Topic spaces | 10 |
6565
| Topic templates | 10 per topic space |

0 commit comments

Comments
 (0)