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/digital-twins/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ ms.service: azure-digital-twins
16
16
Azure Digital Twins can be used to design a digital twin architecture that represents actual IoT devices in a wider cloud solution, and which connects to [IoT Hub](../iot-hub/iot-concepts-and-iot-hub.md) device twins to send and receive live data.
17
17
18
18
> [!NOTE]
19
-
> IoT Hub **device twins** are different from Azure Digital Twins **digital twins**. While *IoT Hub device twins* are maintained by your IoT hub for each IoT device that you connect to it, *digital twins* in Azure Digital Twins can be representations of anything defined by digital models and instantiated within Azure Digital Twins.
19
+
> Azure Digital Twins is different from [digital twin builder (preview) in Fabric](/fabric/real-time-intelligence/digital-twin-builder/overview) and the [device twins used by IoT Hub](../iot-hub/iot-hub-devguide-device-twins.md).
20
20
21
21
Take advantage of your domain expertise on top of Azure Digital Twins to build customized, connected solutions that:
22
22
* Model any environment, and bring digital twins to life in a scalable and secure manner
Copy file name to clipboardExpand all lines: articles/iot/iot-glossary.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: dobett
6
6
ms.service: azure-iot
7
7
services: iot
8
8
ms.topic: conceptual
9
-
ms.date: 11/11/2024
9
+
ms.date: 03/31/2025
10
10
11
11
# Generated from YAML source.
12
12
---
@@ -116,6 +116,9 @@ Applies to: Azure IoT Operations
116
116
117
117
A platform as a service (PaaS) offering for creating digital representations of real-world things, places, business processes, and people. Build twin graphs that represent entire environments, and use them to gain insights to drive better products, optimize operations and costs, and create breakthrough customer experiences.
118
118
119
+
>[!NOTE]
120
+
> Azure Digital Twins is different from [digital twin builder (preview) in Fabric](#digital-twin-builder-preview-in-fabric) and the [device twins](#device-twin) used by IoT Hub.
121
+
119
122
[Learn more](../digital-twins/overview.md)
120
123
121
124
Casing rules: Always capitalize when you're referring to the service.
@@ -471,7 +474,8 @@ Applies to: IoT Central
471
474
472
475
A [device](#device) twin is JSON document that stores device state information such as metadata, [configurations](#configuration), and conditions. [IoT Hub](#iot-hub) persists a device twin for each device that you provision in your IoT hub. Device twins enable you to synchronize device conditions and configurations between the device and the [solution back end](#solution-back-end). You can query device twins to locate specific devices and for the status of long-running operations.
473
476
474
-
See also [Digital twin](#digital-twin)
477
+
>[!NOTE]
478
+
> Device twins in IoT Hub are different from [Azure Digital Twins](#azure-digital-twins) (though they can be integrated as part of the same solution), and [digital twin builder (preview) in Fabric](#digital-twin-builder-preview-in-fabric).
Applies to: IoT Hub, IoT Central, Azure Digital Twins, Device developer
511
515
516
+
### Digital twin builder (preview) in Fabric
517
+
518
+
The **digital twin builder (preview)** in Microsoft Fabric is a new item within Fabric's [Real-Time Intelligence](/fabric/real-time-intelligence/) workload. It creates digital representations of real-world environments to optimize physical operations using data. It's integrated with the data storage and security options in Microsoft Fabric, and is part of a Fabric-focused solution.
Casing rules: Never capitalize the name of this item, aside from using normal sentence case when it begins a sentence.
523
+
524
+
Example usage: Digital twin builder (preview) is a new item within the Real-Time Intelligence workload in Microsoft Fabric. Digital twin builder creates digital representations of real-world environments to optimize physical operations using data.
525
+
526
+
Applies to: Digital twin builder
527
+
512
528
### Digital twin change events
513
529
514
530
When an [IoT Plug and Play device](#iot-plug-and-play-device) is connected to an [IoT hub](#iot-hub), the hub can use its routing capability to send notifications of [digital twin](#digital-twin) changes. The IoT Central data export feature can also forward digital twin change events to other services. For example, whenever a property value changes on a [device](#device), IoT Hub can send a notification to an [endpoint](#endpoint) such as an event hub.
Copy file name to clipboardExpand all lines: articles/iot/iot-overview-analyze-visualize.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ services: iot
6
6
author: dominicbetts
7
7
ms.author: dobett
8
8
ms.topic: overview
9
-
ms.date: 01/22/2025
9
+
ms.date: 04/2/2025
10
10
ms.custom: template-overview
11
11
# Customer intent: As a solution builder, I want a high-level overview of the options for analyzing and visualizing device data in an IoT solution.
12
12
---
@@ -31,7 +31,7 @@ The following diagram shows a high-level view of the components in a typical [cl
31
31
32
32
## Azure Digital Twins
33
33
34
-
The [Azure Digital Twins](../digital-twins/overview.md) service lets you build and maintain models that are live, up-to-date representations of the real world. You can query, analyze, and generate visualizations from these models to extract business insights. An example model might be a representation of a building that includes information about the rooms, the devices in the rooms, and the relationships between the rooms and devices. The real-world data that populates these models is typically collected from IoT devices and sent through an IoT hub.
34
+
The [Azure Digital Twins](../digital-twins/overview.md) service lets you build and maintain models that are live, up-to-date representations of the real world. You can query, analyze, and generate visualizations from these models to extract business insights. An example model might be a representation of a building that includes information about the rooms, the devices in the rooms, and the relationships between the rooms and devices. The real-world data that populates these models is typically collected from IoT devices and sent through an IoT hub.
35
35
36
36
## IoT Central
37
37
@@ -48,13 +48,19 @@ There are many services you can use to analyze and visualize your IoT data. Some
48
48
49
49
### Microsoft Fabric
50
50
51
-
[Microsoft Fabric](/fabric/get-started/microsoft-fabric-overview) is an end-to-end analytics and data platform designed for enterprises that require a unified solution. It encompasses data movement, processing, ingestion, transformation, real-time event routing, and report building. It offers a comprehensive suite of services such as Data Science and Real-Time Analytics.
51
+
[Microsoft Fabric](/fabric/get-started/microsoft-fabric-overview) is an end-to-end analytics and data platform designed for enterprises that require a unified solution. It encompasses data movement, processing, ingestion, transformation, real-time event routing, and report building. It offers a comprehensive suite of services such as Data Science and Real-Time Analytics. It also contains [digital twin builder (preview)](#digital-twin-builder-preview-in-fabric) for digital twin modeling in a Fabric environment.
52
52
53
53
The following articles show some examples of how to use Microsoft Fabric to analyze and visualize IoT data:
54
54
55
55
-[Tutorial: Get insights from your processed data](../iot-operations/end-to-end-tutorials/tutorial-get-insights.md)
56
56
-[Tutorial: Send data from an OPC UA server to Azure Data Lake Storage Gen 2](../iot-operations/connect-to-cloud/tutorial-opc-ua-to-data-lake.md)
57
57
58
+
#### Digital twin builder (preview) in Fabric
59
+
60
+
[Digital twin builder (preview)](/fabric/real-time-intelligence/digital-twin-builder/overview) is a new item within the Real-Time Intelligence workload in Microsoft Fabric. It creates digital representations of real-world environments to optimize physical operations using data.
61
+
62
+
For an example scenario with digital twin builder, see [Tutorial: Digital twin builder (preview)](/fabric/real-time-intelligence/digital-twin-builder/tutorial-0-introduction).
63
+
58
64
### Azure Machine Learning
59
65
60
66
[Azure Machine Learning](/azure/machine-learning/overview-what-is-azure-machine-learning) is a cloud-based service for building, training, and deploying machine learning models. It provides a variety of tools and services to help you create and manage machine learning workflows. You can use Azure Machine Learning to analyze IoT data and build predictive models. On Azure Arc-enabled Kubernetes clusters, such as Azure IoT Operations, you can train and deploy machine learning models at the edge with the [Kubernetes compute target in Azure Machine Learning](/azure/machine-learning/how-to-attach-kubernetes-anywhere).
0 commit comments