Skip to content

Commit 9b72051

Browse files
committed
fixed broken links
1 parent 9518e40 commit 9b72051

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

articles/event-grid/.openpublishing.redirection.event-grid.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,6 @@
130130
"redirect_url": "/azure/event-grid/faq",
131131
"redirect_document_id": false
132132
},
133-
{
134-
"source_path": "edge/toc.yml",
135-
"redirect_url": "/azure/event-grid/faq",
136-
"redirect_document_id": false
137-
},
138133
{
139134
"source_path": "edge/forward-events-event-grid-cloud.md",
140135
"redirect_url": "/azure/event-grid/edge/forward-events-cloud",

articles/event-grid/transition.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ On March 31, 2023, Azure Event Grid on Azure IoT Edge will be retired. Be sure t
1212

1313
## Why are we retiring it?
1414

15-
There's one major reason to retire Event Grid on IoT Edge, which is currently in preview, in March 2023: Event Grid has been evolving in the cloud native space to provide more robust capabilities not only in Azure but also in on-premises scenarios with [Kubernetes with Azure Arc](../kubernetes/overview.md).
15+
There's one major reason to retire Event Grid on IoT Edge, which is currently in preview, in March 2023: Event Grid has been evolving in the cloud native space to provide more robust capabilities not only in Azure but also in on-premises scenarios with [Kubernetes with Azure Arc](./kubernetes/overview.md).
1616

1717
| Event Grid on IoT Edge | IoT Edge hub |
1818
| ---------------------------- | ----------------------------- |
@@ -22,17 +22,16 @@ There's one major reason to retire Event Grid on IoT Edge, which is currently in
2222

2323
To use the IoT Edge features, follow these steps:
2424

25-
1. Learn about the feature differences between [Event Grid on IoT Edge](overview.md#when-to-use-event-grid-on-iot-edge) and [IoT Edge](../../iot-edge/how-to-publish-subscribe.md).
26-
2. Identify your scenario based on the feature table in the next section.
27-
3. Follow the documentation to change your architecture and make code changes based on the scenario you want to transition.
28-
4. Validate your updated architecture by sending and receiving messages/events.
25+
1. Identify your scenario based on the feature table in the next section.
26+
2. Follow the documentation to change your architecture and make code changes based on the scenario you want to transition.
27+
3. Validate your updated architecture by sending and receiving messages/events.
2928

3029
## Event Grid on IoT Edge vs. IoT Edge
3130

3231
The following table highlights the key differences during this transition.
3332

3433
| Event Grid on IoT Edge | IoT Edge |
3534
| --- | ----------- |
36-
| Publish, subscribe, and forward events locally or to the cloud | Use the message routing feature in the IoT Edge hub to facilitate local and cloud communication. It enables device-to-module, module-to-module, and device-to-device communications by brokering messages to keep devices and modules independent from each other. To learn more, see [Using routing for an IoT Edge hub](../../iot-edge/iot-edge-runtime.md#using-routing). </br> </br> If you're subscribing to an IoT Edge hub, it's possible to create an event to publish to Event Grid, if needed. For details, see [Azure IoT Hub and Event Grid on IoT Edge](../../iot-hub/iot-hub-event-grid.md). |
37-
| Forward events to IoT Hub | Use the IoT Edge hub to optimize connections when sending messages to the cloud with offline support. For details, see [IoT Edge hub cloud communication](../../iot-edge/iot-edge-runtime.md#using-routing). |
38-
| React to Blob Storage events on IoT Edge (preview) | You can use Azure function apps to react to Blob Storage events on the 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.md) and [Tutorial: Deploy Azure Functions as modules - Azure IoT Edge](../../iot-edge/tutorial-deploy-function.md). Blob triggers in an IoT Edge Blob Storage module aren't supported. |
35+
| Publish, subscribe, and forward events locally or to the cloud | Use the message routing feature in the IoT Edge hub to facilitate local and cloud communication. It enables device-to-module, module-to-module, and device-to-device communications by brokering messages to keep devices and modules independent from each other. </br> </br> If you're subscribing to an IoT Edge hub, it's possible to create an event to publish to Event Grid, if needed. For details, see [Azure IoT Hub and Event Grid on IoT Edge](../iot-hub/iot-hub-event-grid.md). |
36+
| Forward events to IoT Hub | Use the IoT Edge hub to optimize connections when sending messages to the cloud with offline support. For details, see [IoT Edge hub cloud communication](../iot-edge/iot-edge-runtime.md#using-routing). |
37+
| React to Blob Storage events on IoT Edge (preview) | You can use Azure function apps to react to Blob Storage events on the 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.md) and [Tutorial: Deploy Azure Functions as modules - Azure IoT Edge](../iot-edge/tutorial-deploy-function.md). Blob triggers in an IoT Edge Blob Storage module aren't supported. |

0 commit comments

Comments
 (0)