Skip to content

Commit 88391f2

Browse files
authored
Merge pull request #302484 from PatAltimore/patricka-gateway-diagram
Add gateway hierarchy diagram
2 parents 6ce8fd7 + 0937621 commit 88391f2

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

articles/iot-edge/iot-edge-as-gateway.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Gateways for downstream devices - Azure IoT Edge
2+
title: Use Azure IoT Edge as a gateway for downstream devices
33
description: Use Azure IoT Edge to create a transparent, opaque, or proxy gateway device that sends data from multiple downstream devices to the cloud or processes locally.
44
author: PatAltimore
55

66
ms.author: patricka
7-
ms.date: 04/29/2025
7+
ms.date: 07/09/2025
88
ms.topic: concept-article
99
ms.service: azure-iot-edge
1010
services: iot-edge
@@ -39,7 +39,29 @@ For more information about how the IoT Edge hub manages communication between do
3939

4040
Beginning with version 1.2 of IoT Edge, transparent gateways can handle connections from downstream IoT Edge devices.
4141

42-
<!-- TODO add a downstream IoT Edge device to graphic -->
42+
<!--
43+
Change arrow styles to include a double hyphen to make it work in the markdown mermaid renderer. The space between the hyphens is a workaround for the HTML end comment tag.
44+
45+
```mermaid
46+
graph TD
47+
A[IoT hub] - -> B[IoT Edge gateway]
48+
B - -> C[Downstream device 1]
49+
B - -> D[Downstream device 2]
50+
B - -> E[Downstream IoT Edge device]
51+
E - -> F[Downstream device 3]
52+
E - -> G[Downstream device 4]
53+
54+
style A fill:#f9f,stroke:#333,stroke-width:4px
55+
style B fill:#bbf,stroke:#333,stroke-width:4px
56+
style C fill:#bfb,stroke:#333,stroke-width:4px
57+
style D fill:#bfb,stroke:#333,stroke-width:4px
58+
style E fill:#bbf,stroke:#333,stroke-width:4px
59+
style F fill:#bfb,stroke:#333,stroke-width:4px
60+
style G fill:#bfb,stroke:#333,stroke-width:4px
61+
```
62+
-->
63+
64+
:::image type="content" source="media/iot-edge-as-gateway/edge-gateway-relationship.svg" alt-text="Diagram showing the device parent and child relationship using IoT Edge as a gateway.":::
4365

4466
### Parent and child relationships
4567

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)