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
@@ -128,7 +128,7 @@ The following table shows connectivity locations and the service providers for e
128
128
|**Portland**|[EdgeConnex POR01](https://www.edgeconnex.com/locations/north-america/portland-or/)| 1 | West US 2 |✓||
129
129
|**Pune**|[STT GDC Pune DC1](https://www.sttelemediagdc.in/our-data-centres-in-india)| 2 | Central India |✓| Airtel<br/>Lightstorm<br/>SIFY<br/>Tata Communications |
130
130
|**Quebec City**|[Vantage](https://vantage-dc.com/data_centers/quebec-city-data-center-campus/)| 1 | Canada East |✓| Bell Canada<br/>Equinix<br/>Megaport<br/>RISQ<br/>Telus |
Copy file name to clipboardExpand all lines: articles/iot/iot-introduction.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ The following two sections give a high-level view of the components in typical c
24
24
25
25
A **cloud-based solution** is an integrated set of IoT devices, components, and services, that addresses a business need and that connects devices directly to the cloud. An example of a cloud-based solution is a fleet of delivery trucks that send telemetry data to the cloud for analysis and visualization:
26
26
27
+
<!-- Art Library Source# ConceptArt-0-000-025 -->
28
+
27
29
:::image type="content" source="media/iot-introduction/iot-cloud-architecture.svg" alt-text="Diagram that shows the high-level IoT solution architecture for cloud-based solutions." border="false":::
28
30
29
31
You can build cloud-based solutions with services such as [IoT Hub](../iot-hub/iot-concepts-and-iot-hub.md), [Device Provisioning Service](../iot-dps/about-iot-dps.md), and [Azure Digital Twins](../digital-twins/overview.md).
@@ -35,6 +37,8 @@ An **edge-based solution** is an integrated set of IoT assets, components, and s
35
37
36
38
An edge-based solution can still forward data from your assets to the cloud for further processing such as analysis and visualization:
37
39
40
+
<!-- Art Library Source# ConceptArt-0-000-025 -->
41
+
38
42
:::image type="content" source="media/iot-introduction/iot-edge-architecture.svg" alt-text="Diagram that shows the high-level IoT solution architecture for edge-based solutions." border="false":::
39
43
40
44
You can build edge-based solutions with [Azure IoT Operations](../iot-operations/overview-iot-operations.md) or [Azure IoT Edge](../iot-edge/about-iot-edge.md). Azure IoT Operations is a new offering that follows Microsoft's [adaptive cloud approach](#solution-management) to integrate cloud and edge components.
Copy file name to clipboardExpand all lines: articles/iot/iot-overview-device-development.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ This overview introduces the key concepts around developing assets and devices t
19
19
20
20
The following diagram shows a high-level view of the components in a typical edge-based IoT solution. This article focuses on the assets and connectors shown in the diagram:
21
21
22
+
<!-- Art Library Source# ConceptArt-0-000-025 -->
23
+
22
24
:::image type="content" source="media/iot-overview-device-development/iot-edge-device-architecture.svg" alt-text="Diagram that shows the high-level IoT solution architecture highlighting asset connectivity areas." border="false":::
23
25
24
26
Assets typically have built-in firmware that implements standard protocols. For example, a robotic arm might be an OPC UA client and a security video camera might implement ONVIF. Azure IoT Operations includes various connectors that can use these protocols to communicate with assets and translate messages from the assets into MQTT messages. Some assets can receive messages enabling you to perform operations on them such as:
@@ -33,6 +35,8 @@ You can create your own, custom connectors to connect to assets that use protoco
33
35
34
36
The following diagram shows a high-level view of the components in a typical cloud-based IoT solution. This article focuses on the devices and gateway shown in the diagram:
35
37
38
+
<!-- Art Library Source# ConceptArt-0-000-025 -->
39
+
36
40
:::image type="content" source="media/iot-overview-device-development/iot-cloud-device-architecture.svg" alt-text="Diagram that shows the high-level IoT solution architecture highlighting device connectivity areas." border="false":::
37
41
38
42
In Azure IoT, a device developer writes the code to run on the devices in the solution. This code typically:
0 commit comments