Skip to content

Commit d75eb7c

Browse files
(Azure CXP Fixing Incorrect Command
Fixing Incorrect Command in getting Connection string section
1 parent 81eddf9 commit d75eb7c

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)