Skip to content

Commit e0f0afe

Browse files
Merge pull request #262874 from dominicbetts/aio-glossary
AIO: Add basic glossary
2 parents 8b60bdd + b9a7ad3 commit e0f0afe

File tree

2 files changed

+76
-0
lines changed

2 files changed

+76
-0
lines changed
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
title: "Glossary for Azure IoT Operations"
3+
description: "List of terms with definitions and usage guidance related to Azure IoT Operations - enabled by Azure Arc."
4+
author: dominicbetts
5+
ms.author: dobett
6+
ms.service: iot-operations
7+
ms.topic: glossary #Don't change
8+
ms.date: 01/10/2024
9+
10+
#customer intent: As a user of Azure IoT Operations, I want learn about the terminology associated with Azure IoT Operations so that I can use the terminology correctly.
11+
12+
---
13+
14+
# Glossary for Azure IoT Operations Preview - enabled by Azure Arc
15+
16+
This article lists and defines some of the key terms associated with Azure IoT Operations. The article includes usage guidance to help you use the terms correctly if you're talking or writing about Azure IoT Operations.
17+
18+
## Service and component names
19+
20+
This section lists the names of the services and components that make up Azure IoT Operations.
21+
22+
### Azure IoT Operations Preview - enabled by Azure Arc
23+
24+
A unified data plane for the edge. It's a collection of modular, scalable, and highly available data services that run on Azure Arc-enabled edge Kubernetes clusters. It enables data capture from various different systems and integrates with data modeling applications such as Microsoft Fabric to help organizations deploy the industrial metaverse.
25+
26+
On first mention in an article, use _Azure IoT Operations Preview - enabled by Azure Arc_. On subsequent mentions, you can use _Azure IoT Operations_. Never use an acronym.
27+
28+
### Azure IoT Akri Preview
29+
30+
This component helps you discover and connect to devices and assets.
31+
32+
On first mention in an article, use _Azure IoT Akri Preview_. On subsequent mentions, you can use _Azure IoT Akri_. Never use an acronym.
33+
34+
### Azure IoT Data Processor Preview
35+
36+
This component lets you aggregate, enrich, normalize, and filter the data from your devices and assets. Data Processor is a pipeline-based data processing engine that lets you process data at the edge before you send it to the other services either at the edge or in the cloud
37+
38+
On first mention in an article, use _Azure IoT Data Processor Preview_. On subsequent mentions, you can use _Data Processor_. Never use an acronym.
39+
40+
### Azure IoT Layered Network Management Preview
41+
42+
This component lets you secure communication between devices and the cloud through isolated network environments based on the ISA-95/Purdue Network architecture.
43+
44+
On first mention in an article, use _Azure IoT Layered Network Management Preview_. On subsequent mentions, you can use _Layered Network Management_. Never use an acronym.
45+
46+
### Azure IoT MQ Preview
47+
48+
An MQTT broker that runs on the edge. The component lets you publish and subscribe to MQTT topics. You can use MQ to build event-driven architectures that connect your devices and assets to the cloud.
49+
50+
On first mention in an article, use _Azure IoT MQ Preview_. On subsequent mentions, you can use _MQ_.
51+
52+
### Azure IoT OPC UA Broker Preview
53+
54+
This component manages the connection to OPC UA servers and other leaf devices. The OPC UA Broker component publishes data from the OPC UA servers and the devices discovered by _Azure IoT Akri_ to Azure IoT MQ topics.
55+
56+
On first mention in an article, use _Azure IoT OPC UA Broker Preview_. On subsequent mentions, you can use _OPC UA Broker_. Never use an acronym.
57+
58+
### Azure IoT Orchestrator Preview
59+
60+
This component manages the deployment, configuration, and update of the Azure IoT Operations components that run on your Arc-enabled Kubernetes cluster.
61+
62+
On first mention in an article, use _Azure IoT Orchestrator Preview_. On subsequent mentions, you can use _Orchestrator_. Never use an acronym.
63+
64+
### Azure IoT Operations Experience Preview
65+
66+
This web UI provides a unified experience for operational technologists to manage assets and Data Processor pipelines in an Azure IoT Operations deployment.
67+
68+
On first mention in an article, use _Azure IoT Operations Experience Preview_. On subsequent mentions, you can use _Operations Experience_. Never use an acronym.
69+
70+
## Related content
71+
72+
- [What is Azure IoT Operations?](../get-started/overview-iot-operations.md)
73+
- [Connect industrial assets using Azure IoT OPC UA Broker](../manage-devices-assets/overview-opcua-broker.md)
74+
- [Publish and subscribe MQTT messages using Azure IoT MQ](../manage-mqtt-connectivity/overview-iot-mq.md)

articles/iot-operations/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,3 +239,5 @@ items:
239239
href: reference/observability-metrics-layered-network.md
240240
- name: MQTT support
241241
href: reference/mqtt-support.md
242+
- name: Glossary
243+
href: reference/glossary.md

0 commit comments

Comments
 (0)