Skip to content

Commit c7dac12

Browse files
authored
Merge pull request #302936 from asergaz/sergazaiosdk-release-aio-2507
Adding Azure IoT Operations SDKs articles
2 parents e6d7a84 + 3000f09 commit c7dac12

21 files changed

+543
-202
lines changed

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

Lines changed: 53 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
{
4444
"source_path_from_root": "/articles/iot-operations/send-view-analyze-data/tutorial-event-driven-with-dapr.md",
45-
"redirect_url": "/azure/iot-operations/create-edge-apps/tutorial-event-driven-with-dapr",
45+
"redirect_url": "/azure/iot-operations/develop-edge-apps/tutorial-event-driven-with-dapr",
4646
"redirect_document_id": false
4747
},
4848
{
@@ -277,33 +277,33 @@
277277
},
278278
{
279279
"source_path_from_root": "/articles/iot-operations/develop/concept-about-distributed-apps.md",
280-
"redirect_url": "/azure/iot-operations/create-edge-apps/edge-apps-overview",
281-
"redirect_document_id": true
280+
"redirect_url": "/azure/iot-operations/develop-edge-apps/overview-edge-apps",
281+
"redirect_document_id": false
282282
},
283283
{
284284
"source_path_from_root": "/articles/iot-operations/develop/concept-about-state-store-protocol.md",
285-
"redirect_url": "/azure/iot-operations/create-edge-apps/concept-about-state-store-protocol",
286-
"redirect_document_id": true
285+
"redirect_url": "/azure/iot-operations/develop-edge-apps/reference-state-store-protocol",
286+
"redirect_document_id": false
287287
},
288288
{
289289
"source_path_from_root": "/articles/iot-operations/develop/howto-deploy-dapr.md",
290-
"redirect_url": "/azure/iot-operations/create-edge-apps/howto-deploy-dapr",
291-
"redirect_document_id": true
290+
"redirect_url": "/azure/iot-operations/develop-edge-apps/howto-deploy-dapr",
291+
"redirect_document_id": false
292292
},
293293
{
294294
"source_path_from_root": "/articles/iot-operations/develop/howto-develop-dapr-apps.md",
295-
"redirect_url": "/azure/iot-operations/create-edge-apps/howto-develop-dapr-apps",
296-
"redirect_document_id": true
295+
"redirect_url": "/azure/iot-operations/develop-edge-apps/howto-develop-dapr-apps",
296+
"redirect_document_id": false
297297
},
298298
{
299299
"source_path_from_root": "/articles/iot-operations/develop/howto-develop-mqttnet-apps.md",
300-
"redirect_url": "/azure/iot-operations/create-edge-apps/howto-develop-mqttnet-apps",
301-
"redirect_document_id": true
300+
"redirect_url": "/azure/iot-operations/develop-edge-apps/overview-edge-apps",
301+
"redirect_document_id": false
302302
},
303303
{
304304
"source_path_from_root": "/articles/iot-operations/develop/tutorial-event-driven-with-dapr.md",
305-
"redirect_url": "/azure/iot-operations/create-edge-apps/tutorial-event-driven-with-dapr",
306-
"redirect_document_id": true
305+
"redirect_url": "/azure/iot-operations/develop-edge-apps/tutorial-event-driven-with-dapr",
306+
"redirect_document_id": false
307307
},
308308
{
309309
"source_path_from_root": "/articles/iot-operations/connect-to-cloud/howto-configure-destination-blob.md",
@@ -589,6 +589,46 @@
589589
"source_path_from_root": "/articles/iot-operations/discover-manage-assets/howto-manage-assets-remotely.md",
590590
"redirect_url": "/azure/iot-operations/discover-manage-assets/howto-manage-assets-devices",
591591
"redirect_document_id": true
592+
},
593+
{
594+
"source_path_from_root": "/articles/iot-operations/create-edge-apps/edge-apps-overview.md",
595+
"redirect_url": "/azure/iot-operations/develop-edge-apps/overview-edge-apps",
596+
"redirect_document_id": true
597+
},
598+
{
599+
"source_path_from_root": "/articles/iot-operations/create-edge-apps/concept-about-state-store-protocol.md",
600+
"redirect_url": "/azure/iot-operations/develop-edge-apps/reference-state-store-protocol",
601+
"redirect_document_id": false
602+
},
603+
{
604+
"source_path_from_root": "/articles/iot-operations/create-edge-apps/howto-deploy-dapr.md",
605+
"redirect_url": "/azure/iot-operations/develop-edge-apps/howto-deploy-dapr",
606+
"redirect_document_id": true
607+
},
608+
{
609+
"source_path_from_root": "/articles/iot-operations/create-edge-apps/howto-develop-dapr-apps.md",
610+
"redirect_url": "/azure/iot-operations/develop-edge-apps/howto-develop-dapr-apps",
611+
"redirect_document_id": true
612+
},
613+
{
614+
"source_path_from_root": "/articles/iot-operations/create-edge-apps/tutorial-event-driven-with-dapr.md",
615+
"redirect_url": "/azure/iot-operations/develop-edge-apps/tutorial-event-driven-with-dapr",
616+
"redirect_document_id": true
617+
},
618+
{
619+
"source_path_from_root": "/articles/iot-operations/create-edge-apps/overview-state-store.md",
620+
"redirect_url": "/azure/iot-operations/develop-edge-apps/overview-state-store",
621+
"redirect_document_id": true
622+
},
623+
{
624+
"source_path_from_root": "/articles/iot-operations/create-edge-apps/howto-develop-mqttnet-apps.md",
625+
"redirect_url": "/azure/iot-operations/develop-edge-apps/overview-edge-apps",
626+
"redirect_document_id": false
627+
},
628+
{
629+
"source_path_from_root": "/articles/iot-operations/develop-edge-apps/concept-about-state-store-protocol.md",
630+
"redirect_url": "/azure/iot-operations/develop-edge-apps/reference-state-store-protocol",
631+
"redirect_document_id": false
592632
}
593633
]
594634
}

