Skip to content

Commit 8a28a74

Browse files
committed
Iot doc health updates
1 parent 6287789 commit 8a28a74

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

articles/iot-develop/concepts-azure-rtos-security-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: edlamie80
55
ms.author: v-edlamie
66
ms.service: iot-develop
77
ms.topic: conceptual
8-
ms.date: 11/11/2021
8+
ms.date: 11/29/2022
99
---
1010

1111
# Develop secure embedded applications with Azure RTOS

articles/iot-develop/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ metadata:
1111
ms.topic: landing-page
1212
author: timlt
1313
ms.author: timlt
14-
ms.date: 03/10/2022
15-
ms.custom: contperf-fy22q3
14+
ms.date: 11/29/22
15+
ms.custom:
1616

1717
landingContent:
1818
- title: About IoT device development

articles/iot-develop/quickstart-devkit-espressif-esp32-freertos.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ms.author: timlt
66
ms.service: iot-develop
77
ms.devlang: c
88
ms.topic: quickstart
9-
ms.date: 12/02/2021
10-
ms.custom: mode-other
9+
ms.date: 11/29/2022
10+
ms.custom:
1111
#Customer intent: As a device builder, I want to see a working IoT device sample connecting to Azure IoT, sending properties and telemetry, and responding to commands. As a solution builder, I want to use a tool to view the properties, commands, and telemetry an IoT Plug and Play device reports to the IoT hub it connects to.
1212
---
1313

@@ -143,7 +143,7 @@ To flash the image:
143143
```
144144

145145
To confirm that the device connects to Azure IoT Central:
146-
1. In **ESP-IDF PowerShell**, run the following command to start the monitoring tool. As you did in a previous command, replace the *\<Your-COM-port\>* placeholder and brackets with the COM port that the device is connected to.
146+
1. In **ESP-IDF PowerShell**, run the following command to start the monitoring tool. As you did in a previous command, replace the \<Your-COM-port\> placeholder, and brackets with the COM port that the device is connected to.
147147

148148
```shell
149149
idf.py -B "C:\espbuild" -p <Your-COM-port> monitor

articles/iot-develop/quickstart-devkit-stm-b-l475e-freertos.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ms.author: timlt
66
ms.service: iot-develop
77
ms.devlang: c
88
ms.topic: quickstart
9-
ms.date: 01/27/2022
10-
ms.custom: mode-other
9+
ms.date: 11/29/2022
10+
ms.custom:
1111
#Customer intent: As a device builder, I want to see a working IoT device sample connecting to Azure IoT, sending properties and telemetry, and responding to commands. As a solution builder, I want to use a tool to view the properties, commands, and telemetry an IoT Plug and Play device reports to the IoT hub it connects to.
1212
---
1313

@@ -125,7 +125,7 @@ To connect the STM DevKit to Azure, modify configuration settings, build the ima
125125
126126
### Flash the image
127127
128-
1. On the STM DevKit board, locate the **Reset** button (1), the Micro USB port (2), which is labeled **USB STLink**, and the board part number (3). You will refer to these items in the next steps. All of them are highlighted in the following picture:
128+
1. On the STM DevKit board, locate the **Reset** button (1), the Micro USB port (2), which is labeled **USB STLink**, and the board part number (3). You'll refer to these items in the next steps. All of them are highlighted in the following picture:
129129

130130
:::image type="content" source="media/quickstart-devkit-stm-b-l475e-freertos/stm-devkit-board-475.png" alt-text="Locate key components on the STM DevKit board":::
131131

@@ -211,7 +211,7 @@ To view telemetry in IoT Central:
211211

212212
## Call a command on the device
213213

214-
You can also use IoT Central to call a command that you have implemented on your device. In this section, you call a method that enables you to turn an LED on or off.
214+
You can also use IoT Central to call a command that you've implemented on your device. In this section, you call a method that enables you to turn an LED on or off.
215215
216216
To call a command in IoT Central portal:
217217

0 commit comments

Comments
 (0)