Skip to content

Commit 084fdea

Browse files
authoredApr 12, 2022
added the retirement note at the top
1 parent ce32f3e commit 084fdea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎articles/event-grid/edge/overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ ms.subservice: iot-edge
77
---
88

99
# What is Azure Event Grid on Azure IoT Edge?
10+
11+
> [!IMPORTANT]
12+
> On March 31, 2023, Event Grid on Azure IoT Edge support will be retired, so make sure to transition to IoT Edge native capabilities prior to that date. For more information, see [Transition from Event Grid on Azure IoT Edge to Azure IoT Edge](transition.md).
13+
1014
Event Grid on IoT Edge brings the power and flexibility of Azure Event Grid to the edge. Create topics, publish events, and subscribe multiple destinations whether they're modules on the same device, other edge devices, or services in the cloud.
1115

1216
As in the cloud, the Event Grid on IoT Edge module handles routing, filtering, and reliable delivery of events at scale. Filter events to ensure that only relevant events are sent to different event handlers using advanced string, numerical, and boolean filters. Retry logic makes sure that the event reaches the target destination even if it's not available at the time of publish. It allows you to use Event Grid on IoT Edge as a powerful store and forward mechanism.
@@ -80,4 +84,4 @@ Report any issues with using Event Grid on IoT Edge at [https://github.com/Azure
8084
* [Publish, subscribe to events in cloud](pub-sub-events-webhook-cloud.md)
8185
* [Forward events to Event Grid cloud](forward-events-event-grid-cloud.md)
8286
* [Forward events to IoTHub](forward-events-iothub.md)
83-
* [React to Blob Storage events locally](react-blob-storage-events-locally.md)
87+
* [React to Blob Storage events locally](react-blob-storage-events-locally.md)

0 commit comments

Comments
 (0)
Please sign in to comment.