Skip to content

Commit 2d51f8e

Browse files
committed
Improve device connection string placeholder text
1 parent 7f3cc5d commit 2d51f8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/iot-edge/includes/iot-edge-register-device-symmetric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ You should see JSON output in the console, similar to the following:
120120

121121
```json
122122
{
123-
"connectionString": "HostName=my-iot-hub.azure-devices.net;DeviceId=my-edge-device-1;SharedAccessKey=saQ52bt6BBUlRfusqWuxPMAx4ysQwWEb5+1eidwzHPY="
123+
"connectionString": "HostName=[hub_name].azure-devices.net;DeviceId=[device_id];SharedAccessKey=[device_key]"
124124
}
125125
```
126126

articles/iot-hub-device-update/device-update-raspberry-pi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Read the license terms prior to using the agent. Your installation and use const
135135
"runas": "adu",
136136
"connectionSource": {
137137
"connectionType": "string",
138-
"connectionData": "HostName=example-connection-string.azure-devices.net;DeviceId=example-device;SharedAccessKey=M5oK/rOP12aB5678YMWv5vFWHFGJFwE8YU6u0uTnrmU="
138+
"connectionData": "HostName=<hub_name>.azure-devices.net;DeviceId=<device_id>;SharedAccessKey=<device_key>"
139139
},
140140
"manufacturer": "contoso",
141141
"model": "virtual-vacuum-v2"

0 commit comments

Comments
 (0)