Skip to content

Commit 5654aa5

Browse files
authored
Merge pull request #100479 from kgremban/jan8-gatewayroute
Update route used in gateway sample
2 parents 9ce858d + 07f9d1f commit 5654aa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/iot-edge/how-to-create-transparent-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If the **edgeAgent** module is running without the **edgeHub** module, use the f
6868
```JSON
6969
{
7070
"routes": {
71-
"route": "FROM /* INTO $upstream"
71+
"route": "FROM /messages/* INTO $upstream"
7272
}
7373
}
7474
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Here's a basic deployment manifest with one module as an example:
8282
"properties.desired": {
8383
"schemaVersion": "1.0",
8484
"routes": {
85-
"route": "FROM /* INTO $upstream"
85+
"route": "FROM /messages/* INTO $upstream"
8686
},
8787
"storeAndForwardConfiguration": {
8888
"timeToLiveSecs": 7200

0 commit comments

Comments
 (0)