You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-central/core/concepts-faq-scalability-availability.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
---
2
-
title: Azure IoT Central scalability and high availability | Microsoft Docs
2
+
title: Scalability and high availability
3
+
titleSuffix: Azure IoT Central
3
4
description: This article describes how IoT Central automatically scales to handle more devices, its high availability disaster recovery capabilities.
4
5
author: dominicbetts
5
6
ms.author: dobett
6
-
ms.date: 03/01/2022
7
+
ms.date: 02/13/2023
7
8
ms.topic: conceptual
8
9
ms.service: iot-central
9
10
services: iot-central
@@ -24,7 +25,7 @@ IoT Central automatically scales its IoT hubs based on the load profiles in your
24
25
25
26
## High availability and disaster recovery
26
27
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.
28
29
29
30
IoT Central also uses [availability zones](../../availability-zones/az-overview.md#availability-zones) to make various services it uses highly available.
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-manage-devices-individually.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
---
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
3
4
description: Learn how to manage devices individually in your Azure IoT Central application. Monitor, manage, create, delete, and update devices.
4
5
author: dominicbetts
5
6
ms.author: dobett
6
-
ms.date: 03/02/2022
7
+
ms.date: 02/13/2023
7
8
ms.topic: how-to
8
9
ms.service: iot-central
9
10
services: iot-central
@@ -34,7 +35,7 @@ To view an individual device:
34
35
35
36
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:
36
37
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":::
38
39
39
40
Choose an individual device to see the device details page for that device.
40
41
@@ -61,7 +62,7 @@ When a device connects to your IoT Central application, its device status change
61
62
62
63
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**.
63
64
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.
65
66
66
67
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:
Copy file name to clipboardExpand all lines: articles/iot-central/core/overview-iot-central-developer.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
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.
0 commit comments