Skip to content

Commit df0eea0

Browse files
committed
IoT fundamentals updates
1 parent 2e7ce78 commit df0eea0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

articles/iot/iot-introduction.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
author: dominicbetts
55
ms.service: azure-iot
66
services: iot
@@ -26,7 +26,7 @@ A **cloud-based solution** is an integrated set of IoT devices, components, and
2626

2727
:::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":::
2828

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).
3030

3131
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:
3232

@@ -37,7 +37,7 @@ An edge-based solution can still forward data from your assets to the cloud for
3737

3838
:::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":::
3939

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.
4141

4242
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.
4343

@@ -74,8 +74,7 @@ An IoT asset is a broader concept than an IoT device and refers to any item of v
7474
- Agricultural crops.
7575
- IoT devices.
7676

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.
7978

8079
### Device connectivity
8180

@@ -206,7 +205,6 @@ The following table summarizes current security options:
206205
| Authentication | SAS, X.509 | SAS, X.509, and SAT (security account tokens) for on-cluster authentication |
207206
| 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. |
208207

209-
210208
## Next steps
211209

212210
Suggested next steps to explore Azure IoT further include:

0 commit comments

Comments
 (0)