Skip to content

Commit ad665ab

Browse files
authored
Merge pull request #133632 from DCtheGeek/dmc-links-iotcentral
Links: Azure - iot-central
2 parents 62c0df0 + 1681860 commit ad665ab

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+167
-169
lines changed

articles/iot-central/core/TOC.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
- name: Create a rule
6363
href: tutorial-create-telemetry-rules.md
6464
- name: Explore the IoT Central APIs
65-
href: https://docs.microsoft.com/learn/modules/manage-iot-central-apps-with-rest-api/
65+
href: /learn/modules/manage-iot-central-apps-with-rest-api/
6666
- name: Concepts
6767
items:
6868
- name: Architecture
@@ -184,7 +184,7 @@
184184
- name: Resources
185185
items:
186186
- name: Support and help options
187-
href: /azure/iot-fundamentals/iot-support-help
187+
href: ../../iot-fundamentals/iot-support-help.md
188188
- name: Industry application templates
189189
items:
190190
- name: Retail
@@ -198,32 +198,32 @@
198198
- name: Azure IoT services
199199
items:
200200
- name: IoT Hub
201-
href: /azure/iot-hub
201+
href: ../../iot-hub/index.yml
202202
- name: IoT Hub Device Provisioning Service
203-
href: /azure/iot-dps
203+
href: ../../iot-dps/index.yml
204204
- name: IoT Central
205-
href: https://docs.microsoft.com/microsoft-iot-central/
205+
href: /microsoft-iot-central/
206206
- name: IoT Edge
207-
href: /azure/iot-edge
207+
href: ../../iot-edge/index.yml
208208
- name: IoT solution accelerators
209-
href: /azure/iot-accelerators
209+
href: ../../iot-accelerators/index.yml
210210
- name: IoT Plug and Play
211-
href: /azure/iot-pnp
211+
href: ../../iot-pnp/index.yml
212212
- name: Azure Maps
213-
href: /azure/azure-maps
213+
href: ../../azure-maps/index.yml
214214
- name: Time Series Insights
215-
href: /azure/time-series-insights
215+
href: ../../time-series-insights/index.yml
216216
- name: Azure IoT SDKs
217217
items:
218218
- name: IoT Service SDKs
219-
href: /azure/iot-hub/iot-hub-devguide-sdks#azure-iot-service-sdks
219+
href: ../../iot-hub/iot-hub-devguide-sdks.md#azure-iot-hub-service-sdks
220220
- name: IoT Device SDKs
221-
href: /azure/iot-hub/iot-hub-devguide-sdks#azure-iot-device-sdks
221+
href: ../../iot-hub/iot-hub-devguide-sdks.md#azure-iot-hub-device-sdks
222222
- name: IoT Central API reference
223-
href: https://docs.microsoft.com/rest/api/iotcentral/
223+
href: /rest/api/iotcentral/
224224
- name: Customer data requests
225225
href: iot-central-customer-data-requests.md
226226
- name: Supported browsers
227227
href: iot-central-supported-browsers.md
228228
- name: Azure IoT Central (legacy templates)
229-
href: https://docs.microsoft.com/previous-versions/azure/iot-central/core/overview-iot-central
229+
href: /previous-versions/azure/iot-central/core/overview-iot-central

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Azure IoT Central uses Azure IoT Hub as a cloud gateway that enables device conn
9999
- Device management.
100100
- Secure device connectivity.
101101

