Skip to content

Commit 3202e87

Browse files
committed
Updates based on feedback from Seth
1 parent 25864c6 commit 3202e87

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

articles/event-grid/includes/limits.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Event Grid offers a standard tier and basic tier. Event Grid standard tier enabl
2121
[Azure Event Grid namespaces](../concepts-event-grid-namespaces.md#namespaces) enables MQTT messaging, and HTTP pull delivery.
2222
The following limits apply to namespace resources in Azure Event Grid.
2323

24-
| Limit description | Limit |
25-
|----------------------------------------|-------|
24+
| Limit description | Limit |
25+
|----------------------------------------|-------|
2626
| Event Grid namespaces per Azure subscription | 50 |
27-
| Maximum throughput units per Event Grid namespace | 40 |
27+
| Maximum throughput units per Event Grid namespace | 40 (To request an increase beyond 40 TUs, contact us at [[email protected]](mailto:[email protected])) |
2828
| IP Firewall rules per Event Grid namespace | 16 |
2929

3030
## MQTT limits in Event Grid namespace

articles/event-grid/mqtt-support.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ In MQTT v5, flow control refers to the mechanism for managing the rate and size
129129
For MQTT v5, MQTT broker is able to send negative acknowledgments (NACKs) and server-initiated disconnect packets that provide the client with more information about failures for message delivery or connection. These features help the client diagnose the reason behind a failure and take appropriate mitigating actions. MQTT broker uses the reason codes that are defined in the [MQTT v5 Specification.](https://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.html)
130130

131131
### Message Ordering
132-
MQTT v5 ensures that messages sent within a single session are delivered in the same order they were published. MQTT broker fully supports it by maintaining message ordering per connection, so subscribers receive data in the exact sequence it was sent—ideal for scenarios like telemetry, command execution, and time-series data.
132+
MQTT v5 ensures in-order message delivery within per topic and per client when using Quality of Service (QoS) levels 1, which is crucial for workflows requiring sequence integrity. It's ideal for scenarios like telemetry, command execution, and time-series data.
133+
134+
However, it doesn't guarantee ordering across different topics or when messages are sent with varying QoS levels. To learn more, contact us [[email protected]](mailto:[email protected]).
133135

134136
### Assigned Client Identifiers (Preview)
135137
MQTT v5 introduces support for assigned client identifiers, allowing the broker to generate and return a unique client ID when one isn't provided by the client. MQTT broker supports this feature, ensuring seamless client onboarding and reducing the need for clients to manage their own identifiers. It's especially useful in scenarios where client provisioning is dynamic or when devices have no preconfigured identity. Assigned client IDs can be retrieved from the CONNACK response and reused for future sessions to maintain consistent identification.

0 commit comments

Comments
 (0)