Skip to content

Commit 710ab9d

Browse files
committed
Review fixes
1 parent 84178cd commit 710ab9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/iot-hub-device-update/create-update-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can update a device twin with the appropriate tag using RegistryManager afte
3535
* [Learn how to add tags using a sample .NET app.](../iot-hub/iot-hub-csharp-csharp-twin-getstarted.md)
3636
* [Learn about tag properties](../iot-hub/iot-hub-devguide-device-twins.md#tags-and-properties-format).
3737

38-
#### Device Update tag gormat
38+
#### Device Update tag format
3939

4040
```json
4141
"tags": {

articles/iot-hub/iot-hub-automatic-device-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ For example, you could set the twin path to `properties.desired.chiller-water` a
8282
}
8383
```
8484

85-
:::image type="content" source="./media/iot-hub-automatic-device-management/module-config-twin-settings.png" alt-text="Set the device or module twin property and json content.":::
85+
:::image type="content" source="./media/iot-hub-automatic-device-management/module-config-twin-settings.png" alt-text="Screenshot of setting the device or module twin property and json content.":::
8686

8787
You can also set individual settings by specifying the entire twin path and providing the value with no brackets. For example, with the twin path `properties.desired.chiller-water.temperature`, set the content to `66`. Then create a new twin setting for the pressure property.
8888

0 commit comments

Comments
 (0)