Skip to content

Commit 4c0e16f

Browse files
committed
Fix metadata etc.
1 parent 75d6166 commit 4c0e16f

7 files changed

+13
-17
lines changed

articles/iot/iot-overview-connectivity.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: Device infrastructure and connectivity
3-
titleSuffix: Azure IoT
43
description: An overview of device infrastructure and connectivity in an Azure IoT solution, including gateways and protocols such as MQTT and OPC-UA.
5-
ms.service: iot-fundamentals
6-
services: iot-fundamentals
4+
ms.service: iot
5+
services: iot
76
author: dominicbetts
87
ms.author: dobett
98
ms.topic: overview
@@ -51,7 +50,7 @@ A device can establish a secure connection to an IoT hub:
5150
- Directly, in which case you must provide the device with a connection string that includes the hostname.
5251
- Indirectly by using DPS, in which case the device connects to a well-known DPS endpoint to retrieve the connection string for the IoT hub it's assigned to.
5352

54-
The advantage of using DPS is that you don't need to configure all of your devices with connection-strings that are specific to your IoT hub. Instead, you configure your devices to connect to a well-known, common DPS endpoint where they discover their connection details. To learn more, see [Device Provisioning Service](/iot-dps/about-iot-dps.md).
53+
The advantage of using DPS is that you don't need to configure all of your devices with connection-strings that are specific to your IoT hub. Instead, you configure your devices to connect to a well-known, common DPS endpoint where they discover their connection details. To learn more, see [Device Provisioning Service](../iot-dps/about-iot-dps.md).
5554

5655
## Device connection strings
5756

@@ -118,7 +117,7 @@ Field gateways (sometimes referred to as edge gateways) are typically deployed o
118117
- Filter, compress, or aggregate telemetry before it's sent to the cloud.
119118
- Run logic at the edge to remove the latency associated with running logic on behalf of devices in the cloud. For example, detecting a spike in temperature and opening a valve in response.
120119

121-
You can use Azure IoT Edge to deploy a field gateway to your on-premises environment. IoT Edge provides a set of features that enable you to deploy and manage field gateways at scale. IoT Edge also provides a set of modules that you can use to implement common gateway scenarios. To learn more, see [What is Azure IoT Edge?](../iot-edge/iot-edge-what-is-azure-iot-edge.md)
120+
You can use Azure IoT Edge to deploy a field gateway to your on-premises environment. IoT Edge provides a set of features that enable you to deploy and manage field gateways at scale. IoT Edge also provides a set of modules that you can use to implement common gateway scenarios. To learn more, see [What is Azure IoT Edge?](../iot-edge/about-iot-edge.md)
122121

