Skip to content

Commit eeeaa41

Browse files
committed
Use full ADT name
1 parent 82061ff commit eeeaa41

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

articles/iot/iot-glossary.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -124,17 +124,17 @@ First and subsequent mentions: When you're referring to the service, always spel
124124

125125
Example usage: The data in your *Azure Digital Twins* model can be routed to downstream Azure services for more analytics or storage.
126126

127-
Applies to: Digital Twins
127+
Applies to: Azure Digital Twins
128128

129129
### Azure Digital Twins instance
130130

131-
A single instance of the [Azure Digital Twins](#azure-digital-twins) service in a customer's subscription. While Azure [Digital Twins](#digital-twin) refers to the Azure service as a whole, your Azure Digital Twins *instance* is your individual Azure Digital Twins resource.
131+
A single instance of the [Azure Digital Twins](#azure-digital-twins) service in a customer's subscription. While [Azure Digital Twins](#digital-twin) refers to the Azure service as a whole, your Azure Digital Twins *instance* is your individual Azure Digital Twins resource.
132132

133133
Casing rules: Always capitalize the service name.
134134

135135
First and subsequent mentions: Always spell out in full as *Azure Digital Twins instance*.
136136

137-
Applies to: Digital Twins
137+
Applies to: Azure Digital Twins
138138

139139
### Azure IoT
140140

@@ -276,7 +276,7 @@ In IoT Plug and Play and [Azure Digital Twins](#azure-digital-twins), components
276276

277277
Casing rules: Always lowercase.
278278

279-
Applies to: IoT Hub, Digital Twins, Device developer
279+
Applies to: IoT Hub, Azure Digital Twins, Device developer
280280

281281
### Configuration
282282

@@ -445,7 +445,7 @@ A description, that uses the [Digital Twins Definition Language](#digital-twins-
445445

446446
Casing rules: Always lowercase.
447447

448-
Applies to: IoT Hub, IoT Central, Device developer, Digital Twins
448+
Applies to: IoT Hub, IoT Central, Device developer, Azure Digital Twins
449449

450450
### Device provisioning
451451

@@ -497,7 +497,7 @@ First and subsequent mentions: Spell out in full as *Digital Twins Definition La
497497

498498
Abbreviation: DTDL
499499

500-
Applies to: IoT Hub, IoT Central, Digital Twins
500+
Applies to: IoT Hub, IoT Central, Azure Digital Twins
501501

502502
### Digital twin
503503

@@ -507,7 +507,7 @@ See also [Device twin](#device-twin)
507507

508508
Casing rules: Always lowercase.
509509

510-
Applies to: IoT Hub, IoT Central, Digital Twins, Device developer
510+
Applies to: IoT Hub, IoT Central, Azure Digital Twins, Device developer
511511

512512
### Digital twin change events
513513

@@ -539,11 +539,11 @@ Applies to: IoT Hub
539539

540540
### Downstream service
541541

542-
A relative term describing services that receive data from the current context. For example, in the context of [Azure Digital Twins](#azure-digital-twins), Time Series Insights is a downstream service if you set up your data to flow from Azure [Digital Twins](#digital-twin) into Time Series Insights.
542+
A relative term describing services that receive data from the current context. For example, in the context of [Azure Digital Twins](#azure-digital-twins), Time Series Insights is a downstream service if you set up your data to flow from [Azure Digital Twins](#azure-digital-twins) into Time Series Insights.
543543

544544
Casing rules: Always lowercase.
545545

546-
Applies to: IoT Hub, IoT Central, Digital Twins
546+
Applies to: IoT Hub, IoT Central, Azure Digital Twins
547547

548548
## E
549549

@@ -603,11 +603,11 @@ Applies to: IoT Hub
603603

604604
The process of sending events and their data from one [device](#device) or service to the [endpoint](#endpoint) of another.
605605

606-
In [IoT Hub](#iot-hub), you can define [routing rules](#routing-rule) to describe how messages should be sent. In [Azure Digital Twins](#azure-digital-twins), event routes are entities that are created for this purpose. Azure [Digital Twins](#digital-twin) event routes can contain filters to limit what types of events are sent to each endpoint.
606+
In [IoT Hub](#iot-hub), you can define [routing rules](#routing-rule) to describe how messages should be sent. In [Azure Digital Twins](#azure-digital-twins), event routes are entities that are created for this purpose. [Azure Digital Twins](#azure-digital-twins) event routes can contain filters to limit what types of events are sent to each endpoint.
607607

608608
Casing rules: Always lowercase.
609609

610-
Applies to: IoT Hub, Digital Twins
610+
Applies to: IoT Hub, Azure Digital Twins
611611

612612
## F
613613

@@ -689,7 +689,7 @@ In [Azure Digital Twins](#azure-digital-twins), *interface* may be used to refer
689689

690690
Casing rules: Always lowercase.
691691

692-
Applies to: Device developer, Digital Twins
692+
Applies to: Device developer, Azure Digital Twins
693693

694694
### IoT Edge
695695

@@ -839,7 +839,7 @@ In [Azure Digital Twins](#azure-digital-twins), this type of event is fired when
839839

840840
Casing rules: Always lowercase.
841841

842-
Applies to: Digital Twins, IoT Hub, IoT Central
842+
Applies to: Azure Digital Twins, IoT Hub, IoT Central
843843

844844
### Linked IoT hub
845845

@@ -879,31 +879,31 @@ In the [Azure Digital Twins](#azure-digital-twins) service, models define [devic
879879

880880
Casing rules: Always lowercase.
881881

882-
Applies to: IoT Hub, IoT Central, Digital Twins, Device developer
882+
Applies to: IoT Hub, IoT Central, Azure Digital Twins, Device developer
883883

884884
### Model ID
885885

886886
When an [IoT Plug and Play device](#iot-plug-and-play-device) connects to an [IoT Hub](#iot-hub) or IoT Central application, it sends the [model](#model) ID of the [Digital Twins Definition Language](#digital-twins-definition-language) model it implements. Every model as a unique model ID. This model ID enables the [solution](#solution) to find the [device model](#device-model).
887887

888888
Casing rules: Always capitalize as *model ID*.
889889

890-
Applies to: IoT Hub, IoT Central, Device developer, Digital Twins
890+
Applies to: IoT Hub, IoT Central, Device developer, Azure Digital Twins
891891

892892
### Model repository
893893

894894
Stores [Digital Twins Definition Language](#digital-twins-definition-language) [models](#model) and [interfaces](#interface). A [solution](#solution) uses a [model ID](#model-id) to retrieve a model from a repository.
895895

896896
Casing rules: Always lowercase.
897897

898-
Applies to: IoT Hub, IoT Central, Digital Twins
898+
Applies to: IoT Hub, IoT Central, Azure Digital Twins
899899

900900
### Model repository REST API
901901

902902
An API for managing and interacting with a [model repository](#model-repository). For example, you can use the API to search for and retrieve [device models](#device-model).
903903

904904
Casing rules: Always capitalize as *model repository REST API*.
905905

906-
Applies to: IoT Hub, IoT Central, Digital Twins
906+
Applies to: IoT Hub, IoT Central, Azure Digital Twins
907907

908908
### Module
909909

@@ -947,11 +947,11 @@ Applies to: IoT Hub
947947

948948
### Ontology
949949

950-
In the context of [Digital Twins](#digital-twin), a set of [models](#model) for a particular domain, such as real estate, smart cities, IoT systems, energy grids, and more. Ontologies are often used as schemas for knowledge graphs like the ones in [Azure Digital Twins](#azure-digital-twins), because they provide a starting point based on industry standards and best practices.
950+
In the context of [digital twins](#digital-twin), a set of [models](#model) for a particular domain, such as real estate, smart cities, IoT systems, energy grids, and more. Ontologies are often used as schemas for knowledge graphs like the ones in [Azure Digital Twins](#azure-digital-twins), because they provide a starting point based on industry standards and best practices.
951951

952952
[Learn more](../digital-twins/concepts-ontologies.md)
953953

954-
Applies to: Digital Twins
954+
Applies to: Azure Digital Twins
955955

956956
### Operations experience
957957

@@ -1003,15 +1003,15 @@ In the context of a [digital twin](#digital-twin), data fields defined in an [in
10031003

10041004
Casing rules: Always lowercase.
10051005

1006-
Applies to: IoT Hub, IoT Central, Digital Twins, Device developer
1006+
Applies to: IoT Hub, IoT Central, Azure Digital Twins, Device developer
10071007

10081008
### Property change event
10091009

10101010
An event that results from a property change in a [digital twin](#digital-twin).
10111011

10121012
Casing rules: Always lowercase.
10131013

1014-
Applies to: IoT Hub, IoT Central, Digital Twins
1014+
Applies to: IoT Hub, IoT Central, Azure Digital Twins
10151015

10161016
### Protocol gateway
10171017

@@ -1045,7 +1045,7 @@ Used in the [Azure Digital Twins](#azure-digital-twins) service to connect [digi
10451045

10461046
Casing rules: Always lowercase.
10471047

1048-
Applies to: Digital Twins
1048+
Applies to: Azure Digital Twins
10491049

10501050
### Reported configuration
10511051

@@ -1105,7 +1105,7 @@ An [endpoint](#endpoint) that an administrator uses to manage service settings.
11051105

11061106
Casing rules: Always lowercase.
11071107

1108-
Applies to: IoT Hub, Device Provisioning Service, IoT Edge, Digital Twins
1108+
Applies to: IoT Hub, Device Provisioning Service, IoT Edge, Azure Digital Twins
11091109

11101110
### Shared access policy
11111111

@@ -1123,31 +1123,31 @@ Casing rules: Always lowercase.
11231123

11241124
Abbreviation: SAS
11251125

1126-
Applies to: IoT Hub, Digital Twins, IoT Central, IoT Edge
1126+
Applies to: IoT Hub, Azure Digital Twins, IoT Central, IoT Edge
11271127

11281128
### Simulated device
11291129

11301130
For convenience, many of the tutorials and quickstarts run [device](#device) code with simulated sensors on your local development machine. In contrast, a [physical device](#physical-device) such as an MXCHIP has real sensors and connects to an [IoT hub](#iot-hub).
11311131

11321132
Casing rules: Always lowercase.
11331133

1134-
Applies to: IoT Hub, IoT Central, Device developer, IoT Edge, Digital Twins, Device Provisioning Service
1134+
Applies to: IoT Hub, IoT Central, Device developer, IoT Edge, Azure Digital Twins, Device Provisioning Service
11351135

11361136
### Solution
11371137

11381138
In the context of IoT, *solution* typically refers to an end-to-end IoT solution that encompasses IoT devices or assets as well as the cloud services they connect to. A solution includes elements such as [devices](#device), [assets](#asset), [device apps](#device-app), an [IoT hub](#iot-hub), other Azure services, and [back-end apps](#back-end-app).
11391139

11401140
Casing rules: Always lowercase.
11411141

1142-
Applies to: IoT Hub, IoT Central, Device Provisioning Service, IoT Edge, Digital Twins
1142+
Applies to: IoT Hub, IoT Central, Device Provisioning Service, IoT Edge, Azure Digital Twins
11431143

11441144
### Solution back end
11451145

11461146
The subset of an IoT [solution](#solution) that tends to handle cloud-side tasks like device management or data processing and analytics, including an [IoT hub](#iot-hub), other Azure services, and [back-end apps](#back-end-app).
11471147

11481148
Casing rules: Always lowercase.
11491149

1150-
Applies to: IoT Hub, IoT Central, Device Provisioning Service, IoT Edge, Digital Twins
1150+
Applies to: IoT Hub, IoT Central, Device Provisioning Service, IoT Edge, Azure Digital Twins
11511151

11521152
### System properties
11531153

@@ -1188,7 +1188,7 @@ Casing rules: Always lowercase.
11881188
Example usage: Don't use the word *telemetries*, telemetry refers to the collection of data a device sends. For example: When the device connects to your IoT hub, it starts sending telemetry. One of the telemetry values the device sends is the environmental temperature.
11891189

11901190

1191-
Applies to: IoT Hub, IoT Central, Digital Twins, IoT Edge, Device developer
1191+
Applies to: IoT Hub, IoT Central, Azure Digital Twins, IoT Edge, Device developer
11921192

11931193
### Telemetry event
11941194

@@ -1218,8 +1218,8 @@ Applies to: IoT Hub
12181218

12191219
### Upstream service
12201220

1221-
A relative term describing services that feed data into the current context. For instance, in the context of [Azure Digital Twins](#azure-digital-twins), [IoT Hub](#iot-hub) is considered an upstream service because data flows from IoT Hub into Azure [Digital Twins](#digital-twin).
1221+
A relative term describing services that feed data into the current context. For instance, in the context of [Azure Digital Twins](#azure-digital-twins), [IoT Hub](#iot-hub) is considered an upstream service because data flows from IoT Hub into [Azure Digital Twins](#azure-digital-twins).
12221222

12231223
Casing rules: Always lowercase.
12241224

1225-
Applies to: IoT Hub, IoT Central, Digital Twins
1225+
Applies to: IoT Hub, IoT Central, Azure Digital Twins

0 commit comments

Comments
 (0)