Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5325025

Browse files
committedFeb 15, 2022
Event Grid on IoT Edge - retirement announcement
1 parent 2fe1216 commit 5325025

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
 

‎articles/event-grid/edge/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
items:
77
- name: What is Event Grid on IoT Edge?
88
href: overview.md
9+
- name: Transition from Event Grid on Azure IoT Edge to Azure IoT Edge
10+
href: transition.md
911
- name: Tutorials
1012
items:
1113
- name: Publish and subscribe to events locally
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Transition from Event Grid on Azure IoT Edge to Azure IoT Edge
3+
description: This article explains transition from Event Grid on Azure IoT Edge to Azure IoT Edge MQTT Broker or IoT Hub message routing.
4+
ms.topic: overview
5+
ms.date: 02/15/2022
6+
ms.subservice: iot-edge
7+
---
8+
9+
# Transition from Event Grid on Azure IoT Edge to Azure IoT Edge MQTT Broker or IoT Hub message routing
10+
11+
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.
12+
13+
## Steps to complete the transition
14+
15+
To transition to use the Azure IoT Edge features, we recommend the following approach.
16+
17+
1. Learn about the feature differences between Event Grid on Azure IoT Edge and Azure IoT Edge.
18+
2. Identify your scenario based on the feature table in the next section.
19+
3. Follow the documentation to change your architecture and make code changes based on the scenario you want to transition.
20+
4. Validate your updated architecture by sending and receiving messages/events.
21+
22+
## Event Grid on Azure IoT Edge vs. Azure IoT Edge
23+
24+
The following table highlights the key differences during this transition.
25+
26+
| Event Grid on Azure IoT Edge | Azure IoT Edge |
27+
| --- | ----------- |
28+
| Publish, subscribe and forward events locally or cloud | You can use Azure IoT Edge MQTT broker to publish and subscribe messages. To learn how to connect to this broker, publish and subscribe to messages over user-defined topics, and use IoT Hub messaging primitives, see [publish and subscribe with Azure IoT Edge](../../iot-edge/how-to-publish-subscribe?view=iotedge-2020-11). The IoT Edge MQTT broker is built in the IoT Edge hub. For more information, see [the brokering capabilities of the IoT Edge hub](../../iot-edge/iot-edge-runtime?view=iotedge-2020-11). </br> </br> If you're subscribing to IoT Hub, it’s possible to create an event to publish to Event Grid if you need. For details, see [Azure IoT Hub and Event Grid](../../iot-hub/iot-hub-event-grid). |
29+
| Forward events to IoT Hub | You can use IoT Hub message routing to send device-cloud messages to different endpoints. For details, see [Understand Azure IoT Hub message routing](../../iot-hub/iot-hub-devguide-messages-d2c). |
30+
| React to Blob Storage events on IoT Edge (Preview) | You can use Azure Function Apps to react to blob storage events on cloud when a blob is created or updated. For more information, see [Azure Blob storage trigger for Azure Functions](../../azure-functions/functions-bindings-storage-blob-trigger?tabs=csharp) and [Tutorial: Deploy Azure Functions as modules - Azure IoT Edge](../../iot-edge/tutorial-deploy-function?view=iotedge-2020-11). Blob triggers in IoT Edge blob storage module aren't supported. |

0 commit comments

Comments
 (0)
Please sign in to comment.