Skip to content

Commit 3c9f95d

Browse files
authored
Merge pull request #227142 from dominicbetts/central-freshness
IoT Central: freshness
2 parents 2a9d14f + 0f185e4 commit 3c9f95d

21 files changed

+75
-269
lines changed

articles/iot-central/.openpublishing.redirection.iot-central.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,12 @@
11221122
},
11231123
{
11241124
"source_path_from_root": "/articles/iot-central/healthcare/howto-health-data-triage.md",
1125-
"redirect_url": "/azure/iot-central/healthcare/tutorial-health-data-triage/",
1125+
"redirect_url": "/azure/iot-central/healthcare/tutorial-continuous-patient-monitoring/",
1126+
"redirect_document_id": false
1127+
},
1128+
{
1129+
"source_path_from_root": "/articles/iot-central/healthcare/tutorial-health-data-triage.md",
1130+
"redirect_url": "/azure/iot-central/healthcare/tutorial-continuous-patient-monitoring/",
11261131
"redirect_document_id": false
11271132
},
11281133
{

articles/iot-central/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@
7575
items:
7676
- name: Create a continuous patient monitoring app
7777
href: healthcare/tutorial-continuous-patient-monitoring.md
78-
- name: Create a health data triage dashboard
79-
href: ./healthcare/tutorial-health-data-triage.md
8078

8179
- name: Concepts
8280
items:

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
title: Device implementation in Azure IoT Central | Microsoft Docs
2+
title: Device implementation
3+
titleSuffix: Azure IoT Central
34
description: This article introduces the key concepts and best practices for implementing a device that connects to your IoT Central application.
45
author: dominicbetts
56
ms.author: dobett
6-
ms.date: 03/04/2022
7+
ms.date: 02/13/2023
78
ms.topic: conceptual
89
ms.service: iot-central
910
services: iot-central
@@ -131,7 +132,7 @@ az iot central device manual-failover \
131132
> [!TIP]
132133
> To find the **Application ID**, navigate to **Application > Management** in your IoT Central application.
133134
134-
If the command succeeds, you see output that looks like the following:
135+
If the command succeeds, you see output that looks like the following example:
135136

136137
```output
137138
Command group 'iot central device' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

articles/iot-central/core/concepts-faq-scalability-availability.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
title: Azure IoT Central scalability and high availability | Microsoft Docs
2+
title: Scalability and high availability
3+
titleSuffix: Azure IoT Central
34
description: This article describes how IoT Central automatically scales to handle more devices, its high availability disaster recovery capabilities.
45
author: dominicbetts
56
ms.author: dobett
6-
ms.date: 03/01/2022
7+
ms.date: 02/13/2023
78
ms.topic: conceptual
89
ms.service: iot-central
910
services: iot-central
@@ -24,7 +25,7 @@ IoT Central automatically scales its IoT hubs based on the load profiles in your
2425

2526
## High availability and disaster recovery
2627

27-
For highly available device connectivity, an IoT Central application always have at least two IoT hubs. For exceptions to to this rule, see [Limitations](#limitations). The number of hubs can grow or shrink as IoT Central scales the application in response to changes in the load profile.
28+
For highly available device connectivity, an IoT Central application always has at least two IoT hubs. For exceptions to this rule, see [Limitations](#limitations). The number of hubs can grow or shrink as IoT Central scales the application in response to changes in the load profile.
2829

2930
IoT Central also uses [availability zones](../../availability-zones/az-overview.md#availability-zones) to make various services it uses highly available.
3031

articles/iot-central/core/howto-manage-devices-individually.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
title: Manage devices individually in your Azure IoT Central application | Microsoft Docs
2+
title: Manage devices individually in your application
3+
titleSuffix: Azure IoT Central
34
description: Learn how to manage devices individually in your Azure IoT Central application. Monitor, manage, create, delete, and update devices.
45
author: dominicbetts
56
ms.author: dobett
6-
ms.date: 03/02/2022
7+
ms.date: 02/13/2023
78
ms.topic: how-to
89
ms.service: iot-central
910
services: iot-central
@@ -34,7 +35,7 @@ To view an individual device:
3435

3536
1. In the right-hand pane of the **Devices** page, you see a list of devices accessible to your organization created from that device template:
3637

37-
:::image type="content" source="media/howto-manage-devices-individually/device-list.png" alt-text="Screenshot showing the device list." lightbox="media/howto-manage-devices-individually/device-list.png":::
38+
:::image type="content" source="media/howto-manage-devices-individually/device-list.png" alt-text="Screenshot that shows the list of Thermostat devices." lightbox="media/howto-manage-devices-individually/device-list.png":::
3839

3940
Choose an individual device to see the device details page for that device.
4041

@@ -61,7 +62,7 @@ When a device connects to your IoT Central application, its device status change
6162

6263
1. An operator can block a device. When a device is blocked, it can't send data to your IoT Central application. Blocked devices have a status of **Blocked**. An operator must reset the device before it can resume sending data. When an operator unblocks a device the status returns to its previous value, **Registered** or **Provisioned**.
6364

64-
1. If the device status is **Waiting for Approval**, it means the **Auto approve** option is disabled. An operator must explicitly approve a device before it starts sending data. Devices not registered manually on the **Devices** page, but connected with valid credentials will have the device status **Waiting for Approval**. Operators can approve these devices from the **Devices** page using the **Approve** button.
65+
1. If the device status is **Waiting for Approval**, it means the **Auto approve** option is disabled. An operator must explicitly approve a device before it starts sending data. Devices not registered manually on the **Devices** page, but connected with valid credentials have the device status **Waiting for Approval**. Operators can approve these devices from the **Devices** page using the **Approve** button.
6566

6667
1. If the device status is **Unassigned**, it means the device connecting to IoT Central isn't assigned to a device template. This situation typically happens in the following scenarios:
6768

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Azure IoT Central device connectivity guide | Microsoft Docs
3-
description: Azure IoT Central is an IoT application platform that simplifies the creation of IoT solutions. This guide describes how IoT devices connect to your IoT Central application. After a device connects, it uses telemetry to send streaming data and properties to report device state. Iot Central can set device state using writable properties and call commands on a device.
2+
title: Device connectivity guide
3+
titleSuffix: Azure IoT Central
4+
description: This guide describes how IoT devices connect to and communicate with your IoT Central application. The article describes telemetry, properties, and commands.
45
author: dominicbetts
56
ms.author: dobett
6-
ms.date: 03/02/2022
7+
ms.date: 02/13/2023
78
ms.topic: conceptual
89
ms.service: iot-central
910
services: iot-central
1011
ms.custom: [mvc, device-developer, iot-central-frontdoor]
1112

12-
1313
# This article applies to device developers.
1414
---
1515

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)