Skip to content

Commit 3fcba38

Browse files
committed
Remove stale tempSensor route from Custom Vision deployment manifest
The tutorial instructs users to delete the tempSensor module earlier, but the final deployment manifest example still had a route referencing it (sensorToclassifier). Removed the dead route for consistency.
1 parent 56306eb commit 3fcba38

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

articles/iot-edge/tutorial-deploy-custom-vision.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,6 @@ The final deployment manifest looks similar to the following:
555555
"properties.desired": {
556556
"schemaVersion": "1.2",
557557
"routes": {
558-
"sensorToclassifier": "FROM /messages/modules/tempSensor/outputs/temperatureOutput INTO BrokeredEndpoint(\"/modules/classifier/inputs/input1\")",
559558
"classifierToIoTHub": "FROM /messages/modules/classifier/outputs/* INTO $upstream",
560559
"cameracaptureToIoTHub": "FROM /messages/modules/cameracapture/outputs/* INTO $upstream"
561560
},

0 commit comments

Comments
 (0)