Skip to content

Commit d7bd1db

Browse files
authored
Update overview-iot-central-developer.md
Fixed a few typos
1 parent 7c8b5c3 commit d7bd1db

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/iot-central/core/overview-iot-central-developer.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ The following sections describe the main types of device you can connect to an I
2929

3030
### IoT device
3131

32-
A IoT device is a standalone device connects directly to IoT Central. A IoT device typically sends telemetry from its onboard or connected sensors to your IoT Central application. Standalone devices can also report property values, receive writable property values, and respond to commands.
32+
An IoT device is a standalone device that connects directly to IoT Central. An IoT device typically sends telemetry from its onboard or connected sensors to your IoT Central application. Standalone devices can also report property values, receive writable property values, and respond to commands.
3333

3434
### IoT Edge device
3535

3636
An IoT Edge device connects directly to IoT Central. An IoT Edge device can send its own telemetry, report its properties, and respond to writable property updates and commands. IoT Edge modules process data locally on the IoT Edge device. An IoT Edge device can also act as an intermediary for other devices known as downstream devices. Scenarios that use IoT Edge devices include:
3737

38-
- Aggregate or filter telemetry before it's sent to IoT Central. This approach can help to reduce the costs of sending data to IoT Central.
38+
- Aggregate or filter telemetry before it's sent to IoT Central. This approach can help reduce the costs of sending data to IoT Central.
3939
- Enable devices that can't connect directly to IoT Central to connect through the IoT Edge device. For example, a downstream device might use bluetooth to connect to the IoT Edge device, which then connects over the internet to IoT Central.
4040
- Control downstream devices locally to avoid the latency associated with connecting to IoT Central over the internet.
4141

@@ -62,7 +62,7 @@ When you register a device with IoT Central, you're telling IoT Central the ID o
6262
6363
There are three ways to register a device in an IoT Central application:
6464

65-
- Automatically register devices when they first try to connect. This scenario enables OEMs to mass manufacture devices that can connect without first being registered. To learn more, see [Automatically register devices](concepts-device-authentication.md#automatically-register-devices).
65+
- Automatically register devices when they first try to connect. This scenario enables OEMs to mass manufacture devices that can connect without being registered first. To learn more, see [Automatically register devices](concepts-device-authentication.md#automatically-register-devices).
6666
- Add devices in bulk from a CSV file. To learn more, see [Import devices](howto-manage-devices-in-bulk.md#import-devices).
6767
- Use the **Devices** page in your IoT Central application to register devices individually. To learn more, see [Add a device](howto-manage-devices-individually.md#add-a-device).
6868

@@ -75,7 +75,7 @@ You only need to register a device once in your IoT Central application.
7575

7676
### Provision a device
7777

78-
When a device first tries to connect to your IoT Central application, it starts the process by connecting to the Device Provisioning Service (DPS). DPS checks the device's credentials and, if they're valid, provisions the device with connection string for one of IoT Central's internal IoT hubs. DPS uses the _group enrollment_ configurations in your IoT Central application to manage this provisioning process for you.
78+
When a device first tries to connect to your IoT Central application, it starts the process by connecting to the Device Provisioning Service (DPS). DPS checks the device's credentials and, if they're valid, provisions the device with the connection string for one of IoT Central's internal IoT Hubs. DPS uses the _group enrollment_ configurations in your IoT Central application to manage this provisioning process for you.
7979

8080
> [!TIP]
8181
> The device also sends the **ID scope** value that tells DPS which IoT Central application the device is connecting to. You can look up the **ID scope** in your IoT Central application on the **Permissions > Device connection groups** page.
@@ -85,7 +85,7 @@ Typically, a device should cache the connection string it receives from DPS but
8585
Using DPS enables:
8686

8787
- IoT Central to onboard and connect devices at scale.
88-
- You to generate device credentials and configure the devices offline without registering the devices through IoT Central UI.
88+
- You to generate device credentials and configure the devices offline without registering the devices through the IoT Central UI.
8989
- You to use your own device IDs to register devices in IoT Central. Using your own device IDs simplifies integration with existing back-office systems.
9090
- A single, consistent way to connect devices to IoT Central.
9191

@@ -106,7 +106,7 @@ All data exchanged between devices and your Azure IoT Central is encrypted. IoT
106106

107107
Device developers typically use one of the device SDKs to implement devices that connect to an IoT Central application. Some scenarios, such as for devices that can't connect to the internet, also require a gateway.
108108

109-
A solution design must take into account the required device connectivity pattern. These patterns fall in to two broad categories. Both categories include devices sending telemetry to your IoT Central application:
109+
A solution design must take into account the required device connectivity pattern. These patterns fall into two broad categories. Both categories include devices sending telemetry to your IoT Central application:
110110

111111
### Persistent connections
112112

0 commit comments

Comments
 (0)