Skip to content

Commit 801436e

Browse files
authored
Merge pull request #205791 from AshokPeddakotla-MSFT/patch-76
(Azure CXP) Fixing Incorrect Command
2 parents abe7bb8 + d75eb7c commit 801436e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/quickstart-control-device-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ You also need your IoT hub's _service connection string_ to enable the back-end
7878
7979
```azurecli-interactive
8080
az iot hub connection-string show \
81-
--policy-name service --name {YourIoTHubName} --output table
81+
--policy-name service --hub-name {YourIoTHubName} --output table
8282
```
8383

8484
Make a note of the service connection string, which looks like:

0 commit comments

Comments
 (0)