|
1 | 1 | ---
|
2 | 2 | title: Manage assets overview
|
3 |
| -description: Understand the options to manage the assets that are part of your Azure IoT Operations solution. |
| 3 | +description: Understand concepts and options needed to manage the assets that are part of your Azure IoT Operations solution. |
4 | 4 | author: timlt
|
5 | 5 | ms.author: timlt
|
6 |
| -ms.topic: conceptual |
| 6 | +ms.topic: overview |
7 | 7 | ms.date: 03/01/2024
|
| 8 | +ai-usage: ai-assisted |
| 9 | + |
| 10 | +# CustomerIntent: As an industrial edge IT or operations user, I want to understand the key components in the Azure IoT Operations for managing assets, so that I can effectively |
| 11 | +# manage the assets in my solution. |
8 | 12 | ---
|
9 | 13 |
|
10 |
| -# Manage assets in Azure IoT Operations Preview |
| 14 | +# What is asset management in Azure IoT Operations Preview |
11 | 15 |
|
12 | 16 | [!INCLUDE [public-preview-note](../includes/public-preview-note.md)]
|
13 | 17 |
|
14 | 18 | In Azure IoT Operations Preview, a key task is to manage the assets that are part of your solution. This article defines what assets are, overviews the services you use to manage them, and explains the most common use cases for the services.
|
15 | 19 |
|
16 | 20 | ## Understand assets
|
17 |
| -Assets are a core component of Azure IoT Operations. |
| 21 | +Assets are a core component of Azure IoT Operations. It's important to understand how assets relate to IoT devices. |
| 22 | + |
| 23 | +An *IoT device* is a physical entity connected to the internet, and can gather, generate, and communicate data autonomously. IoT devices typically contain embedded components to perform specific functions. They can interact with their environment or other devices. Examples of IoT devices include crop sensors, connected security cameras, wearable devices, and monitoring devices for manufacturing environments or vehicles. |
18 | 24 |
|
19 |
| -An *asset* in an industrial edge environment is a device, a machine, a process, or an entire system. These assets are the real assets that exist in manufacturing, retail, energy, healthcare, and other sectors. |
| 25 | +An *asset* in an industrial edge environment is any item of value that an IoT device can manage or monitor. While all IoT devices are assets, not all assets are devices. An asset can also be a machine, a process, software, an entire system, or a physical object of value such as crops, or a building. These assets are common examples that exist in manufacturing, retail, energy, healthcare, and other sectors. |
20 | 26 |
|
21 | 27 | An *asset* in Azure IoT Operations is a logical entity (an asset instance) that you create to represent a real asset. An Azure IoT Operations asset can emit telemetry, and can have properties (writable data points), and commands (executable data points) that describe its behavior and characteristics. You use these asset instances in the software to manage the real assets in your industrial edge environment.
|
22 | 28 |
|
|
0 commit comments