articles/iot-operations/connect-to-cloud/concept-dataflow-enrich.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For example, consider the following dataset with a few records, using the [JSON
2626
{ "Position": "Receptionist", "BaseSalary": 43000, "WorkingHours": "Regular" }
2727
```
2828

29-
The mapper accesses the reference dataset stored in the Azure IoT Operations [state store](../create-edge-apps/concept-about-state-store-protocol.md) by using a key value based on a *condition* specified in the mapping configuration. Key names in the state store correspond to a dataset in the data flow configuration.
29+
The mapper accesses the reference dataset stored in the Azure IoT Operations [state store](../develop-edge-apps/reference-state-store-protocol.md) by using a key value based on a *condition* specified in the mapping configuration. Key names in the state store correspond to a dataset in the data flow configuration.
3030

3131
# [Bicep](#tab/bicep)
3232

articles/iot-operations/connect-to-cloud/howto-create-dataflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ builtInTransformationSettings:
722722

723723
### Enrich: Add reference data
724724

725-
To enrich the data, first add reference dataset in the Azure IoT Operations [state store](../create-edge-apps/overview-state-store.md). The dataset is used to add extra data to the source data based on a condition. The condition is specified as a field in the source data that matches a field in the dataset.
725+
To enrich the data, first add reference dataset in the Azure IoT Operations [state store](../develop-edge-apps/overview-state-store.md). The dataset is used to add extra data to the source data based on a condition. The condition is specified as a field in the source data that matches a field in the dataset.
726726

727727
You can load sample data into the state store by using the [state store CLI](https://github.com/Azure-Samples/explore-iot-operations/tree/main/tools/statestore-cli). Key names in the state store correspond to a dataset in the data flow configuration.
728728

articles/iot-operations/create-edge-apps/howto-develop-mqttnet-apps.md

Lines changed: 0 additions & 128 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)