Skip to content

Commit fe6980c

Browse files
authored
C164864: Escaping * to avoid localization content
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Description: \* is breaking right rendering on LOC pages.
1 parent 244d004 commit fe6980c

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)