Skip to content

Commit 4c09ddb

Browse files
committed
Address feedback
1 parent 22d18c9 commit 4c09ddb

File tree

7 files changed

+26
-43
lines changed

7 files changed

+26
-43
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,12 @@
10371037
},
10381038
{
10391039
"source_path_from_root": "/articles/iot-central/retail/architecture-connected-logistics-pnp.md",
1040-
"redirect_url": "/azure/iot-central/retail/architecture-connected-logistics",
1040+
"redirect_url": "/azure/iot-central/retail/tutorial-iot-central-connected-logistics",
1041+
"redirect_document_id": false
1042+
},
1043+
{
1044+
"source_path_from_root": "/articles/iot-central/retail/architecture-connected-logistics.md",
1045+
"redirect_url": "/azure/iot-central/retail/tutorial-iot-central-connected-logistics",
10411046
"redirect_document_id": true
10421047
},
10431048
{
@@ -1078,7 +1083,7 @@
10781083
{
10791084
"source_path_from_root": "/articles/iot-central/retail/tutorial-iot-central-connected-logistics-pnp.md",
10801085
"redirect_url": "/azure/iot-central/retail/tutorial-iot-central-connected-logistics",
1081-
"redirect_document_id": true
1086+
"redirect_document_id": false
10821087
},
10831088
{
10841089
"source_path_from_root": "/articles/iot-central/retail/tutorial-iot-central-digital-distribution-center-pnp.md",

articles/iot-central/core/how-to-connect-iot-edge-transparent-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ An IoT Edge device can act as a gateway that provides a connection between other
1616

1717
IoT Edge supports the [*transparent* and *translation* gateway patterns](../../iot-edge/iot-edge-as-gateway.md). This article summarizes how to implement the transparent gateway pattern. In this pattern, the gateway passes messages from the downstream device through to the IoT Hub endpoint in your IoT Central application. The gateway does not manipulate the messages as they pass through. In IoT Central, each downstream device appears as child to the gateway device:
1818

19-
:::image type="content" source="media/how-to-connect-iot-edge-transparent-gateway/edgewithdownstreamdeviceidentity.png" alt-text="IoT Edge as a transparent gateway." border="false":::
19+
:::image type="content" source="media/how-to-connect-iot-edge-transparent-gateway/edge-transparent-gateway.png" alt-text="IoT Edge as a transparent gateway." border="false":::
2020

2121
For simplicity, this article uses virtual machines to host the downstream and gateway devices. In a real scenario, the downstream device and gateway would run on physical devices on your local network.
2222

articles/iot-central/retail/architecture-connected-logistics.md

Lines changed: 0 additions & 40 deletions
This file was deleted.
Binary file not shown.

articles/iot-central/retail/tutorial-iot-central-connected-logistics.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,24 @@ ms.date: 01/06/2022
1212

1313
# Tutorial: Deploy and walk through a connected logistics application template
1414

15+
Use the application template and guidance in this article to develop an end-to-end *connected logistics solution*.
16+
17+
:::image type="content" source="media/tutorial-iot-central-connected-logistics/connected-logistics-architecture.png" alt-text="Connected logistics dashboard." border="false":::
18+
19+
1. IoT tags send telemetry data to a gateway device.
20+
2. Gateway devices send telemetry and aggregated insights to IoT Central.
21+
3. IoT Central routes data to an Azure service for manipulation.
22+
4. Services such as Azure Stream Analytics or Azure Functions can reformat data streams and send the data to storage accounts.
23+
5. End-user business applications can power business workflows.
24+
25+
*IoT tags* provide physical, ambient, and environmental sensor capabilities such as temperature, humidity, shock, tilt, and light. IoT tags typically connect to gateway device through Zigbee (802.15.4). Tags are less expensive sensors and can be discarded at the end of a typical logistics journey to avoid challenges with reverse logistics.
26+
27+
*Gateways* enable upstream Azure IoT cloud connectivity using cellular or Wi-Fi channels. Bluetooth, NFC, and 802.15.4 Wireless Sensor Network modes are used for downstream communication with IoT tags. Gateways provide end-to-end secure cloud connectivity, IoT tag pairing, sensor data aggregation, data retention, and the ability to configure alarm thresholds.
28+
29+
Azure IoT Central is a solution development platform that simplifies IoT device connectivity, configuration, and management. The platform significantly reduces the burden and costs of IoT device management, operations, and related developments. You can build end-to-end enterprise solutions to achieve a digital feedback loop in logistics.
30+
31+
The IoT Central platform provides rich extensibility options through data export and APIs. Business insights based on telemetry data processing or raw telemetry are typically exported to a preferred line-of-business application.
32+
1533
This tutorial shows you how to get started with the IoT Central *connected logistics* application template. You'll learn how to deploy and use the template.
1634

1735
In this tutorial, you learn how to:

0 commit comments

Comments
 (0)