Skip to content

Commit 7f5b7b2

Browse files
authored
Merge pull request #101700 from v-maudel/patch-429
C164864: Escaping * to avoid localization content
2 parents d3f75e1 + fe6980c commit 7f5b7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-edge/how-to-deploy-modules-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The Azure portal has a wizard that walks you through creating the deployment man
4848

4949
### Specify routes
5050

51-
On the **Routes** tab, you define how messages are passed between modules and the IoT Hub. Messages are constructed using name/value pairs. By default a route is called **route** and defined as **FROM /messages/* INTO $upstream**, which means that any messages output by any modules are sent to your IoT hub.
51+
On the **Routes** tab, you define how messages are passed between modules and the IoT Hub. Messages are constructed using name/value pairs. By default a route is called **route** and defined as **FROM /messages/\* INTO $upstream**, which means that any messages output by any modules are sent to your IoT hub.
5252

5353
Add or update the routes with information from [Declare routes](module-composition.md#declare-routes), then select **Next: Review + create** to continue to the next step of the wizard.
5454

0 commit comments

Comments
 (0)