Skip to content

Commit 6849179

Browse files
authored
fix(iot): review (#5286)
1 parent f15a30c commit 6849179

21 files changed

+46
-25
lines changed

pages/iot-hub/how-to/add-device.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: How to add a device to IoT Hub
33
description: This page explains how to add a device to IoT Hub
44
tags: iot iot-hub mqtt
55
dates:
6-
validation: 2025-01-09
6+
validation: 2025-07-16
7+
validation_frequency: 12
78
posted: 2019-09-01
89
categories:
910
- managed-services

pages/iot-hub/how-to/change-plan.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: How to change the product plan for an IoT Hub
33
description: This page explains how to change the product plan for an IoT Hub
44
tags: iot iot-hub plan
55
dates:
6-
validation: 2025-01-09
6+
validation: 2025-07-16
7+
validation_frequency: 12
78
posted: 2019-09-01
89
categories:
910
- managed-services

pages/iot-hub/how-to/connect-default-mqtt-network.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ title: How to connect to the default MQTT network
33
description: This page explains how to connect to the default MQTT network
44
tags: iot iot-hub mqtt mqtt-network
55
dates:
6-
validation: 2025-01-09
6+
validation: 2025-07-16
77
posted: 2019-09-01
8+
validation_frequency: 12
89
categories:
910
- managed-services
1011
---
@@ -21,7 +22,7 @@ The default network, which is automatically created with a hub, is a **MQTT netw
2122

2223
1. [Add a Hub device](/iot-hub/how-to/add-device/) if you haven't already done so.
2324

24-
To keep this tutorial simple, choose to `Allow Insercure` connections. Insecure connections allow connections to the hub without encryption layer.
25+
To keep this tutorial simple, choose to `Allow Insecure` connections. Insecure connections allow connections to the hub without encryption layer.
2526
2. Configure the physical device (or client) to connect through the network, using the following parameters:
2627
- **Host**: The network endpoint.
2728
- **Port**: Use `1883` for plaintext or `8883` for TLS.

pages/iot-hub/how-to/connect-default-websocket-network.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: How to connect to the default WebSocket network
33
description: This page explains how to connect to the default WebSocket network
44
tags: websocket websocket-network iot iot-hub
55
dates:
6-
validation: 2025-01-09
6+
validation: 2025-07-16
7+
validation_frequency: 12
78
posted: 2019-09-01
89
categories:
910
- managed-services

pages/iot-hub/how-to/create-hub.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: How to create an IoT Hub
33
description: This page explains how to create an IoT Hub
44
tags: iot iot-hub
55
dates:
6-
validation: 2025-01-09
6+
validation: 2025-07-16
7+
validation_frequency: 12
78
posted: 2019-09-01
89
categories:
910
- managed-services

pages/iot-hub/how-to/create-route.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: How to create an IoT Hub route
33
description: This page explains how to create an IoT Hub route.
44
tags: iot iot-hub iot-hub-route
55
dates:
6-
validation: 2025-01-09
6+
validation: 2025-07-16
7+
validation_frequency: 12
78
posted: 2019-09-01
89
categories:
910
- managed-services

pages/iot-hub/how-to/delete-device.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: How to delete an IoT Hub device
33
description: This page explains how to delete an IoT Hub device
44
tags: iot iot-hub
55
dates:
6-
validation: 2025-01-09
6+
validation: 2025-07-16
7+
validation_frequency: 12
78
posted: 2019-09-01
89
categories:
910
- managed-services

pages/iot-hub/how-to/delete-hub.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: How to delete an IoT Hub
33
description: This page explains how to delete an IoT Hub
44
tags: iot iot-hub
55
dates:
6-
validation: 2025-01-09
6+
validation: 2025-07-16
7+
validation_frequency: 12
78
posted: 2019-09-01
89
categories:
910
- managed-services
@@ -30,7 +31,7 @@ If you do not need your IoT Hub anymore, you can remove it from your account via
3031
</Message>
3132
4. Type `DELETE` in the pop-up window and click **Delete Hub**.
3233
<Message type="tip">
33-
It is possible to delete multiple hubs at once by selecting them in the hub list.
34+
You can delete multiple hubs at once by selecting them in the hub list.
3435
</Message>
3536

3637

pages/iot-hub/how-to/delete-route.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: How to delete an IoT Hub route
33
description: This page explains how to delete an IoT Hub route
44
tags: iot iot-hub iot-hub-route
55
dates:
6-
validation: 2025-01-09
6+
validation: 2025-07-16
7+
validation_frequency: 12
78
posted: 2019-09-01
89
categories:
910
- managed-services

pages/iot-hub/how-to/enable-auto-provisioning.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: How to enable device auto-provisioning
33
description: This page explains how to enable device auto-provisioning
44
tags: iot iot-hub auto-provisioning
55
dates:
6-
validation: 2025-01-09
6+
validation: 2025-07-16
7+
validation_frequency: 12
78
posted: 2019-09-01
89
categories:
910
- managed-services

0 commit comments

Comments
 (0)