Skip to content

Commit e76c92a

Browse files
authored
reverting formatting changes
1 parent f308fb9 commit e76c92a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/iot/iot-services-and-technologies.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ In contrast, the devices and routing definitions in IoT Hub aren't exposed as in
5151

5252
## Azure IoT Operations
5353

54-
Use Azure IoT Operations to build an **edge-based IoT solution** that follows the adaptive cloud approach.
54+
> Use Azure IoT Operations to build an **edge-based IoT solution** that follows the adaptive cloud approach.
5555
5656
Azure IoT Operations is 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 such as AKS Edge Essentials. 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.
5757

5858
To learn more, see [What is Azure IoT Operations?](../iot-operations/overview-iot-operations.md).
5959

6060
### Azure Device Registry
6161

62-
Currently, Azure Device Registry is typically part of an **edge-based IoT solution** that uses Azure IoT Operations and follows the adaptive cloud approach.
62+
> Currently, Azure Device Registry is typically part of an **edge-based IoT solution** that uses Azure IoT Operations and follows the adaptive cloud approach.
6363
6464
Azure Device Registry is a backend service that enables the management of assets and devices in your solution using Azure Resource Manager. Azure Device Registry:
6565

@@ -72,31 +72,31 @@ To learn more, see [What is asset management in Azure IoT Operations](../iot-ope
7272

7373
### Azure IoT Operations SDKs (preview)
7474

75-
The Azure IoT Operations SDKs enable you to build a custom **edge-based IoT solution** that use Azure IoT Operations.
75+
> The Azure IoT Operations SDKs enable you to build a custom **edge-based IoT solution** that use Azure IoT Operations.
7676
7777
The Azure IoT Operations SDKs are a suite of tools and libraries across multiple languages designed to aid the development of applications for Azure IoT Operations. The SDKs can be used to build secure, highly available applications at the edge, that interact with Azure IoT Operations to perform operations such as asset discovery, protocol translation and data transformation.
7878

7979
To learn more, see [Azure IoT Operations SDKs](https://github.com/Azure/iot-operations-sdks/tree/main).
8080

8181
## Azure IoT Hub
8282

83-
Use Azure IoT Hub to build a **cloud-based IoT solution**. IoT Hub does not follow the adaptive cloud approach.
83+
> Use Azure IoT Hub to build a **cloud-based IoT solution**. IoT Hub does not follow the adaptive cloud approach.
8484
8585
Azure IoT Hub is a managed service hosted in the cloud that acts as a central message hub for communication between an IoT application and its attached devices. Several messaging patterns are supported, including device-to-cloud messages, uploading files from devices, and request-reply methods to control your devices from the cloud. IoT Hub can route messages from devices to other cloud services for storage, analysis, or processing. IoT Hub also supports monitoring to help you track device creation, device connections, and device failures.
8686

8787
To learn more, see [What is Azure IoT Hub?](../iot-hub/iot-concepts-and-iot-hub.md).
8888

8989
### Azure IoT Hub Device Provisioning Service (DPS)
9090

91-
DPS is typically part of a **cloud-based IoT solution** based on IoT Hub or IoT Central.
91+
> DPS is typically part of a **cloud-based IoT solution** based on IoT Hub or IoT Central.
9292
9393
DPS is a helper service for IoT Hub that enables zero-touch, just-in-time provisioning of IoT devices to an IoT hub without requiring human intervention. Many of the manual steps traditionally involved in provisioning are automated with DPS to reduce the time to deploy IoT devices and lower the risk of manual error. DPS can provision devices that use X.509 certificates and trusted platform modules. IoT Central applications use an internal DPS instance to manage device connections.
9494

9595
To learn more, see [What is Azure IoT Hub Device Provisioning Service?](../iot-dps/about-iot-dps.md).
9696

9797
### Azure Device Update for IoT Hub
9898

99-
Device Update for IoT Hub is typically part of a **cloud-based IoT solution** based on IoT Hub.
99+
> Device Update for IoT Hub is typically part of a **cloud-based IoT solution** based on IoT Hub.
100100
101101
Azure Device Update for IoT Hub is a service that enables you to deploy over-the-air updates for your IoT devices, including Azure IoT Edge devices. Device Update offers optimized update deployment and streamlined operations through integration with Azure IoT Hub, making it easy to adopt on any existing IoT Hub-based solution.
102102

@@ -112,15 +112,15 @@ To learn more, see [What is Azure IoT Edge](../iot-edge/about-iot-edge.md).
112112

113113
## Azure Digital Twins
114114

115-
The Azure Digital Twins service is typically part of a **cloud-based IoT solution** based on IoT Hub.
115+
> The Azure Digital Twins service is typically part of a **cloud-based IoT solution** based on IoT Hub.
116116
117117
Azure Digital Twins is a platform as a service (PaaS) offering that enables the creation of twin graphs based on digital models of entire environments, which could be buildings, factories, farms, energy networks, railways, stadiums, and more—even entire cities. 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 device twins to send and receive live data.
118118

119119
To learn more, see [What is Azure Digital Twins?](../digital-twins/overview.md).
120120

121121
## Azure IoT Central
122122

123-
Use Azure IoT Central to build a **cloud-based IoT solution**. IoT Central does not follow the adaptive cloud approach.
123+
> Use Azure IoT Central to build a **cloud-based IoT solution**. IoT Central does not follow the adaptive cloud approach.
124124
125125
IoT Central is an IoT application platform as a service (aPaaS) that reduces the burden and cost of developing, managing, and maintaining IoT solutions. To streamline the development of a complex and continually evolving IoT infrastructure, IoT Central lets you focus your efforts on determining the business impact you can create with the IoT data stream. The web UI lets you quickly connect devices, monitor device conditions, create rules, manage devices and their data throughout their life cycle, and optionally route device messages to other cloud services for storage, analysis, or processing.
126126

@@ -140,7 +140,7 @@ To learn more, see [What is Azure Event Grid?](../event-grid/overview.md)
140140

141141
## Azure IoT device and service SDKs
142142

143-
The Azure IoT device and service SDKs enables you to build a custom **cloud-based IoT solution** that use IoT Hub or IoT Central.
143+
> The Azure IoT device and service SDKs enables you to build a custom **cloud-based IoT solution** that use IoT Hub or IoT Central.
144144
145145
- The [Azure IoT device SDKs](iot-sdks.md#device-sdks) help you address the challenges of connecting devices securely and reliably to your IoT Hub or IoT Central using protocols such as MQTT and AMQP.
146146
- The [Azure IoT service SDKs](iot-sdks.md#iot-hub-service-sdks) contain code to facilitate building applications that interact directly with IoT Hub to manage devices and security.
@@ -153,15 +153,15 @@ To learn more, see [Azure IoT device and service SDKs](iot-sdks.md).
153153

154154
## Azure IoT Plug and Play
155155

156-
Azure IoT Plug and Play is a programming model that enables you to build a **cloud-based IoT solution** that use IoT Hub or IoT Central.
156+
> Azure IoT Plug and Play is a programming model that enables you to build a **cloud-based IoT solution** that use IoT Hub or IoT Central.
157157
158158
IoT Plug and Play enables solution builders to integrate IoT devices with their solutions without any manual configuration. At the core of IoT Plug and Play, is a device _model_ that a device uses to advertise its capabilities to an IoT Plug and Play-enabled service such as IoT Hub, IoT Central or Azure Digital Twins. You define IoT Plug and Play models and interfaces using the [Digital Twins Definition Language (DTDL)](https://github.com/Azure/opendigitaltwins-dtdl/blob/master/README.md).
159159

160160
To learn more, see [What is IoT Plug and Play?](overview-iot-plug-and-play.md).
161161

162162
## Microsoft Defender for IoT
163163

164-
Microsoft Defender for IoT is a unified security solution that helps you secure **cloud-based, edge-based and hybrid IoT solutions**.
164+
> Microsoft Defender for IoT is a unified security solution that helps you secure **cloud-based, edge-based and hybrid IoT solutions**.
165165
166166
Microsoft Defender for IoT is a unified security solution built specifically to identify threats and vulnerabilities in your IoT and operational technology (OT) infrastructure. Use Defender for IoT to secure your entire IoT/OT environment, including existing devices that might not have built-in security agents.
167167

0 commit comments

Comments
 (0)