Skip to content

Commit 3c6c8fc

Browse files
authored
Merge pull request #194178 from dominicbetts/central-remove-v2
IoT Central remove V2 references
2 parents 6bef913 + 90dd002 commit 3c6c8fc

8 files changed

+8
-133
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,6 +1334,11 @@
13341334
"source_path_from_root": "/articles/iot-central/preview/concepts-get-connected.md",
13351335
"redirect_url": "/azure/iot-central/core/overview-iot-central-developer/",
13361336
"redirect_document_id": false
1337+
},
1338+
{
1339+
"source_path_from_root": "/articles/iot-central/core/howto-migrate.md",
1340+
"redirect_url": "/azure/iot-central/core/overview-iot-central/",
1341+
"redirect_document_id": false
13371342
}
13381343
]
13391344
}

articles/iot-central/TOC.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@
221221
href: core/howto-create-organizations.md
222222
- name: Customize application UI
223223
href: core/howto-customize-ui.md
224-
- name: Migrate V2 to V3 application
225-
href: core/howto-migrate.md
226224
- name: Configure and use file uploads
227225
href: core/howto-configure-file-uploads.md
228226
- name: Manage and monitor in the Azure portal
@@ -275,6 +273,4 @@
275273
- name: Customer data requests
276274
href: core/iot-central-customer-data-requests.md
277275
- name: Supported browsers
278-
href: core/iot-central-supported-browsers.md
279-
- name: Azure IoT Central (legacy templates)
280-
href: /previous-versions/azure/iot-central/core/overview-iot-central
276+
href: core/iot-central-supported-browsers.md

articles/iot-central/core/howto-build-iotc-device-bridge.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,12 @@ Each key in the `measurements` object must match the name of a telemetry type in
9090
9191
You can include a `timestamp` field in the body to specify the UTC date and time of the message. This field must be in ISO 8601 format. For example, `2020-06-08T20:16:54.602Z`. If you don't include a timestamp, the current date and time is used.
9292

93-
You can include a `modelId` field in the body. Use this field to assign the device to a device template during provisioning. This functionality is only supported by [V3 applications](howto-faq.yml#how-do-i-get-information-about-my-application-).
93+
You can include a `modelId` field in the body. Use this field to assign the device to a device template during provisioning.
9494

9595
The `deviceId` must be alphanumeric, lowercase, and may contain hyphens.
9696

9797
If you don't include the `modelId` field, or if IoT Central doesn't recognize the model ID, then a message with an unrecognized `deviceId` creates a new _unassigned device_ in IoT Central. An operator can manually migrate the device to the correct device template. To learn more, see [Manage devices in your Azure IoT Central application > Migrating devices to a template](howto-manage-devices-individually.md).
9898

99-
In [V2 applications](howto-faq.yml#how-do-i-get-information-about-my-application-), the new device appears an unassigned device on the **Devices** page. Select **Assign template** and choose a device template to start receiving incoming telemetry from the device.
100-
10199
> [!NOTE]
102100
> Until the device is assigned to a template, all HTTP calls to the function return a 403 error status.
103101

articles/iot-central/core/howto-configure-rules-advanced.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ To complete the steps in this how-to guide, you need:
2727

2828
[!INCLUDE [iot-central-prerequisites-basic](../../../includes/iot-central-prerequisites-basic.md)]
2929

30-
> [!NOTE]
31-
> If you're using a version 2 IoT Central application, see [Build workflows with the IoT Central connector in Azure Logic Apps](/previous-versions/azure/iot-central/core/howto-build-azure-logic-apps) on the previous versions documentation site and use the Azure IoT Central V2 connector
32-
3330
## Trigger a workflow from a rule
3431

3532
Before you can trigger a workflow in Power Automate or Azure Logic Apps, you need a rule in your IoT Central application. To learn more, see [Configure rules and actions in Azure IoT Central](./howto-configure-rules.md).

articles/iot-central/core/howto-export-data.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ For example, you can:
2727
2828
## Prerequisites
2929

30-
To use data export features, you must have a [V3 application](howto-faq.yml#how-do-i-get-information-about-my-application-), and you must have the [Data export](howto-manage-users-roles.md) permission.
31-
32-
If you have a V2 application, see [Migrate your V2 IoT Central application to V3](howto-migrate.md).
30+
To use data export features, you must have the [Data export](howto-manage-users-roles.md) permission.
3331

3432
## Set up an export destination
3533

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ You can configure role assignments in the Azure portal or use the Azure CLI:
9999

100100
## Monitor application health
101101

102-
> [!NOTE]
103-
> Metrics are only available for version 3 IoT Central applications. To learn how to check your application version, see [How do I get information about my application?](howto-faq.yml#how-do-i-get-information-about-my-application-).
104-
105102
You can use the set of metrics provided by IoT Central to assess the health of devices connected to your IoT Central application and the health of your running data exports.
106103

107104
Metrics are enabled by default for your IoT Central application and you access them from the [Azure portal](https://portal.azure.com/). The [Azure Monitor data platform exposes these metrics](../../azure-monitor/essentials/data-platform-metrics.md) and provides several ways for you to interact with them. For example, you can use charts in the Azure portal, a REST API, or queries in PowerShell or the Azure CLI.

articles/iot-central/core/howto-migrate.md

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

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,6 @@ An administrator can:
104104

105105
To learn more, see [Create and use a custom application template](howto-create-iot-central-application.md#create-and-use-a-custom-application-template) .
106106

107-
## Migrate to a new version
108-
109-
An administrator can migrate an application to a newer version. Currently, all newly created applications are V3 applications. Depending on when it was created, it may be V2. An administrator is responsible for migrating a V2 application to a V3 application.
110-
111-
To learn more, see [Migrate your V2 IoT Central application to V3](howto-migrate.md).
112-
113107
## Monitor application health
114108

115109
An administrator can use IoT Central metrics to assess the health of connected devices and the health of running data exports.

0 commit comments

Comments
 (0)