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/iot-overview-analyze-visualize.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,13 @@ In Azure IoT, analysis and visualization services are used to identify and displ
19
19
20
20
# [Edge-based solution](#tab/edge)
21
21
22
-
The following diagram shows a high-level view of the components in a typical edge-based IoT solution. This article focuses on the areas relevant to analyzing and visualizing your IoT data:
22
+
The following diagram shows a high-level view of the components in a typical [edge-based IoT solution](iot-introduction.md#edge-based-solution). This article focuses on the areas relevant to analyzing and visualizing your IoT data:
23
23
24
24
:::image type="content" source="media/iot-overview-analyze-visualize/iot-edge-visualization-architecture.svg" alt-text="Diagram that shows the high-level IoT solution architecture highlighting solution visualization areas." border="false":::
25
25
26
26
# [Cloud-based solution](#tab/cloud)
27
27
28
-
The following diagram shows a high-level view of the components in a typical cloud-based IoT solution. This article focuses on the areas relevant to analyzing and visualizing your IoT data:
28
+
The following diagram shows a high-level view of the components in a typical [cloud-based IoT solution](iot-introduction.md#cloud-based-solution). This article focuses on the areas relevant to analyzing and visualizing your IoT data:
29
29
30
30
:::image type="content" source="media/iot-overview-analyze-visualize/iot-cloud-visualization-architecture.svg" alt-text="Diagram that shows the high-level IoT solution architecture highlighting solution visualization areas." border="false":::
31
31
@@ -100,3 +100,9 @@ Azure Stream Analytics is a fully managed stream processing engine that is desig
100
100
### Azure Maps
101
101
102
102
[Azure Maps](../azure-maps/about-azure-maps.md) is a collection of geospatial services and SDKs that use fresh mapping data to provide geographic context to web and mobile applications. For an IoT example, see [Integrate with Azure Maps (Azure Digital Twins)](../digital-twins/how-to-integrate-maps.md).
103
+
104
+
## Related content
105
+
106
+
-[Message processing in an IoT solution](iot-overview-message-processing.md)
107
+
-[Extend your IoT solution](iot-overview-solution-extensibility.md)
108
+
-[Choose an Azure IoT service](iot-services-and-technologies.md)
Copy file name to clipboardExpand all lines: articles/iot/iot-overview-device-connectivity.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,14 @@ This overview introduces the key concepts around how assets and devices connect
16
16
17
17
### [Edge-based solution](#tab/edge)
18
18
19
-
The following diagram shows a high-level view of the components in a typical edge-based IoT solution. This article focuses on the connectivity between the assets and the edge runtime environment shown in the diagram:
19
+
The following diagram shows a high-level view of the components in a typical [edge-based IoT solution](iot-introduction.md#edge-based-solution). This article focuses on the connectivity between the assets and the edge runtime environment shown in the diagram:
20
20
21
21
<!-- Art Library Source# ConceptArt-0-000-032 -->
22
22
:::image type="content" source="media/iot-overview-device-connectivity/iot-edge-connectivity-architecture.svg" alt-text="Diagram that shows the high-level IoT edge-based solution architecture highlighting device connectivity areas." border="false" lightbox="media/iot-overview-device-connectivity/iot-edge-connectivity-architecture.svg":::
23
23
24
24
### [Cloud-based solution](#tab/cloud)
25
25
26
-
The following diagram shows a high-level view of the components in a typical cloud-based IoT solution. This article focuses on the connectivity between the devices and the IoT cloud services, including gateways and bridges shown in the diagram:
26
+
The following diagram shows a high-level view of the components in a typical [cloud-based IoT solution](iot-introduction.md#cloud-based-solution). This article focuses on the connectivity between the devices and the IoT cloud services, including gateways and bridges shown in the diagram:
27
27
28
28
<!-- Art Library Source# ConceptArt-0-000-032 -->
29
29
:::image type="content" source="media/iot-overview-device-connectivity/iot-cloud-connectivity-architecture.svg" alt-text="Diagram that shows the high-level IoT cloud-based solution architecture highlighting device connectivity areas." border="false" lightbox="media/iot-overview-device-connectivity/iot-cloud-connectivity-architecture.svg":::
@@ -226,9 +226,8 @@ A device bridge enables devices that are connected to a non-Microsoft cloud to c
226
226
The open source IoT Central Device Bridge acts as a translator that forwards device data to an IoT Central application. To learn more, see [Azure IoT Central Device Bridge](https://github.com/Azure/iotc-device-bridge). There are non-Microsoft bridge solutions, such as [Tartabit IoT Bridge](/shows/internet-of-things-show/onboarding-constrained-devices-into-azure-using-tartabits-iot-bridge), for connecting devices to an IoT hub.
227
227
228
228
229
-
## Next steps
230
-
231
-
Now that you've seen an overview of device connectivity in Azure IoT solutions, some suggested next steps include:
229
+
## Related content
232
230
231
+
-[IoT asset and device development](iot-overview-device-development.md)
233
232
-[IoT asset and device management and control](iot-overview-device-management.md)
234
-
-[Process and route messages](iot-overview-message-processing.md)
233
+
-[Choose an Azure IoT service](iot-services-and-technologies.md)
0 commit comments