Skip to content

Commit 8a3210d

Browse files
committed
link articles
1 parent 1e1f1d5 commit 8a3210d

7 files changed

+14
-0
lines changed

articles/iot-central/core/howto-create-iot-central-application.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Whichever approach you choose, the configuration options are the same, and the p
1717

1818
[!INCLUDE [Warning About Access Required](../../../includes/iot-central-warning-contribitorrequireaccess.md)]
1919

20+
To learn how to manage IoT Central application by using the IoT Central REST API, see [Use the REST API to create and manage IoT Central applications.](../core/howto-manage-iot-central-with-rest-api.md)
21+
2022
## Options
2123

2224
This section describes the available options when you create an IoT Central application. Depending on the method you choose, you might need to supply the options on a form or as command-line parameters:

articles/iot-central/core/howto-edit-device-template.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ To help you avoid any unintended consequences from editing a device template, th
2525

2626
To learn more about device templates and how to create one, see [What are device templates?](concepts-device-templates.md) and [Set up a device template](howto-set-up-template.md).
2727

28+
To learn how to manage device templates by using the IoT Central REST API, see [How to use the IoT Central REST API to manage device templates.](../core/howto-manage-device-templates-with-rest-api.md)
29+
2830
## Modify a device template
2931

3032
Additive changes, such as adding a capability or interface to a model are non-breaking changes. You can make additive changes to a model at any stage of the development life cycle.

articles/iot-central/core/howto-export-to-blob-storage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ This article describes how to configure data export to send data to the Blob St
1515

1616
[!INCLUDE [iot-central-data-export](../../../includes/iot-central-data-export.md)]
1717

18+
To learn how to manage data export by using the IoT Central REST API, see [How to use the IoT Central REST API to manage data exports.](../core/howto-manage-data-export-with-rest-api.md)
19+
1820
## Set up a Blob Storage export destination
1921

2022

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ For the reference documentation for the IoT Central REST API, see [Azure IoT Cen
2121

2222
[!INCLUDE [iot-central-postman-collection](../../../includes/iot-central-postman-collection.md)]
2323

24+
To learn how to manage data export by using the IoT Central UI, see [Export IoT data to Blob Storage.](../core/howto-export-to-blob-storage.md)
25+
2426
## Data export
2527

2628
You can use the IoT Central data export feature to stream telemetry, property changes, device connectivity events, device lifecycle events, and device template lifecycle events to destinations such as Azure Event Hubs, Azure Service Bus, Azure Blob Storage, and webhook endpoints.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ For the reference documentation for the IoT Central REST API, see [Azure IoT Cen
2020

2121
[!INCLUDE [iot-central-postman-collection](../../../includes/iot-central-postman-collection.md)]
2222

23+
To learn how to manage device templates by using the IoT Central UI, see [How to set up device templates](../core/howto-set-up-template.md) and [How to edit device templates](../core/howto-edit-device-template.md)
24+
2325
## Device templates
2426

2527
A device template contains a device model, cloud property definitions, and view definitions. The REST API lets you manage the device model and cloud property definitions. Use the UI to create and manage views.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ To use this API, you need a bearer token for the `management.azure.com` resource
1919
az account get-access-token --resource https://management.azure.com
2020
```
2121

22+
To learn how to manage IoT Central application by using the IoT Central UI, see [Create an IoT Central application.](../core/howto-create-iot-central-application.md)
23+
2224
## List your applications
2325

2426
To get a list of the IoT Central applications in a subscription:

articles/iot-central/core/howto-set-up-template.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ The device template has the following sections:
3030

3131
To learn more, see [What are device templates?](concepts-device-templates.md).
3232

33+
To learn how to manage device templates by using the IoT Central REST API, see [How to use the IoT Central REST API to manage device templates.](../core/howto-manage-device-templates-with-rest-api.md)
34+
3335
## Create a device template
3436

3537
You have several options to create device templates:

0 commit comments

Comments
 (0)