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/iot/iot-glossary.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -389,9 +389,13 @@ The following items are examples of category 3 devices:
389
389
- Security video cameras.
390
390
- Programmable logic controllers.
391
391
392
+
In the context of Azure IoT Operations v2.x.x and later, a device is a configuration in Azure Device Registry that encapsulates the information, such as address and authentication credentials, required to connect to a physical device or asset. Previous versions of Azure IoT Operations used *asset endpoints* to perform a similar role.
393
+
394
+
First and subsequent mentions: On first mention, always use *namespace asset*. If the context is clear on subsequent mentions, use *asset*.
In the context of Azure IoT Operations, Azure Device Registry uses *namespaces* to organize assets and devices. Each Azure IoT Operations instance uses a single namespace for its assets and devices. Multiple instances can share a single namespace.
976
980
981
+
Casing rules: Always lowercase.
982
+
983
+
Applies to: Azure IoT Operations, Azure Device Registry
984
+
985
+
### Namespace asset
986
+
987
+
In the context of Azure IoT Operations v2.x.x and later, Azure IoT Operations uses *namespaces* to organize assets and devices. An asset that exists in a namespace is referred to as a *namespace asset*. This contrasts with assets created in previous versions of Azure IoT Operations, which are not associated with a namespace.
988
+
989
+
First and subsequent mentions: On first mention, always use *namespace asset*. If the context is clear on subsequent mentions, use *asset*.
990
+
991
+
Casing rules: Always lowercase.
992
+
977
993
Applies to: Azure IoT Operations, Azure Device Registry
0 commit comments