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-introduction.md
+4-6Lines changed: 4 additions & 6 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
title: Introduction to the Azure Internet of Things (IoT)
3
-
description: Introduction explaining the fundamentals of Azure IoT and the IoT services, including examples that help illustrate the use of IoT.
3
+
description: Introduction explaining the fundamentals of Azure IoT and the IoT services, including examples that help illustrate the use of IoT, and how they relate to adaptive cloud.
4
4
author: dominicbetts
5
5
ms.service: azure-iot
6
6
services: iot
@@ -26,7 +26,7 @@ A **cloud-based solution** is an integrated set of IoT devices, components, and
26
26
27
27
:::image type="content" source="media/iot-introduction/iot-architecture.svg" alt-text="Diagram that shows the high-level IoT solution architecture for cloud-based solutions." border="false":::
28
28
29
-
You can build cloud-based solutions with services such as IoT Hub, Device Provisioning Service, and Azure Digital Twins.
29
+
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).
30
30
31
31
An **edge-based solution** is an integrated set of IoT assets, components, and services, that meets a business need and that connects assets to nearby edge services. An example of an edge-based solution is a factory where your industrial IoT assets connect to on-premises services because either:
32
32
@@ -37,7 +37,7 @@ An edge-based solution can still forward data from your assets to the cloud for
37
37
38
38
:::image type="content" source="media/iot-introduction/iot-architecture-aio.svg" alt-text="Diagram that shows the high-level IoT solution architecture for edge-based solutions." border="false":::
39
39
40
-
You can build edge-based solutions with Azure IoT Edge or Azure IoT Operations.
40
+
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.
41
41
42
42
To evaluate whether to build an edge-based or cloud-based solution, review the comparisons between the two approaches in the following sections. Each section lists details from current offerings for cloud-based and edge-based solutions.
43
43
@@ -74,8 +74,7 @@ An IoT asset is a broader concept than an IoT device and refers to any item of v
74
74
- Agricultural crops.
75
75
- IoT devices.
76
76
77
-
> [!NOTE]
78
-
> In Azure IoT Operations, the term *asset* also refers to the virtual representation of a physical asset.
77
+
In Azure IoT Operations, the term *asset* also refers to the virtual representation of a physical asset. In an Azure IoT Operations deployment, you use [Azure Device Registry](../iot-operations/discover-manage-assets/overview-manage-assets.md) to manage your assets across both Azure and your Kubernetes cluster as a part of the adaptive cloud approach. The Azure Device Registry service stores information about your assets, such as their metadata, and their connection information and enables you to use tools such as Azure Resource Manager to manage them.
79
78
80
79
### Device connectivity
81
80
@@ -206,7 +205,6 @@ The following table summarizes current security options:
206
205
| Authentication | SAS, X.509 | SAS, X.509, and SAT (security account tokens) for on-cluster authentication |
207
206
| Authorization | Proprietary within current service offerings like [IoT Hub](../iot-hub/index.yml)| Azure IoT Operations uses [Microsoft Entra ID](/entra/fundamentals/whatis) identity for role-based access control (RBAC). [IoT Edge](../iot-edge/index.yml) uses a proprietary authorization scheme that communicates with [IoT Hub](../iot-hub/index.yml) but handles authorization locally. |
208
207
209
-
210
208
## Next steps
211
209
212
210
Suggested next steps to explore Azure IoT further include:
0 commit comments