You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-edge/iot-edge-as-gateway.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,16 +40,17 @@ For more information about how the IoT Edge hub manages communication between do
40
40
Beginning with version 1.2 of IoT Edge, transparent gateways can handle connections from downstream IoT Edge devices.
41
41
42
42
<!--
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.
44
44
45
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[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
+
53
54
style A fill:#f9f,stroke:#333,stroke-width:4px
54
55
style B fill:#bbf,stroke:#333,stroke-width:4px
55
56
style C fill:#bfb,stroke:#333,stroke-width:4px
@@ -60,7 +61,7 @@ graph TD
60
61
```
61
62
-->
62
63
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":::
0 commit comments