Skip to content

Commit ca0681b

Browse files
authored
Merge pull request #297235 from asergaz/iot-overview-consistency
IoT Overview docs consistency
2 parents f58bdb2 + eeb678f commit ca0681b

12 files changed

+170
-89
lines changed

articles/iot/TOC.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ items:
99
- name: IoT solution components
1010
expanded: true
1111
items:
12-
- name: Device development
12+
- name: Asset and device development
1313
href: iot-overview-device-development.md
14-
- name: Device connectivity
14+
- name: Asset and device connectivity
1515
href: iot-overview-device-connectivity.md
16-
- name: Device management and control
16+
- name: Asset and device management and control
1717
href: iot-overview-device-management.md
1818
- name: Process and route messages
1919
href: iot-overview-message-processing.md
20-
- name: Extend your IoT solution
20+
- name: Extend your solution
2121
href: iot-overview-solution-extensibility.md
2222
- name: Analyze and visualize your IoT data
2323
href: iot-overview-analyze-visualize.md

articles/iot/index.yml

Lines changed: 89 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -20,90 +20,143 @@ highlightedContent:
2020
itemType: overview
2121
url: ../iot/iot-introduction.md
2222
# Card
23+
- title: What is Azure IoT Operations?
24+
itemType: overview
25+
url: ../iot-operations/get-started/overview-iot-operations.md
26+
# Card
27+
- title: Choose an Azure IoT service
28+
itemType: how-to-guide
29+
url: ../iot/iot-services-and-technologies.md
30+
# Card
2331
- title: Get started with device development on Azure IoT
2432
itemType: get-started
2533
url: ../iot/concepts-iot-device-development.md
2634
# Card
27-
- title: Browse Azure IoT code samples
35+
- title: Security best practices for IoT solutions
36+
itemType: concept
37+
url: ../iot/iot-overview-security.md
38+
# Card
39+
- title: Azure IoT code samples
2840
itemType: sample
2941
url: /samples/browse/?term=iot
3042
# Card
3143
- title: Azure IoT training
32-
itemType: learn
44+
itemType: training
3345
url: /training/browse/?products=azure&term=iot
3446
# Card
35-
- title: Azure IoT reference architecture
36-
itemType: architecture
37-
url: /azure/architecture/reference-architectures/iot/
38-
# Card
3947
- title: Azure IoT architectures
4048
itemType: architecture
4149
url: /azure/architecture/browse/?azure_categories=iot
42-
# Card
43-
- title: Digital twin definition language (DTDL) models
44-
itemType: concept
45-
url: ../digital-twins/concepts-models.md
50+
51+
productDirectory:
52+
title: IoT services
53+
items:
4654
# Card
4755
- title: Azure IoT Operations
48-
itemType: overview
49-
url: ../iot-operations/get-started/overview-iot-operations.md
56+
summary: Use Azure IoT Operations to build an edge-based IoT solution that follows the adaptive cloud approach
57+
imageSrc: ../media/index/iot-operations.svg
58+
url: ../iot-operations/index.yml
59+
# Card
60+
- title: Azure IoT Hub
61+
summary: Use Azure IoT Hub to build a cloud-based IoT solution. IoT Hub doesn't follow the adaptive cloud approach
62+
imageSrc: ../media/index/iot-hub.svg
63+
url: ../iot-hub/index.yml
64+
# Card
65+
- title: Azure IoT Central
66+
summary: Use Azure IoT Central to build a cloud-based IoT solution. IoT Central doesn't follow the adaptive cloud approach
67+
imageSrc: ../media/index/iot-central.svg
68+
url: ../iot-central/index.yml
69+
# Card
70+
- title: Azure Digital Twins
71+
summary: The Azure Digital Twins service is typically part of a cloud-based IoT solution that use IoT Hub
72+
imageSrc: ../media/index/digital-twins.svg
73+
url: ../digital-twins/index.yml
74+
# Card
75+
- title: Azure IoT Edge
76+
summary: IoT Edge is typically part of a hybrid IoT solution that use IoT Hub or IoT Central
77+
imageSrc: ../media/index/iot-edge.svg
78+
url: ../iot-edge/index.yml
79+
# Card
80+
- title: Azure Event Grid
81+
summary: Currently, Azure Event Grid is typically part of a hybrid IoT solution that uses Azure IoT Operations, IoT Hub, or IoT Central
82+
imageSrc: ../media/index/event-grid-domains.svg
83+
url: ../event-grid/index.yml
84+
# Card
85+
- title: Microsoft Defender for IoT
86+
summary: Microsoft Defender for IoT is a unified security solution that helps you secure cloud-based, edge-based, and hybrid IoT solutions
87+
imageSrc: ../media/index/defender-iot.svg
88+
url: ../defender-for-iot/index.yml
89+
# Card
90+
- title: Windows IoT Enterprise
91+
summary: Build intelligent edge solutions with world-class developer tools, long-term support, and enterprise-grade security
92+
imageSrc: /media/logos/logo_Windows.svg
93+
url: /windows/iot/iot-enterprise/Overview.md
5094

