Skip to content

Commit 540da9e

Browse files
authored
Merge pull request #191244 from dominicbetts/central-non-blocking
IoT Central fix non-blocking issues
2 parents df6ceac + c396982 commit 540da9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/iot-central/core/concepts-device-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ To automatically register devices that use SAS tokens:
114114
115115
1. Copy the group primary key from the **SAS-IoT-Devices** enrollment group:
116116
117-
:::image type="content" source="media/concepts-device-authentication/group-primary-key.png" alt-text="Group primary key from SAS-IoT-Devices enrollment group":::
117+
:::image type="content" source="media/concepts-device-authentication/group-primary-key.png" alt-text="Group primary key from S A S - I o T - Devices enrollment group.":::
118118
119119
1. Use the `az iot central device compute-device-key` command to generate the device SAS keys. Use the group primary key from the previous step. The device ID can contain letters, numbers, and the `-` character:
120120

articles/iot-central/core/concepts-device-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ IoT Central can automatically assign a device to a device template when the devi
4646

4747
The following screenshot shows you how to view the model ID of a device template in IoT Central. In a device template, select a component, and then select **Edit identity**:
4848

49-
:::image type="content" source="media/concepts-device-templates/model-id.png" alt-text="Screenshot showing model ID in thermostat device template.":::
49+
:::image type="content" source="media/concepts-device-templates/model-id.png" alt-text="Screenshot showing model I D in thermostat device template.":::
5050

5151
You can view the [thermostat model](https://github.com/Azure/iot-plugandplay-models/blob/main/dtmi/com/example/thermostat-1.json) in the public model repository. The model ID definition looks like:
5252

0 commit comments

Comments
 (0)