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
+5-8Lines changed: 5 additions & 8 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
@@ -72,10 +72,8 @@ An IoT asset is a broader concept than an IoT device and refers to any item of v
72
72
- Programmable logic controllers.
73
73
- Buildings.
74
74
- Agricultural crops.
75
-
- IoT devices.
76
75
77
-
> [!NOTE]
78
-
> In Azure IoT Operations, the term *asset* also refers to the virtual representation of a physical asset.
76
+
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
77
80
78
### Device connectivity
81
79
@@ -191,7 +189,7 @@ Any IoT solution must address the following solution-wide concerns:
191
189
192
190
### Solution management
193
191
194
-
The [adaptive cloud approach](https://azure.microsoft.com/blog/advancing-hybrid-cloud-to-adaptive-cloud-with-azure/) unifies siloed teams, distributed sites, and disparate systems into a single operations, security, application, and data model. This approach enables you to use the same cloud and AI technologies to manage and monitor edge-based, cloud-based, and hybrid IoT solutions.
192
+
The [adaptive cloud approach](/collections/5pq5hojn6xzogr) unifies siloed teams, distributed sites, and disparate systems into a single operations, security, application, and data model. This approach enables you to use the same cloud and AI technologies to manage and monitor edge-based, cloud-based, and hybrid IoT solutions.
195
193
196
194
Solutions based on IoT Hub, IoT Central, and IoT Edge offer limited support for an adaptive cloud approach. Although IoT Hub, IoT Central, and IoT Edge instances are themselves Azure resources, they don't natively expose capabilities, such as device management and data transformation, as resources you can manage as standard Azure resources.
197
195
@@ -206,7 +204,6 @@ The following table summarizes current security options:
206
204
| Authentication | SAS, X.509 | SAS, X.509, and SAT (security account tokens) for on-cluster authentication |
207
205
| 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
206
209
-
210
207
## Next steps
211
208
212
209
Suggested next steps to explore Azure IoT further include:
0 commit comments