Skip to content

Commit 019233d

Browse files
Merge pull request #262505 from PatAltimore/patricka-move-mq-articles
Move IoT MQ articles
2 parents ac03576 + 70345c0 commit 019233d

17 files changed

+32
-10
lines changed

articles/iot-operations/.openpublishing.redirection.iot-operations.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,26 @@
1414
"source_path_from_root": "/articles/iot-operations/manage-mqtt-connectivity/howto-configure-diagnostics.md",
1515
"redirect_url": "/azure/iot-operations/monitor/howto-configure-diagnostics",
1616
"redirect_document_id": false
17+
},
18+
{
19+
"source_path_from_root": "/articles/iot-operations/send-view-analyze-data/tutorial-real-time-dashboard-fabric.md",
20+
"redirect_url": "/azure/iot-operations/view-analyze-data/tutorial-real-time-dashboard-fabric",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path_from_root": "/articles/iot-operations/send-view-analyze-data/tutorial-upload-mqtt-lakehouse.md",
25+
"redirect_url": "/azure/iot-operations/view-analyze-data/tutorial-upload-mqtt-lakehouse",
26+
"redirect_document_id": false
27+
},
28+
{
29+
"source_path_from_root": "/articles/iot-operations/send-view-analyze-data/tutorial-connect-event-grid.md",
30+
"redirect_url": "/azure/iot-operations/connect-to-cloud/tutorial-connect-event-grid",
31+
"redirect_document_id": false
32+
},
33+
{
34+
"source_path_from_root": "/articles/iot-operations/send-view-analyze-data/tutorial-event-driven-with-dapr.md",
35+
"redirect_url": "/azure/iot-operations/develop/tutorial-event-driven-with-dapr",
36+
"redirect_document_id": false
1737
}
1838
]
1939
}

articles/iot-operations/connect-to-cloud/howto-configure-mqtt-bridge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ This helps you balance the message traffic for the bridge between multiple clien
377377

378378
To minimize credential management, using the system-assigned managed identity and Azure RBAC is the recommended way to bridge Azure IoT MQ with [Azure Event Grid's MQTT broker feature](../../event-grid/mqtt-overview.md).
379379

380-
For an end-to-end tutorial, see [Tutorial: Configure MQTT bridge between IoT MQ and Azure Event Grid](../send-view-analyze-data/tutorial-connect-event-grid.md).
380+
For an end-to-end tutorial, see [Tutorial: Configure MQTT bridge between IoT MQ and Azure Event Grid](tutorial-connect-event-grid.md).
381381

382382
### Connect to Event Grid MQTT broker with managed identity
383383

articles/iot-operations/send-view-analyze-data/tutorial-event-driven-with-dapr.md renamed to articles/iot-operations/develop/tutorial-event-driven-with-dapr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,4 +320,4 @@ kubectl logs dapr-workload daprd
320320

321321
## Next steps
322322

323-
* [Bridge MQTT data between IoT MQ and Azure Event Grid](tutorial-connect-event-grid.md)
323+
* [Bridge MQTT data between IoT MQ and Azure Event Grid](../connect-to-cloud/tutorial-connect-event-grid.md)

articles/iot-operations/toc.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ items:
150150
items:
151151
- name: Connect to MQTT or Event Grid
152152
href: connect-to-cloud/howto-configure-mqtt-bridge.md
153+
- name: Bridge MQTT data between IoT MQ and Azure Event Grid
154+
href: connect-to-cloud/tutorial-connect-event-grid.md
153155
- name: Send data to a data lake
154156
href: connect-to-cloud/howto-configure-data-lake.md
155157
- name: Send data to Kafka or Azure Event Hubs
@@ -186,16 +188,13 @@ items:
186188
- name: Configure L3 cluster
187189
href: manage-layered-network/howto-configure-l3-cluster-layered-network.md
188190

189-
- name: Send, view, and analyze data
191+
- name: View and analyze data
190192
items:
191193
- name: Build a real-time dashboard in Microsoft Fabric
192-
href: send-view-analyze-data/tutorial-real-time-dashboard-fabric.md
194+
href: view-analyze-data/tutorial-real-time-dashboard-fabric.md
193195
- name: Upload MQTT data to a lakehouse
194-
href: send-view-analyze-data/tutorial-upload-mqtt-lakehouse.md
195-
- name: Build event-driven apps with Dapr
196-
href: send-view-analyze-data/tutorial-event-driven-with-dapr.md
197-
- name: Bridge MQTT data between IoT MQ and Azure Event Grid
198-
href: send-view-analyze-data/tutorial-connect-event-grid.md
196+
href: view-analyze-data/tutorial-upload-mqtt-lakehouse.md
197+
199198

200199
- name: Developer guide
201200
items:
@@ -205,8 +204,11 @@ items:
205204
href: develop/concept-about-state-store-protocol.md
206205
- name: Develop Dapr apps
207206
href: develop/howto-develop-dapr-apps.md
207+
- name: Build event-driven apps with Dapr
208+
href: develop/tutorial-event-driven-with-dapr.md
208209
- name: Develop MQTTnet apps
209210
href: develop/howto-develop-mqttnet-apps.md
211+
210212
- name: Troubleshoot
211213
href: troubleshoot/troubleshoot.md
212214
- name: Known issues

0 commit comments

Comments
 (0)