From d513cac66d22a59ab1f83f47a9005593edd80684 Mon Sep 17 00:00:00 2001 From: alkreddy Date: Tue, 28 Nov 2017 07:28:39 +0530 Subject: [PATCH] Update tutorial-csharp-module.md Minor required correction for the tutorial to work --- articles/iot-edge/tutorial-csharp-module.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/iot-edge/tutorial-csharp-module.md b/articles/iot-edge/tutorial-csharp-module.md index 1000d56d2e1ba..7edd13415b46c 100644 --- a/articles/iot-edge/tutorial-csharp-module.md +++ b/articles/iot-edge/tutorial-csharp-module.md @@ -273,7 +273,7 @@ Add the credentials for your registry to the Edge runtime on the computer where ```json { "routes":{ - "sensorToFilter":"FROM /messages/modules/tempSensor/outputs/temperatureOutput INTO BrokeredEndpoint(\"/modules/filtermodule/inputs/input1\")", + "sensorToFilter":"FROM /messages/modules/tempSensor/outputs/temperatureOutput INTO BrokeredEndpoint(\"/modules/filterModule/inputs/input1\")", "filterToIoTHub":"FROM /messages/modules/filtermodule/outputs/output1 INTO $upstream" } } @@ -311,4 +311,4 @@ In this tutorial, you created an IoT Edge module that contains code to filter ra [1]: ./media/tutorial-csharp-module/programcs.png [2]: ./media/tutorial-csharp-module/build-module.png -[3]: ./media/tutorial-csharp-module/docker-os.png \ No newline at end of file +[3]: ./media/tutorial-csharp-module/docker-os.png