Skip to content

Commit 79d8100

Browse files
committed
changed EH connection constant names for updated sample
1 parent 279f4e0 commit 79d8100

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-hub/quickstart-send-telemetry-java.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ The back-end application connects to the service-side **Events** endpoint on you
137137
138138
| Variable | Value |
139139
| -------- | ----------- |
140-
| `eventHubsCompatibleEndpoint` | Replace the value of the variable with the Event Hubs-compatible endpoint you made a note of earlier. |
141-
| `eventHubsCompatiblePath` | Replace the value of the variable with the Event Hubs-compatible path you made a note of earlier. |
142-
| `iotHubSasKey` | Replace the value of the variable with the service primary key you made a note of earlier. |
140+
| `EVENT_HUBS_COMPATIBLE_ENDPOINT` | Replace the value of the variable with the Event Hubs-compatible endpoint you made a note of earlier. |
141+
| `EVENT_HUBS_COMPATIBLE_PATH` | Replace the value of the variable with the Event Hubs-compatible path you made a note of earlier. |
142+
| `IOT_HUB_SAS_KEY` | Replace the value of the variable with the service primary key you made a note of earlier. |
143143
144144
3. In the local terminal window, run the following commands to install the required libraries and build the back-end application:
145145

0 commit comments

Comments
 (0)