Skip to content

Commit 6d2087c

Browse files
committed
Add related content to articles
1 parent 945f55c commit 6d2087c

8 files changed

+36
-7
lines changed

articles/iot/iot-overview-analyze-visualize.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,9 @@ Azure Stream Analytics is a fully managed stream processing engine that is desig
9292
### Azure Maps
9393

9494
[Azure Maps](../azure-maps/about-azure-maps.md) is a collection of geospatial services and SDKs that use fresh mapping data to provide geographic context to web and mobile applications. For an IoT example, see [Integrate with Azure Maps (Azure Digital Twins)](../digital-twins/how-to-integrate-maps.md).
95+
96+
## Related content
97+
98+
- [Message processing in an IoT solution](iot-overview-message-processing.md)
99+
- [Extend your IoT solution](iot-overview-solution-extensibility.md)
100+
- [Choose an Azure IoT service](iot-services-and-technologies.md)

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,8 @@ A device bridge enables devices that are connected to a non-Microsoft cloud to c
226226
The open source IoT Central Device Bridge acts as a translator that forwards device data to an IoT Central application. To learn more, see [Azure IoT Central Device Bridge](https://github.com/Azure/iotc-device-bridge). There are non-Microsoft bridge solutions, such as [Tartabit IoT Bridge](/shows/internet-of-things-show/onboarding-constrained-devices-into-azure-using-tartabits-iot-bridge), for connecting devices to an IoT hub.
227227

228228

229-
## Next steps
230-
231-
Now that you've seen an overview of device connectivity in Azure IoT solutions, some suggested next steps include:
229+
## Related content
232230

231+
- [IoT asset and device development](iot-overview-device-development.md)
233232
- [IoT asset and device management and control](iot-overview-device-management.md)
234-
- [Process and route messages](iot-overview-message-processing.md)
233+
- [Choose an Azure IoT service](iot-services-and-technologies.md)

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,3 +209,9 @@ The following table lists some of the available IoT device development tools:
209209
| [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. |
210210
| [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. |
211211
| [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. |
212+
213+
## Related content
214+
215+
- [IoT asset and device connectivity and infrastructure](iot-overview-device-connectivity.md)
216+
- [IoT asset and device management and control](iot-overview-device-management.md)
217+
- [Choose an Azure IoT service](iot-services-and-technologies.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,4 @@ To learn more, see:
234234

235235
- [IoT asset and device development](iot-overview-device-development.md)
236236
- [IoT asset and device connectivity and infrastructure](iot-overview-device-connectivity.md)
237-
- [What Azure technologies and services can you use to create IoT solutions?](iot-services-and-technologies.md)
237+
- [Choose an Azure IoT service](iot-services-and-technologies.md)

articles/iot/iot-overview-message-processing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,4 @@ To learn more, see:
179179

180180
- [Extend your IoT solution](iot-overview-solution-extensibility.md)
181181
- [Analyze and visualize your IoT data](iot-overview-analyze-visualize.md)
182-
- [What Azure technologies and services can you use to create IoT solutions?](iot-services-and-technologies.md)
182+
- [Choose an Azure IoT service](iot-services-and-technologies.md)

articles/iot/iot-overview-scalability-high-availability.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,10 @@ The following tutorials and guides provide more detail and guidance:
109109
- [Manage device reconnections to create resilient applications (IoT Hub and IoT Central)](./concepts-manage-device-reconnections.md)
110110
- [IoT Central device best practices](../iot-central/core/concepts-device-implementation.md#best-practices)
111111

112-
---
112+
---
113+
114+
## Related content
115+
116+
- [Manage your IoT solution](iot-overview-solution-management.md)
117+
- [Security best practices for IoT solutions](iot-overview-security.md)
118+
- [Choose an Azure IoT service](iot-services-and-technologies.md)

articles/iot/iot-overview-solution-extensibility.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,9 @@ In addition to device telemetry, both IoT Hub and IoT Central can send property
116116
The IoT Central application templates provide a starting point for building IoT solutions that include integrations with other services. You can use the templates to create an application that includes resources that are relevant to your solution. To learn more, see [IoT Central application templates](../iot-central/core/howto-create-iot-central-application.md#create-and-use-a-custom-application-template).
117117

118118
---
119+
120+
## Related content
121+
122+
- [Message processing in an IoT solution](iot-overview-message-processing.md)
123+
- [Analyze and visualize your IoT data](iot-overview-analyze-visualize.md)
124+
- [Choose an Azure IoT service](iot-services-and-technologies.md)

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,9 @@ Use Azure DevOps tools to automate the management of your IoT solution. For exam
168168

169169
- [Continuous integration and continuous deployment to Azure IoT Edge devices](../iot-edge/how-to-continuous-integration-continuous-deployment.md)
170170
- [Integration of IoT Central with Azure Pipelines for CI/CD](../iot-central/core/howto-integrate-with-devops.md)
171+
172+
## Related content
173+
174+
- [Security best practices for IoT solutions](iot-overview-security.md)
175+
- [IoT solution scalability, high availability, and disaster recovery](iot-overview-scalability-high-availability.md)
176+
- [Choose an Azure IoT service](iot-services-and-technologies.md)

0 commit comments

Comments
 (0)