Skip to content

Commit 36df4ca

Browse files
committed
Fixed reference links for commands
1 parent ec91a54 commit 36df4ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/module-twin-getstarted-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ To create a device identity and module identity:
8585
az iot hub device-identity create --device-id {DeviceName} --hub-name {HubName}
8686
```
8787
88-
1. In the CLI session, run the [az iot hub module-identity create](/cli/azure/iot/hub/device-identity#az-iot-hub-module-identity-create) command, replacing the following placeholders with their corresponding values. This command creates the module identity for your module, under the device identity you created in the previous step.
88+
1. In the CLI session, run the [az iot hub module-identity create](/cli/azure/iot/hub/module-identity#az-iot-hub-module-identity-create) command, replacing the following placeholders with their corresponding values. This command creates the module identity for your module, under the device identity you created in the previous step.
8989
9090
*{DeviceName}*. The name of your device.
9191
@@ -102,7 +102,7 @@ To create a device identity and module identity:
102102
103103
Once a module identity is created, a module twin is implicitly created in IoT Hub. In this section, you use the CLI session to update a set of desired properties on the module twin associated with the module identity you created in the previous section.
104104
105-
1. In the CLI session, run the [az iot hub module-twin update](/cli/azure/iot/hub#az-iot-hub-module-twin-update) command, replacing the following placeholders with their corresponding values. In this example, we're updating multiple desired properties on the module twin for the module identity we created in the previous section.
105+
1. In the CLI session, run the [az iot hub module-twin update](/cli/azure/iot/hub/module-twin#az-iot-hub-module-twin-update) command, replacing the following placeholders with their corresponding values. In this example, we're updating multiple desired properties on the module twin for the module identity we created in the previous section.
106106
107107
*{DeviceName}*. The name of your device.
108108

0 commit comments

Comments
 (0)