123122
An IoT Edge device can maintain a [persistent connection](#persistent-connections) to an IoT hub. The gateway forwards device telemetry to IoT Central. This option enables command and control of the downstream devices connected to the IoT Edge device.
124123

articles/iot/iot-overview-device-development.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: Device development introduction
3-
titleSuffix: Azure IoT
43
description: An overview of Azure IoT device development including an introduction to the device SDKs, modeling, IoT Edge modules, and a survey of the available tools.
5-
ms.service: iot-fundamentals
6-
services: iot-fundamentals
4+
ms.service: iot
5+
services: iot
76
author: dominicbetts
87
ms.author: dobett
98
ms.topic: overview
@@ -44,7 +43,7 @@ Examples of specialized hardware and operating systems include:
4443

4544
[Windows for IoT](/windows/iot/product-family/windows-iot) is an embedded version of Windows for MPUs with cloud connectivity that lets you create secure devices with easy provisioning and management.
4645

47-
[Azure RTOS](/rtos/overview-rtos) is a real time operating system for IoT and edge devices powered by MCUs. Azure RTOS is designed to support highly constrained devices that are battery powered and have less than 64 KB of flash memory.
46+
[Azure RTOS](/azure/rtos/overview-rtos) is a real time operating system for IoT and edge devices powered by MCUs. Azure RTOS is designed to support highly constrained devices that are battery powered and have less than 64 KB of flash memory.
4847

4948
[Azure Sphere](/azure-sphere/product-overview/what-is-azure-sphere) is a secure, high-level application platform with built-in communication and security features for internet-connected devices. It comprises a secured, connected, crossover MCU, a custom high-level Linux-based operating system, and a cloud-based security service that provides continuous, renewable security.
5049

@@ -134,7 +133,7 @@ The following table lists some of the available IoT development tools:
134133
| --- | --- |
135134
| [Azure IoT Hub (VS Code extension)](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) | This VS Code extension lets you manage your IoT Hub resources and devices from within VS Code. |
136135
| [Azure IoT explorer](howto-use-iot-explorer.md) | This cross-platform tool lets you manage your IoT Hub resources and devices from a desktop application. |
137-
| [Azure IoT extension for Azure CLI](https://learn.microsoft.com/cli/azure/service-page/azure%20iot) | This CLI extension includes commands such as `az iot device simulate`, `az iot device c2d-message`, and `az iot hub monitor-events` that help you test interactions with devices. |
136+
| [Azure IoT extension for Azure CLI](/cli/azure/service-page/azure%20iot) | This CLI extension includes commands such as `az iot device simulate`, `az iot device c2d-message`, and `az iot hub monitor-events` that help you test interactions with devices. |
138137

139138
## Next steps
140139

articles/iot/iot-overview-device-management.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: Device management and control
3-
titleSuffix: Azure IoT
43
description: An overview of device management and control options in an Azure IoT solution including device updates.
5-
ms.service: iot-fundamentals
6-
services: iot-fundamentals
4+
ms.service: iot
5+
services: iot
76
author: dominicbetts
87
ms.author: dobett
98
ms.topic: overview
@@ -92,7 +91,7 @@ The [Device Update for IoT Hub](../iot-hub-device-update/understand-device-updat
9291

9392
During the lifecycle of your IoT solution, you may need to roll over the keys used to authenticate devices. For example, you may need to roll over your keys if you suspect that a key has been compromised or if a certificate expires:
9493

95-
- [Roll over the keys used to authenticate devices in IoT Hub and DPS](../iot-dps/how-to-roll-certificates.md#roll-x509-device-certificates)
94+
- [Roll over the keys used to authenticate devices in IoT Hub and DPS](../iot-dps/how-to-roll-certificates.md)
9695
- [Roll over the keys used to authenticate devices in IoT Central](../iot-central/core/how-to-connect-devices-x509.md#roll-x509-device-certificates)
9796

9897
## Device monitoring

articles/iot/iot-sdks.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Azure IoT device and service SDKs
3-
titleSuffix: Azure IoT
43
description: A list of the IoT SDKs and libraries. Includes SDKs for device development and SDKs for building service applications.
54
author: dominicbetts
65
ms.author: dobett

articles/iot/iot-security-architecture.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Security architecture
3-
titleSuffix: Azure IoT
43
description: Security architecture guidelines and considerations for Azure IoT solutions illustrated using the IoT reference architecture
54
author: dominicbetts
65
ms.service: iot

articles/iot/iot-security-best-practices.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Security best practices
3-
titleSuffix: Azure IoT
43
description: Security best practices for building, deploying, and operating your IoT solution. Includes recommendations for devices, data, and infrastructure
54
author: dominicbetts
65
ms.service: iot

docfx.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,6 +1156,8 @@
11561156
"articles/governance/policy/**/*.md": "Azure Policy",
11571157
"articles/governance/resource-graph/**/*.md": "Azure Resource Graph",
11581158
"articles/industry/agriculture/**/*.md": "Azure for Industry: Agriculture",
1159+
"articles/iot/**/*.md": "Azure IoT",
1160+
"articles/iot/**/*yml": "Azure IoT",
11591161
"articles/jenkins/**/*.yml": "Jenkins",
11601162
"articles/lab-services/**/*.md": "Azure Lab Services",
11611163
"articles/lighthouse/**/*.md": "Azure Lighthouse",

0 commit comments

Comments
 (0)