5195
# conceptualContent section
5296
conceptualContent:
5397
title: Get started building your IoT solution
54-
summary: Azure IoT offers you cloud and edge IoT platforms as well as fully managed IoT solutions
98+
summary: Azure IoT offers you services and technologies to build edge-based, cloud-based, and hybrid IoT solutions.
5599
items:
56100
# Card
57-
- title: Device development
101+
- title: Asset and device development
58102
links:
59103
- url: ./iot-overview-device-development.md
60104
itemType: overview
61-
text: Introduction to IoT device development
105+
text: Introduction to IoT asset and device development
62106
- url: ./concepts-iot-device-development.md
63107
itemType: concept
64108
text: Tools, SDKs, and hardware
65109
- url: ./tutorial-send-telemetry-iot-hub.md
66110
itemType: tutorial
67-
text: Send telemetry from a device to an Azure IoT hub
111+
text: Send sensor data from a device to an Azure IoT hub
68112
- url: ./iot-sdks.md#device-sdks
69113
itemType: reference
70114
text: Device SDKs reference
71115
# Card
72-
- title: Device connectivity
116+
- title: Asset and device connectivity
73117
links:
74118
- url: ./iot-overview-device-connectivity.md
75119
itemType: overview
76120
text: Introduction to IoT asset and device connectivity and infrastructure
121+
- url: ../iot-operations/end-to-end-tutorials/tutorial-add-assets.md
122+
itemType: tutorial
123+
text: Connect OPC UA assets to Azure IoT Operations MQTT broker at the edge
77124
- url: ../iot/iot-mqtt-connect-to-iot-hub.md
78125
itemType: concept
79126
text: MQTT support in Azure IoT Hub
80127
- url: ../iot-edge/iot-edge-as-gateway.md
81128
itemType: concept
82129
text: Use an IoT Edge device as a gateway
83130
# Card
84-
- title: Device management and control
131+
- title: Asset and device management and control
85132
links:
86133
- url: ./iot-overview-device-management.md
87134
itemType: overview
88-
text: Introduction to device control and management
89-
- url: ../iot-dps/about-iot-dps.md
90-
itemType: overview
91-
text: Device provisioning at scale
135+
text: Introduction to IoT asset and device management and control
136+
- url: ../iot-operations/discover-manage-assets/overview-manage-assets.md#store-assets-as-azure-resources-in-a-centralized-registry
137+
itemType: concept
138+
text: Control assets as Azure resources in a centralized registry with Azure IoT Operations
139+
- url: https://github.com/Azure/iot-operations-sdks/tree/main
140+
itemType: reference
141+
text: Command and control with Azure IoT Operations SDKs (preview)
92142
- url: ../iot-edge/how-to-provision-single-device-linux-symmetric.md
93-
itemType: overview
143+
itemType: how-to-guide
94144
text: Create and provision an IoT Edge device
95145
- url: ../iot-hub-device-update/understand-device-update.md
96-
itemType: overview
146+
itemType: concept
97147
text: Update your devices
98-
- url: ../firmware-analysis/overview-firmware-analysis.md
99-
itemType: overview
100-
text: Firmware analysis (preview)
101148
# Card
102149
- title: Process and route messages
103150
links:
104151
- url: ./iot-overview-message-processing.md
105152
itemType: overview
106153
text: Introduction to message processing in an IoT solution
154+
- url: ../iot-operations/connect-to-cloud/overview-dataflow.md
155+
itemType: concept
156+
text: Process and route data with data flows in Azure IoT Operations
157+
- url: ../iot-operations/create-edge-apps/edge-apps-overview.md
158+
itemType: concept
159+
text: Develop highly available applications for Azure IoT Operations MQTT broker
107160
- url: ../iot-hub/iot-hub-devguide-messages-d2c.md
108161
itemType: concept
109162
text: IoT Hub message routing
@@ -116,21 +169,22 @@ conceptualContent:
116169
- url: ./iot-overview-solution-extensibility.md
117170
itemType: overview
118171
text: Introduction to Azure IoT extensibility options
172+
- url: ../iot-operations/connect-to-cloud/howto-configure-fabric-real-time-intelligence.md
173+
itemType: how-to-guide
174+
text: Configure data flow endpoints for Microsoft Fabric Real-Time Intelligence
119175
- url: ../iot/iot-sdks.md#iot-hub-service-sdks
120176
itemType: reference
121177
text: Service SDKs
122-
- url: /azure/architecture/browse/?azure_categories=iot
123-
itemType: architecture
124-
text: Azure IoT architectures
125178
# Card
126179
- title: Analyze and visualize IoT data
127180
links:
128181
- url: ./iot-overview-analyze-visualize.md
129182
itemType: overview
130183
text: Introduction to analyzing and visualizing your IoT data
131-
- url: ../digital-twins/overview.md
132-
itemType: overview
133-
text: Azure Digital Twins
134-
- url: ../iot-central/core/howto-create-analytics.md
184+
- url: ../iot-operations/end-to-end-tutorials/tutorial-get-insights.md
185+
itemType: tutorial
186+
text: Get insights from your processed data in Azure IoT Operations
187+
- url: ../iot-hub/iot-hub-live-data-visualization-in-power-bi.md
135188
itemType: how-to-guide
136-
text: Use IoT Central data explorer to analyze device data
189+
text: Visualize real-time sensor data from IoT Hub using Power BI
190+

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ In Azure IoT, analysis and visualization services are used to identify and displ
1919

