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/about-iot-edge.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: PatAltimore
5
5
ms.service: iot-edge
6
6
services: iot-edge
7
7
ms.topic: overview
8
-
ms.date: 01/18/2022
8
+
ms.date: 1/31/2023
9
9
ms.author: patricka
10
10
ms.custom: mvc
11
11
---
@@ -18,7 +18,7 @@ Azure IoT Edge is a device-focused runtime that enables you to deploy, run, and
18
18
19
19
Analytics drives business value in IoT solutions, but not all analytics need to be in the cloud. Azure IoT Edge helps you bring the analytical power of the cloud closer to your devices to drive better business insights and enable offline decision making. For example, you can run anomaly detection workloads at the edge to respond as quickly as possible to emergencies happening on a production line. If you want to reduce bandwidth costs and avoid transferring terabytes of raw data, you can clean and aggregate the data locally then only send the insights to the cloud for analysis.
20
20
21
-
Azure IoT Edge, in concert with [Azure IoT Hub](../iot-hub/iot-concepts-and-iot-hub.md), enables you to scale out and manage an IoT solution from the cloud. By packaging your business logic into standard containers and optionally leveraging pre-built [IoT Edge modules from the Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/category/internet-of-things?page=1&subcategories=iot-edge-modules) you can easily compose, deploy, and maintain your solution.
21
+
Azure IoT Edge is a feature of [Azure IoT Hub](../iot-hub/iot-concepts-and-iot-hub.md) and enables you to scale out and manage an IoT solution from the cloud. By packaging your business logic into standard containers and using optional pre-built [IoT Edge modules from the Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/category/internet-of-things?page=1&subcategories=iot-edge-modules) you can easily compose, deploy, and maintain your solution.
22
22
23
23
Azure IoT Edge is made up of three components:
24
24
@@ -31,11 +31,11 @@ Azure IoT Edge is made up of three components:
31
31
32
32
## IoT Edge modules
33
33
34
-
IoT Edge modules are units of execution, implemented as Dockercompatible containers, that run your business logic at the edge. Multiple modules can be configured to communicate with each other, creating a pipeline of data processing. You can develop custom modules or package certain Azure services into modules that provide insights offline and at the edge.
34
+
IoT Edge modules are units of execution, implemented as Docker-compatible containers, that run your business logic at the edge. Multiple modules can be configured to communicate with each other, creating a pipeline of data processing. You can develop custom modules or package certain Azure services into modules that provide insights offline and at the edge.
35
35
36
36
### Artificial intelligence at the edge
37
37
38
-
Azure IoT Edge allows you to deploy complex event processing, machine learning, image recognition, and other high value AI without writing it in-house. Azure services like Azure Stream Analytics and Azure Machine Learning can all be run on-premises via Azure IoT Edge. You're not limited to Azure services, though. Anyone is able to create AI modules and make them available to the community for use through the Azure Marketplace.
38
+
Azure IoT Edge allows you to deploy complex event processing, machine learning, image recognition, and other high value AI without writing it in-house. Azure services like Azure Stream Analytics and Azure Machine Learning can all be run on-premises via Azure IoT Edge. You're not limited to Azure services, though. Anyone is able to create AI modules for your own use or optionally make them available to the community through the Azure Marketplace.
39
39
40
40
### Bring your own code
41
41
@@ -51,7 +51,7 @@ The Azure IoT Edge runtime enables custom and cloud logic on IoT Edge devices. T
51
51
* Reports module health to the cloud for remote monitoring.
52
52
* Manages communication between downstream devices and an IoT Edge device, between modules on an IoT Edge device, and between an IoT Edge device and the cloud.
53
53
54
-

