Skip to content

Commit 5efc64b

Browse files
committed
Fixed link & escaped characters
1 parent e819b9d commit 5efc64b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-edge/tutorial-deploy-stream-analytics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ For this tutorial, you deploy two modules. The first is **SimulatedTemperatureSe
218218
219219
### Assign routes to your modules
220220
221-
1. On the **Set modules on device:<your-device-name>** page, select **Next: Routes**.
221+
1. On the **Set modules on device:\<your-device-name\>** page, select **Next: Routes**.
222222
223223
1. On the **Routes** tab, you define how messages are passed between modules and the IoT Hub. Messages are constructed using name and value pairs.
224224
@@ -246,7 +246,7 @@ For this tutorial, you deploy two modules. The first is **SimulatedTemperatureSe
246246
Now you can go to your IoT Edge device to see the interaction between the Azure Stream Analytics module and the SimulatedTemperatureSensor module.
247247

248248
> [!NOTE]
249-
> If you're using a virtual machine for a device, you can use the [Azure Cloud Shell](/azure/cloud-shell/overview.md) to directly access all Azure authenticated services.
249+
> If you're using a virtual machine for a device, you can use the [Azure Cloud Shell](https://learn.microsoft.com/azure/cloud-shell/overview) to directly access all Azure authenticated services.
250250
251251
1. Check that all the modules are running in Docker:
252252

0 commit comments

Comments
 (0)