Skip to content

Commit eb150f5

Browse files
authored
Merge pull request #219623 from dominicbetts/central-messaging-updates
IoT Central: update IoT Central messaging
2 parents 37ee6e0 + f738f2d commit eb150f5

28 files changed

+126
-216
lines changed

.openpublishing.publish.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,7 @@
950950
"articles/iot-accelerators/.openpublishing.redirection.iot-accelerators.json",
951951
"articles/iot-develop/.openpublishing.redirection.iot-develop.json",
952952
"articles/iot-edge/.openpublishing.redirection.iot-edge.json",
953+
"articles/iot-fundamentals/.openpublishing.redirection.iot-fundamentals.json",
953954
"articles/mariadb/.openpublishing.redirection.mariadb.json",
954955
"articles/marketplace/.openpublishing.redirection.marketplace.json",
955956
"articles/mysql/.openpublishing.redirection.mysql.json",

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,6 +1344,11 @@
13441344
"source_path_from_root": "/articles/iot-central/core/howto-migrate.md",
13451345
"redirect_url": "/azure/iot-central/core/overview-iot-central/",
13461346
"redirect_document_id": false
1347+
},
1348+
{
1349+
"source_path_from_root": "/articles/iot-central/core/concepts-faq-start-iot-central.md",
1350+
"redirect_url": "/azure/iot-central/core/overview-iot-central/",
1351+
"redirect_document_id": false
13471352
}
13481353
]
13491354
}

articles/iot-central/TOC.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
href: core/overview-iot-central-tour.md
99
- name: Tour of the API
1010
href: core/overview-iot-central-api-tour.md
11-
- name: What's new?
12-
href: https://azure.microsoft.com/updates/?status=nowavailable&updateType=features&category=iot&query=azure%20iot%20central
1311
- name: Quickstarts
1412
expanded: true
1513
items:
@@ -113,8 +111,6 @@
113111
- name: FAQ
114112
href: core/howto-faq.yml
115113
items:
116-
- name: Why should I start with IoT Central?
117-
href: core/concepts-faq-start-iot-central.md
118114
- name: How do I extend IoT Central?
119115
href: core/concepts-faq-extend.md
120116
- name: How does IoT Central scale and enable HADR?

articles/iot-central/core/concepts-architecture.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Architectural concepts in Azure IoT Central | Microsoft Docs
33
description: This article introduces key concepts relating the architecture of Azure IoT Central
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 06/03/2022
6+
ms.date: 11/28/2022
77
ms.topic: conceptual
88
ms.service: iot-central
99
services: iot-central
@@ -12,7 +12,7 @@ ms.custom: [iot-central-frontdoor]
1212

1313
# Azure IoT Central architecture
1414

15-
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.
1616

1717
This article provides an overview of the key elements in an IoT Central solution architecture.
1818

@@ -104,3 +104,4 @@ Build integrations that let other applications and services manage your applicat
104104
## Next steps
105105

106106
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.
107+

articles/iot-central/core/concepts-faq-apaas-paas.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,19 @@ title: Move from IoT Central to a PaaS solution | Microsoft Docs
33
description: How do I move between aPaaS and PaaS solution approaches?
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 06/09/2022
6+
ms.date: 11/28/2022
77
ms.topic: conceptual
88
ms.service: iot-central
99
services: iot-central
10-
1110
---
1211

1312
# How do I move between aPaaS and PaaS solutions?
1413

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 Central is 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).
1615

1716
## Move devices with the IoT Central migrator tool
1817

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.
2019

2120
Download the [migrator tool from GitHub](https://github.com/Azure/iotc-migrator).
2221

@@ -37,19 +36,18 @@ Minimize business impact by following these steps:
3736

3837
- 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.
3938

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.
4140

4241
## Firmware best practices
4342

4443
So that you can seamlessly migrate devices from your IoT Central applications to PaaS solution, follow these guidelines:
4544

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.
4746

4847
- The device must follow the [IoT Central data formats for telemetry, property, and commands](concepts-telemetry-properties-commands.md).
4948

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.
5351

5452
## Move existing data out of IoT Central
5553

@@ -58,3 +56,4 @@ You can configure IoT Central to continuously export telemetry and property valu
5856
## Next steps
5957

6058
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).
59+

articles/iot-central/core/concepts-faq-start-iot-central.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

articles/iot-central/core/concepts-iiot-architecture.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,25 @@ title: Industrial IoT patterns with Azure IoT Central | Microsoft Docs
33
description: This article introduces common Industrial IoT patterns that you can implement using Azure IoT Central
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 04/27/2022
6+
ms.date: 11/28/2022
77
ms.topic: conceptual
88
ms.service: iot-central
99
services: iot-central
10-
1110
---
1211

1312
# Industrial IoT (IIoT) architecture patterns with Azure IoT Central
1413

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":::
1615

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:
1817

1918
- Connect industrial assets either directly or through a gateway device
2019
- Collect data at scale from your industrial assets
2120
- Manage your connected industrial assets in bulk using jobs
2221
- Model and organize the data from your industrial assets and use the built-in analytics and monitoring capabilities
2322
- Integrate and extend your solution by connecting to first and third party applications and services
2423

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.
2625

2726
## Connect your industrial assets
2827

@@ -138,3 +137,4 @@ Industrial networks are crucial to the working of a manufacturing facility. With
138137
## Next steps
139138

140139
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.
140+

articles/iot-central/core/howto-manage-iot-central-from-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ When you configure a data export in your IoT Central application, you can choose
6969
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.
7070

7171
> [!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.
7373
7474
When you configure a managed identity, the configuration includes a *scope* and a *role*:
7575

articles/iot-central/core/howto-manage-iot-central-with-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Use the following payload to change the display name and enable the system assig
9090
```
9191

9292
> [!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.
9494
9595
## Delete an IoT Central application
9696

articles/iot-central/core/media/concepts-faq-start-iot-central/apaas-architecture.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)