Skip to content

Commit 5db50a1

Browse files
committed
update link
1 parent 5fc231a commit 5db50a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/how-to-routing-arm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,12 +411,12 @@ Add a route definition to your Resource Manager template. For more information,
411411
| Property | Value |
412412
| -------- | ----- |
413413
| name | Provide a unique value to name your route. |
414-
| source | Select the message or event logs source to route to the endpoint. For a list of source options, see [az iot hub route](/azure/iot-hub/how-to-routing-azure-cli?tabs=eventhubs). |
414+
| source | Select the message or event logs source to route to the endpoint. For a list of source options, see [az iot hub message-route](/cli/azure/iot/hub/message-route). |
415415
| condition | A query to filter the source data. If no condition is required, say `true`. For more information, see [IoT Hub message routing query syntax](./iot-hub-devguide-routing-query-syntax.md). |
416416
| endpointNames | The name of the existing endpoint where this data will be routed. Currently only one endpoint is allowed. |
417417
| isEnabled | Set to `true` to enable the route, or `false` to disable the route. |
418418

419-
1. Save your JSON file.
419+
2. Save your JSON file.
420420

421421
## Deploy the Resource Manager template
422422

0 commit comments

Comments
 (0)