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
IoT Central is a ready-made environment for IoT solution development. It's an application platform as a service (aPaaS) IoT solution and its primary interface is a web UI. There's also a [REST API](#extend-with-rest-api) that lets you interact with your application programmatically.
15
+
IoT Central is a ready-made environment that lets you quickly evaluate your IoT scenario. It's an application platform as a service (aPaaS) IoT solution and its primary interface is a web UI. There's also a [REST API](#extend-with-rest-api) that lets you interact with your application programmatically.
16
16
17
17
This article provides an overview of the key elements in an IoT Central solution architecture.
18
18
@@ -104,3 +104,4 @@ Build integrations that let other applications and services manage your applicat
104
104
## Next steps
105
105
106
106
Now that you've learned about the architecture of Azure IoT Central, the suggested next step is to learn about [device connectivity](overview-iot-central-developer.md) in Azure IoT Central.
Copy file name to clipboardExpand all lines: articles/iot-central/core/concepts-faq-apaas-paas.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,20 +3,19 @@ title: Move from IoT Central to a PaaS solution | Microsoft Docs
3
3
description: How do I move between aPaaS and PaaS solution approaches?
4
4
author: dominicbetts
5
5
ms.author: dobett
6
-
ms.date: 06/09/2022
6
+
ms.date: 11/28/2022
7
7
ms.topic: conceptual
8
8
ms.service: iot-central
9
9
services: iot-central
10
-
11
10
---
12
11
13
12
# How do I move between aPaaS and PaaS solutions?
14
13
15
-
When you begin your IoT journey, start with Azure IoT Central. IoT Central is the Microsoft application platform as a service (aPaaS) IoT offering. IoT Central is the fastest and easiest way to get started using Azure IoT. However, if you require a high level of customization, you can move from IoT Central and go lower in the stack with the Azure IoT platform as a service (PaaS) services. Use the *IoT Central migrator tool* to migrate devices seamlessly from IoT Central to a custom PaaS solution that uses the Device Provisioning Service (DPS) and IoT Hub service.
14
+
IoT Centralis the fastest and easiest way to evaluate your IoT scenario. You can use the *IoT Central migrator tool* to migrate devices seamlessly from IoT Central to a platform as a service (PaaS) solution that uses IoT Hub and the Device Provisioning Service (DPS).
16
15
17
16
## Move devices with the IoT Central migrator tool
18
17
19
-
Use the migrator tool to move devices with no downtime from IoT Central to your own DPS instance. In a PaaS solution, you link a DPS instance to your IoT hub. The migrator tool disconnects devices from IoT Central and connects them to your PaaS solution. From this point forward, new devices are created in your IoT hub. Old device registrations remain in IoT Central so that you can fall back to IoT Central just if something goes wrong.
18
+
Use the migrator tool to move devices with no downtime from IoT Central to your own DPS instance. In a PaaS solution, you link a DPS instance to your IoT hub. The migrator tool disconnects devices from IoT Central and connects them to your PaaS solution. From this point forward, new devices are created in your IoT hub.
20
19
21
20
Download the [migrator tool from GitHub](https://github.com/Azure/iotc-migrator).
22
21
@@ -37,19 +36,18 @@ Minimize business impact by following these steps:
37
36
38
37
- When you've migrated all the devices to the PaaS solution and fully exported your data from IoT Central, you can remove the devices from the IoT Central solution.
39
38
40
-
After the migration, devices aren't automatically deleted from the IoT Central application so that you can fail them back from your PaaS solution. These devices continue to be billed as IoT Central charges for all provisioned devices in the application. When you remove these devices from the IoT Central application, they're no longer be billed. Eventually, remove the IoT Central application.
39
+
After the migration, devices aren't automatically deleted from the IoT Central application. These devices continue to be billed as IoT Central charges for all provisioned devices in the application. When you remove these devices from the IoT Central application, you're no longer billed for them. Eventually, remove the IoT Central application.
41
40
42
41
## Firmware best practices
43
42
44
43
So that you can seamlessly migrate devices from your IoT Central applications to PaaS solution, follow these guidelines:
45
44
46
-
- The device must be an IoT Plug and Play device that uses a [Digital Twins Definition Language (DTDL) V2](https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v2/dtdlv2.md) model. IoT Central requires all devices to have a DTDL model. This simplifies the interoperability between an IoT PaaS solution and IoT Central.
45
+
- The device must be an IoT Plug and Play device that uses a [Digital Twins Definition Language (DTDL) V2](https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v2/dtdlv2.md) model. IoT Central requires all devices to have a DTDL model. These models simplify the interoperability between an IoT PaaS solution and IoT Central.
47
46
48
47
- The device must follow the [IoT Central data formats for telemetry, property, and commands](concepts-telemetry-properties-commands.md).
49
48
50
-
- IoT Central uses the DPS to provision the devices. The PaaS solution must also use DPS to provision the devices.
51
-
52
-
- The updateable DPS pattern ensures that the device can move seamlessly between IoT Central applications and the PaaS solution without any downtime.
49
+
- IoT Central uses the DPS to provision the devices. The PaaS solution must also use DPS to provision the devices.
50
+
- The updatable DPS pattern ensures that the device can move seamlessly between IoT Central applications and the PaaS solution without any downtime.
53
51
54
52
## Move existing data out of IoT Central
55
53
@@ -58,3 +56,4 @@ You can configure IoT Central to continuously export telemetry and property valu
58
56
## Next steps
59
57
60
58
Now that you've learned about moving from aPaaS to PaaS solutions, a suggested next step is to explore the [IoT Central migrator tool](https://github.com/Azure/iotc-migrator).
Copy file name to clipboardExpand all lines: articles/iot-central/core/concepts-iiot-architecture.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,26 +3,25 @@ title: Industrial IoT patterns with Azure IoT Central | Microsoft Docs
3
3
description: This article introduces common Industrial IoT patterns that you can implement using Azure IoT Central
4
4
author: dominicbetts
5
5
ms.author: dobett
6
-
ms.date: 04/27/2022
6
+
ms.date: 11/28/2022
7
7
ms.topic: conceptual
8
8
ms.service: iot-central
9
9
services: iot-central
10
-
11
10
---
12
11
13
12
# Industrial IoT (IIoT) architecture patterns with Azure IoT Central
14
13
15
-
:::image type="content" source="media/concepts-iiot-architecture/industrial-iot-architecture.svg" alt-text="Diagram of high-level industrial I O T architecture." border="false":::
14
+
:::image type="content" source="media/concepts-iiot-architecture/industrial-iot-architecture.svg" alt-text="Diagram of high-level industrial IoT architecture." border="false":::
16
15
17
-
IoT Central enables you to implement your IIoT scenario by using the following built-in capabilities:
16
+
IoT Central lets you evaluate your IIoT scenario by using the following built-in capabilities:
18
17
19
18
- Connect industrial assets either directly or through a gateway device
20
19
- Collect data at scale from your industrial assets
21
20
- Manage your connected industrial assets in bulk using jobs
22
21
- Model and organize the data from your industrial assets and use the built-in analytics and monitoring capabilities
23
22
- Integrate and extend your solution by connecting to first and third party applications and services
24
23
25
-
IoT Central enables you to build highly available, scalable, and secure solutions.
24
+
By using the Azure IoT platform, IoT Central lets you evaluate solutions that are scalable and secure.
26
25
27
26
## Connect your industrial assets
28
27
@@ -138,3 +137,4 @@ Industrial networks are crucial to the working of a manufacturing facility. With
138
137
## Next steps
139
138
140
139
Now that you've learned about IIoT architecture patterns with Azure IoT Central, the suggested next step is to learn about [device connectivity](overview-iot-central-developer.md) in Azure IoT Central.
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-manage-iot-central-from-portal.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ When you configure a data export in your IoT Central application, you can choose
69
69
IoT Central currently uses [system-assigned managed identities](../../active-directory/managed-identities-azure-resources/overview.md#managed-identity-types). To create the managed identity for your application, you use either the Azure portal or the REST API.
70
70
71
71
> [!NOTE]
72
-
> You can only add a managed identity to an IoT Central application that was created in a region. All new applications are created in a region. To learn more, see [Updates](https://azure.microsoft.com/updates/azure-iot-central-new-and-updated-features-august-2021/).
72
+
> You can only add a managed identity to an IoT Central application that was created in a region. All new applications are created in a region.
73
73
74
74
When you configure a managed identity, the configuration includes a *scope* and a *role*:
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-manage-iot-central-with-rest-api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ Use the following payload to change the display name and enable the system assig
90
90
```
91
91
92
92
> [!NOTE]
93
-
> You can only add a managed identity to an IoT Central application that was created in a region. All new applications are created in a region. To learn more, see [Updates](https://azure.microsoft.com/updates/azure-iot-central-new-and-updated-features-august-2021/).
93
+
> You can only add a managed identity to an IoT Central application that was created in a region. All new applications are created in a region.
0 commit comments