Skip to content

Commit 00a1bca

Browse files
author
Pat Altimore
committed
Update diagram
1 parent 497c6be commit 00a1bca

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,17 @@ For more information about how the IoT Edge hub manages communication between do
4040
Beginning with version 1.2 of IoT Edge, transparent gateways can handle connections from downstream IoT Edge devices.
4141

4242
<!--
43-
Change arrow styles to include a double hyphen to make it work in the markdown mermaid renderer. The single hyphen is a workaround for the HTML end comment tag.
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.
4444
4545
```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[Child device 1]
52-
E -> G[Child device 2]
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+
5354
style A fill:#f9f,stroke:#333,stroke-width:4px
5455
style B fill:#bbf,stroke:#333,stroke-width:4px
5556
style C fill:#bfb,stroke:#333,stroke-width:4px
@@ -60,7 +61,7 @@ graph TD
6061
```
6162
-->
6263

63-
:::image type="content" source="media/iot-edge-as-gateway/edge-gateway-relationship.png" alt-text="Diagram showing the device parent and child relationship using IoT Edge as a gateway":::
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":::
6465

6566
### Parent and child relationships
6667

Binary file not shown.
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)