2020
# [Edge-based solution](#tab/edge)
2121

22-
The following diagram shows a high-level view of the components in a typical edge-based IoT solution. This article focuses on the areas relevant to analyzing and visualizing your IoT data:
22+
The following diagram shows a high-level view of the components in a typical [edge-based IoT solution](iot-introduction.md#edge-based-solution). This article focuses on the areas relevant to analyzing and visualizing your IoT data:
2323

2424
:::image type="content" source="media/iot-overview-analyze-visualize/iot-edge-visualization-architecture.svg" alt-text="Diagram that shows the high-level IoT solution architecture highlighting solution visualization areas." border="false":::
2525

2626
# [Cloud-based solution](#tab/cloud)
2727

28-
The following diagram shows a high-level view of the components in a typical cloud-based IoT solution. This article focuses on the areas relevant to analyzing and visualizing your IoT data:
28+
The following diagram shows a high-level view of the components in a typical [cloud-based IoT solution](iot-introduction.md#cloud-based-solution). This article focuses on the areas relevant to analyzing and visualizing your IoT data:
2929

3030
:::image type="content" source="media/iot-overview-analyze-visualize/iot-cloud-visualization-architecture.svg" alt-text="Diagram that shows the high-level IoT solution architecture highlighting solution visualization areas." border="false":::
3131

@@ -100,3 +100,9 @@ Azure Stream Analytics is a fully managed stream processing engine that is desig
100100
### Azure Maps
101101

102102
[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).
103+
104+
## Related content
105+
106+
- [Message processing in an IoT solution](iot-overview-message-processing.md)
107+
- [Extend your IoT solution](iot-overview-solution-extensibility.md)
108+
- [Choose an Azure IoT service](iot-services-and-technologies.md)

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ This overview introduces the key concepts around how assets and devices connect
1616

1717
### [Edge-based solution](#tab/edge)
1818

19-
The following diagram shows a high-level view of the components in a typical edge-based IoT solution. This article focuses on the connectivity between the assets and the edge runtime environment shown in the diagram:
19+
The following diagram shows a high-level view of the components in a typical [edge-based IoT solution](iot-introduction.md#edge-based-solution). This article focuses on the connectivity between the assets and the edge runtime environment shown in the diagram:
2020

2121
<!-- Art Library Source# ConceptArt-0-000-032 -->
2222
:::image type="content" source="media/iot-overview-device-connectivity/iot-edge-connectivity-architecture.svg" alt-text="Diagram that shows the high-level IoT edge-based solution architecture highlighting device connectivity areas." border="false" lightbox="media/iot-overview-device-connectivity/iot-edge-connectivity-architecture.svg":::
2323

2424
### [Cloud-based solution](#tab/cloud)
2525

26-
The following diagram shows a high-level view of the components in a typical cloud-based IoT solution. This article focuses on the connectivity between the devices and the IoT cloud services, including gateways and bridges shown in the diagram:
26+
The following diagram shows a high-level view of the components in a typical [cloud-based IoT solution](iot-introduction.md#cloud-based-solution). This article focuses on the connectivity between the devices and the IoT cloud services, including gateways and bridges shown in the diagram:
2727

2828
<!-- Art Library Source# ConceptArt-0-000-032 -->
2929
:::image type="content" source="media/iot-overview-device-connectivity/iot-cloud-connectivity-architecture.svg" alt-text="Diagram that shows the high-level IoT cloud-based solution architecture highlighting device connectivity areas." border="false" lightbox="media/iot-overview-device-connectivity/iot-cloud-connectivity-architecture.svg":::
@@ -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)

0 commit comments

Comments
 (0)