Skip to content

Commit 586d2b7

Browse files
committed
Fixed errors
1 parent 9ebf568 commit 586d2b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/event-grid/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ For more information, see the following articles:
6666
## Event messaging (HTTP)
6767
Event Grid supports push and pull event delivery using HTTP. With **push delivery**, you define a destination in an event subscription, a webhook, or an Azure service, to which Event Grid sends events. With **pull delivery**, subscriber applications connect to Event Grid to consume events. Pull delivery is supported for topics in an Event Grid namespace.
6868

69-
:::image type="content" source="./media/differences-between-consumption-modes/push-pull-delivery-mechanism.png" alt-text="High-level diagram showing push delivery and pull delivery with the kind of resources involved." lightbox="media/differences-between-consumption-modes/push-pull-delivery-mechanism.png" border="false":::
69+
:::image type="content" source="./includes/media/differences-between-consumption-modes/push-pull-delivery-mechanism.png" alt-text="High-level diagram showing push delivery and pull delivery with the kind of resources involved." lightbox="./includes/media/differences-between-consumption-modes/push-pull-delivery-mechanism.png" border="false":::
7070

7171
### When to use push delivery vs. pull delivery
7272

@@ -76,7 +76,7 @@ The following are general guidelines to help you decide when to use pull or push
7676

7777
- You need full control as to when to receive events. For example, your application might not be up all the time, not stable enough, or you process data at certain times.
7878
- You need full control over event consumption. For example, a downstream service or layer in your consumer application has a problem that prevents you from processing events. In that case, the pull delivery API allows the consumer app to release an already read event back to the broker so that it can be delivered later.
79-
- You want to use [private links](../../private-link/private-endpoint-overview.md) when receiving events, which is possible only with the pull delivery, not the push delivery.
79+
- You want to use [private links](../private-link/private-endpoint-overview.md) when receiving events, which is possible only with the pull delivery, not the push delivery.
8080
- You don't have the ability to expose an endpoint and use push delivery, but you can connect to Event Grid to consume events.
8181

8282
#### Push delivery

articles/event-grid/use-cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Broadcast alerts to a fleet of clients using the **one-to-many** messaging patte
3535
### Integrate MQTT data
3636
:::image type="content" source="media/overview/integrate-data.png" alt-text="Diagram that shows several IoT devices sending health data over MQTT to Event Grid." lightbox="media/overview/integrate-data-high-res.png" border="false":::
3737

38-
Integrate data from your MQTT clients by routing MQTT messages to Azure services and custom endpoints through [push delivery](#push-delivery-of-events) or [pull delivery](#pull-delivery-of-discrete-events). For example, use Event Grid to route telemetry from your IoT devices to Event Hubs and then to Azure Stream Analytics to gain insights from your device telemetry.
38+
Integrate data from your MQTT clients by routing MQTT messages to Azure services and custom endpoints through [push delivery](overview.md#push-delivery) or [pull delivery](overview.md#pull-delivery). For example, use Event Grid to route telemetry from your IoT devices to Event Hubs and then to Azure Stream Analytics to gain insights from your device telemetry.
3939

4040
## Push delivery use cases
4141
Event Grid’s push delivery allows you to realize the following use cases.

0 commit comments

Comments
 (0)