We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81eddf9 commit eecaf2aCopy full SHA for eecaf2a
includes/quickstart-control-device-java.md
@@ -85,7 +85,7 @@ You also need a _service connection string_ to enable the back-end application t
85
**YourIoTHubName**: Replace this placeholder below with the name you chose for your IoT hub.
86
87
```azurecli-interactive
88
-az iot hub connection-string show --policy-name service --name {YourIoTHubName} --output table
+az iot hub connection-string show --policy-name service --hub-name {YourIoTHubName} --output table
89
```
90
91
Make a note of the service connection string, which looks like:
0 commit comments