102-
To learn more about IoT Hub, see [Azure IoT Hub](https://docs.microsoft.com/azure/iot-hub/).
102+
To learn more about IoT Hub, see [Azure IoT Hub](../../iot-hub/index.yml).
103103

104104
To learn more about device connectivity in Azure IoT Central, see [Device connectivity](concepts-get-connected.md).
105105

@@ -167,4 +167,4 @@ An operator can create personalized application dashboards. You can have several
167167

168168
## Next steps
169169

170-
Now that you've learned about the architecture of Azure IoT Central, the suggested next step is to learn about [device connectivity](concepts-get-connected.md) in Azure IoT Central.
170+
Now that you've learned about the architecture of Azure IoT Central, the suggested next step is to learn about [device connectivity](concepts-get-connected.md) in Azure IoT Central.

articles/iot-central/core/concepts-get-connected.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ The flow is slightly different depending on whether the devices use SAS tokens o
178178
179179
## Individual enrollment-based device connectivity
180180
181-
For customers connecting devices that each have their own authentication credentials, use individual enrollments. An individual enrollment is an entry for a single device that is allowed to connect. Individual enrollments can use either X.509 leaf certificates or SAS tokens (from a physical or virtual trusted platform module) as attestation mechanisms. The device ID (also known as registration ID) in an individual enrollment is alphanumeric, lowercase, and may contain hyphens. For more information, see [DPS individual enrollment](https://docs.microsoft.com/azure/iot-dps/concepts-service#individual-enrollment).
181+
For customers connecting devices that each have their own authentication credentials, use individual enrollments. An individual enrollment is an entry for a single device that is allowed to connect. Individual enrollments can use either X.509 leaf certificates or SAS tokens (from a physical or virtual trusted platform module) as attestation mechanisms. The device ID (also known as registration ID) in an individual enrollment is alphanumeric, lowercase, and may contain hyphens. For more information, see [DPS individual enrollment](../../iot-dps/concepts-service.md#individual-enrollment).
182182
183183
> [!NOTE]
184184
> When you create an individual enrollment for a device, it takes precedence over the default group enrollment options in your IoT Central application.
@@ -197,7 +197,7 @@ IoT Central supports the following attestation mechanisms for individual enrollm
197197
> [!TIP]
198198
> For testing, you can use [Tools for the Azure IoT Device Provisioning Device SDK for Node.js](https://github.com/Azure/azure-iot-sdk-node/tree/master/provisioning/tools) to generate a self-signed certificate: `node create_test_cert.js device "mytestdevice"`
199199
200-
- **Trusted Platform Module (TPM) attestation:** A [TPM](https://docs.microsoft.com/azure/iot-dps/concepts-tpm-attestation) is a type of hardware security module. Using a TPM is one of the most secure ways to connect a device. This article assumes you're using a discrete, firmware, or integrated TPM. Software emulated TPMs are well suited for prototyping or testing, but they don't provide the same level of security as discrete, firmware, or integrated TPMs. Don't use software TPMs in production. To create an individual enrollment that uses a TPM, open the **Device Connection** page, select **Individual enrollment** as the connection method, and **TPM** as the mechanism. Enter the TPM endorsement key and save the device connection information.
200+
- **Trusted Platform Module (TPM) attestation:** A [TPM](../../iot-dps/concepts-tpm-attestation.md) is a type of hardware security module. Using a TPM is one of the most secure ways to connect a device. This article assumes you're using a discrete, firmware, or integrated TPM. Software emulated TPMs are well suited for prototyping or testing, but they don't provide the same level of security as discrete, firmware, or integrated TPMs. Don't use software TPMs in production. To create an individual enrollment that uses a TPM, open the **Device Connection** page, select **Individual enrollment** as the connection method, and **TPM** as the mechanism. Enter the TPM endorsement key and save the device connection information.
201201
202202
## Automatically associate with a device template
203203
@@ -298,4 +298,4 @@ If you're a device developer, some suggested next steps are to:
298298

299299
- Learn how to [Monitor device connectivity using Azure CLI](./howto-monitor-devices-azure-cli.md)
300300
- Learn how to [Define a new IoT device type in your Azure IoT Central application](./howto-set-up-template.md)
301-
- Read about [Azure IoT Edge devices and Azure IoT Central](./concepts-iot-edge.md)
301+
- Read about [Azure IoT Edge devices and Azure IoT Central](./concepts-iot-edge.md)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If your administrator creates a custom theme for your application, this page inc
3434
Use the **Delete** button to permanently delete your IoT Central application. This action permanently deletes all data that's associated with the application.
3535

3636
> [!Note]
37-
> To delete an application, you must also have permissions to delete resources in the Azure subscription you chose when you created the application. To learn more, see [Use role-based access control to manage access to your Azure subscription resources](https://docs.microsoft.com/azure/active-directory/role-based-access-control-configure).
37+
> To delete an application, you must also have permissions to delete resources in the Azure subscription you chose when you created the application. To learn more, see [Use role-based access control to manage access to your Azure subscription resources](../../role-based-access-control/role-assignments-portal.md).
3838
3939
## Manage programmatically
4040

@@ -55,4 +55,4 @@ To learn more, see the following GitHub repositories and packages:
5555

5656
## Next steps
5757

58-
Now that you've learned about how to administer your Azure IoT Central application, the suggested next step is to learn about [Manage users and roles](howto-manage-users-roles.md) in Azure IoT Central.
58+
Now that you've learned about how to administer your Azure IoT Central application, the suggested next step is to learn about [Manage users and roles](howto-manage-users-roles.md) in Azure IoT Central.

articles/iot-central/core/howto-configure-file-uploads.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you want to disable device file uploads to your IoT Central application:
4949

5050
## Upload a file from a device
5151

52-
IoT Central uses IoT Hub's file upload capability to enable devices to upload files. For sample code that shows you how to upload files from a device, see the [IoT Central file upload device sample](https://docs.microsoft.com/samples/iot-for-all/iotc-file-upload-device/iotc-file-upload-device/).
52+
IoT Central uses IoT Hub's file upload capability to enable devices to upload files. For sample code that shows you how to upload files from a device, see the [IoT Central file upload device sample](/samples/iot-for-all/iotc-file-upload-device/iotc-file-upload-device/).
5353

5454
## Next steps
5555

@@ -58,4 +58,4 @@ Now that you know how to configure and implement device file uploads in IoT Cent
5858
- [Upload files from your device to the cloud with IoT Hub (.NET)](../../iot-hub/iot-hub-csharp-csharp-file-upload.md)
5959
- [Upload files from your device to the cloud with IoT Hub (Java)](../../iot-hub/iot-hub-java-java-file-upload.md)
6060
- [Upload files from your device to the cloud with IoT Hub (Node.js)](../../iot-hub/iot-hub-node-node-file-upload.md)
61-
- [Upload files from your device to the cloud with IoT Hub (Python)](../../iot-hub/iot-hub-python-python-file-upload.md)
61+
- [Upload files from your device to the cloud with IoT Hub (Python)](../../iot-hub/iot-hub-python-python-file-upload.md)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To complete the steps in this how-to guide, you need an active Azure subscriptio
2727
Setting up the solution requires a version 3 IoT Central application. To learn how to check your application version, see [About your application](./howto-get-app-info.md). To learn how to create an IoT Central application, see [Create an Azure IoT Central application](./quick-deploy-iot-central.md).
2828

2929
> [!NOTE]
30-
> If you're using a version 2 IoT Central application, see [Build workflows with the IoT Central connector in Azure Logic Apps](https://docs.microsoft.com/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
30+
> 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
3131
3232
## Trigger a workflow from a rule
3333

@@ -186,4 +186,4 @@ Use this action to update writeable property values for a specific device.
186186

187187
## Next steps
188188

189-
Now that you've learned how to create an advanced rule in your Azure IoT Central application, you can learn how to [Analyze device data in your Azure IoT Central application](howto-create-analytics.md)
189+
Now that you've learned how to create an advanced rule in your Azure IoT Central application, you can learn how to [Analyze device data in your Azure IoT Central application](howto-create-analytics.md)

articles/iot-central/core/howto-connect-powerbi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Use the Power BI Solution for Azure IoT Central V3 to create a powerful Power BI
2222
- Filter down to data sent by specific devices
2323
- View the most recent telemetry data in a table
2424

25-
This solution sets up a pipeline that reads data from your [Continuous Data Export](howto-export-data-blob-storage.md) Azure Blob storage account. The pipeline uses Azure Functions, Azure Data Factory, and Azure SQL Database to process and transform the data. you can visualize and analyze the data in a Power BI report that you download as a PBIX file. All of the resources are created in your Azure subscription, so you can customize each component to suit your needs.
25+
This solution sets up a pipeline that reads data from your [Continuous Data Export](./howto-export-data.md) Azure Blob storage account. The pipeline uses Azure Functions, Azure Data Factory, and Azure SQL Database to process and transform the data. you can visualize and analyze the data in a Power BI report that you download as a PBIX file. All of the resources are created in your Azure subscription, so you can customize each component to suit your needs.
2626

2727
## Prerequisites
2828

@@ -38,7 +38,7 @@ Setting up the solution requires the following resources:
3838
- Power BI Pro (if you want to share the dashboard with others).
3939

4040
> [!NOTE]
41-
> If you're using a version 2 IoT Central application, see [Visualize and analyze your Azure IoT Central data in a Power BI dashboard](https://docs.microsoft.com/previous-versions/azure/iot-central/core/howto-connect-powerbi) on the previous versions documentation site.
41+
> If you're using a version 2 IoT Central application, see [Visualize and analyze your Azure IoT Central data in a Power BI dashboard](/previous-versions/azure/iot-central/core/howto-connect-powerbi) on the previous versions documentation site.
4242
4343
## Install
4444

@@ -80,4 +80,4 @@ The [Power BI Solution for Azure IoT Central V3](https://appsource.microsoft.com
8080

8181
## Next steps
8282

83-
Now that you've learned how to visualize your data in Power BI, the suggested next step is to learn [How to manage devices](howto-manage-devices.md).
83+
Now that you've learned how to visualize your data in Power BI, the suggested next step is to learn [How to manage devices](howto-manage-devices.md).

articles/iot-central/core/howto-connect-sphere.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: device-developer
1616

1717
This article shows you how to connect an Azure Sphere (DevKit) device to an Azure IoT Central application.
1818

19-
Azure Sphere is a secured, high-level application platform with built-in communication and security features for internet-connected devices. It includes a secured, connected, crossover microcontroller unit (MCU), a custom high-level Linux-based operating system (OS), and a cloud-based security service that provides continuous, renewable security. For more information, see [What is Azure Sphere?](https://docs.microsoft.com/azure-sphere/product-overview/what-is-azure-sphere).
19+
Azure Sphere is a secured, high-level application platform with built-in communication and security features for internet-connected devices. It includes a secured, connected, crossover microcontroller unit (MCU), a custom high-level Linux-based operating system (OS), and a cloud-based security service that provides continuous, renewable security. For more information, see [What is Azure Sphere?](/azure-sphere/product-overview/what-is-azure-sphere).
2020

2121
[Azure Sphere development kits](https://azure.microsoft.com/services/azure-sphere/get-started/) provide everything you need to start prototyping and developing Azure Sphere applications. Azure IoT Central with Azure Sphere enables an end-to-end stack for an IoT Solution. Azure Sphere provides the device support and IoT Central as a zero-code, managed IoT application platform.
2222

@@ -33,7 +33,7 @@ To complete the steps in this article, you need the following resources:
3333

3434
- An Azure IoT Central application.
3535
- Visual Studio 2019, version 16.4 or later.
36-
- An [Azure Sphere MT3620 development kit from Seeed Studios](https://docs.microsoft.com/azure-sphere/hardware/mt3620-reference-board-design).
36+
- An [Azure Sphere MT3620 development kit from Seeed Studios](/azure-sphere/hardware/mt3620-reference-board-design).
3737

3838
> [!NOTE]
3939
> If you don't have a physical device, then after the first step step skip to the last section to try a simulated device.
@@ -81,4 +81,4 @@ To create a simulated device:
8181
If you're a device developer, some suggested next steps are to:
8282

8383
- Read about [Device connectivity in Azure IoT Central](./concepts-get-connected.md)
84-
- Learn how to [Monitor device connectivity using Azure CLI](./howto-monitor-devices-azure-cli.md)
84+
- Learn how to [Monitor device connectivity using Azure CLI](./howto-monitor-devices-azure-cli.md)

articles/iot-central/core/howto-create-and-manage-applications-csp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ Since Azure IoT Central has context that you came to manage the customer you sel
5959

6060
An Azure Active Directory tenant contains user identities, credentials, and other organizational information. Multiple Azure subscriptions can be associated with a single Azure Active Directory tenant.
6161

62-
To learn more, see [Azure Active Directory](https://docs.microsoft.com/azure/active-directory/).
62+
To learn more, see [Azure Active Directory](../../active-directory/index.yml).
6363

6464
## Azure subscription
6565

6666
An Azure subscription enables you to create instances of Azure services. Azure IoT Central automatically finds all Azure Subscriptions of the customer to which you have access, and displays them in a dropdown on the **Create Application** page. Choose an Azure subscription to create a new Azure IoT Central Application.
6767

6868
If you don't have an Azure subscription, you can create one in the Microsoft Partner Center. After you create the Azure subscription, navigate back to the **Create Application** page. Your new subscription appears in the **Azure Subscription** drop-down.
6969

70-
To learn more, see [Azure subscriptions](https://docs.microsoft.com/azure/guides/developer/azure-developer-guide#understanding-accounts-subscriptions-and-billing).
70+
To learn more, see [Azure subscriptions](../../guides/developer/azure-developer-guide.md#understanding-accounts-subscriptions-and-billing).
7171

7272
## Location
7373

@@ -82,4 +82,4 @@ Choose the application template you want to use for your application.
8282
Now that you have learned how to create an Azure IoT Central application as a CSP, here is the suggested next step:
8383

8484
> [!div class="nextstepaction"]
85-
> [Administer your application](howto-administer.md)
85+
> [Administer your application](howto-administer.md)

articles/iot-central/core/howto-create-custom-analytics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ manager: philmea
1313

1414
# Extend Azure IoT Central with custom analytics using Azure Databricks
1515

16-
This how-to guide shows you, as a solution developer, how to extend your IoT Central application with custom analytics and visualizations. The example uses an [Azure Databricks](https://docs.microsoft.com/azure/azure-databricks/) workspace to analyze the IoT Central telemetry stream and to generate visualizations such as [box plots](https://wikipedia.org/wiki/Box_plot).
16+
This how-to guide shows you, as a solution developer, how to extend your IoT Central application with custom analytics and visualizations. The example uses an [Azure Databricks](/azure/azure-databricks/) workspace to analyze the IoT Central telemetry stream and to generate visualizations such as [box plots](https://wikipedia.org/wiki/Box_plot).
1717

1818
This how-to guide shows you how to extend IoT Central beyond what it can already do with the [built-in analytics tools](./howto-create-custom-analytics.md).
1919

@@ -226,4 +226,4 @@ In this how-to guide, you learned how to:
226226
* Stream telemetry from an IoT Central application using *continuous data export*.
227227
* Create an Azure Databricks environment to analyze and plot telemetry data.
228228

229-
Now that you know how to create custom analytics, the suggested next step is to learn how to [Visualize and analyze your Azure IoT Central data in a Power BI dashboard](howto-connect-powerbi.md).
229+
Now that you know how to create custom analytics, the suggested next step is to learn how to [Visualize and analyze your Azure IoT Central data in a Power BI dashboard](howto-connect-powerbi.md).

0 commit comments

Comments
 (0)