54
+
:::image type="content" source="./media/about-iot-edge/runtime.png" alt-text="Diagram of how IoT Edge runtime sends insights and reporting to IoT Hub.":::
55
55
56
56
How you use an Azure IoT Edge device is up to you. The runtime is often used to deploy AI to gateway devices which aggregate and process data from other on-premises devices, but this deployment model is just one option.
57
57
@@ -61,17 +61,17 @@ The Azure IoT Edge runtime runs on a large set of IoT devices that enables using
61
61
62
62
It's difficult to manage the software life cycle for millions of IoT devices that are often different makes and models or geographically scattered. Workloads are created and configured for a particular type of device, deployed to all of your devices, and monitored to catch any misbehaving devices. These activities can't be done on a per device basis and must be done at scale.
63
63
64
-
Azure IoT Edge integrates seamlessly with Azure IoT Central to provide one control plane for your solution's needs. Cloud services allow you to:
64
+
Azure IoT Edge integrates seamlessly with [Azure IoT Central](../iot-central/index.yml) to provide one control plane for your solution's needs. Cloud services allow you to:
65
65
66
66
* Create and configure a workload to be run on a specific type of device.
67
67
* Send a workload to a set of devices.
68
68
* Monitor workloads running on devices in the field.
69
69
70
-

70
+
:::image type="content" source="./media/about-iot-edge/cloud-interface.png" alt-text="Diagram of how device telemetry and actions are coordinated with the cloud.":::
71
71
72
72
## Next steps
73
73
74
-
Try out these concepts by deploying your first IoT Edge module to a device:
74
+
Try out IoT Edge concepts by deploying your first IoT Edge module to a device:
75
75
76
76
*[Deploy modules to a Linux IoT Edge device](quickstart-linux.md)
77
77
*[Deploy modules to a Windows IoT Edge device](quickstart.md)
Copy file name to clipboardExpand all lines: articles/iot-edge/how-to-provision-single-device-linux-symmetric.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: PatAltimore
5
5
ms.service: iot-edge
6
6
services: iot-edge
7
7
ms.topic: conceptual
8
-
ms.date: 9/12/2022
8
+
ms.date: 1/31/2023
9
9
ms.author: patricka
10
10
---
11
11
@@ -158,7 +158,7 @@ Use the `check` tool to verify configuration and connection status of the device
158
158
159
159
Check that your device and modules are deployed and running, by viewing your device page in the Azure portal.
160
160
161
-
:::image type="content" source="media/how-to-provision-single-device-linux-symmetric/modules-deployed.png" alt-text="Screenshot of IoT Edge modules deployed and running confirmation in the Azure portal.":::
161
+
:::image type="content" source="media/how-to-provision-single-device-linux-symmetric/modules-deployed.png" alt-text="Screenshot of IoT Edge modules deployed and running confirmation in the Azure portal." lightbox="media/how-to-provision-single-device-linux-symmetric/modules-deployed.png":::
162
162
163
163
Once your modules are deployed and running, list them in your device or virtual machine with the following command:
Copy file name to clipboardExpand all lines: articles/iot-edge/includes/iot-edge-register-device-symmetric.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
ms.topic: include
3
-
ms.date: 12/23/2022
3
+
ms.date: 1/31/2023
4
4
author: PatAltimore
5
5
ms.author: patricka
6
6
ms.service: iot-edge
@@ -95,7 +95,7 @@ Devices that use symmetric key authentication need their connection strings to c
95
95
96
96
The edge-enabled devices that connect to your IoT hub are listed on the **Devices** page of your IoT hub. If you have multiple devices, you can filter the list by selecting the type **Iot Edge Devices**, then select **Apply**.
97
97
98
-
:::image type="content" source="media/iot-edge-register-device/portal-view-devices.png" alt-text="Screenshot of how to view your devices in the Azure portal, IoT Hub.":::
98
+
:::image type="content" source="media/iot-edge-register-device/portal-view-devices.png" alt-text="Screenshot of how to view your devices in the Azure portal, IoT Hub." lightbox="media/iot-edge-register-device/portal-view-devices.png":::
99
99
100
100
When you're ready to set up your device, you need the connection string that links your physical device with its identity in the IoT hub. Devices that authenticate with symmetric keys have their connection strings available to copy in the portal. To find your connection string in the portal:
0 commit comments