Skip to content

Commit 89af520

Browse files
committed
got rid of s_ in constants
1 parent dd99203 commit 89af520

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ The back-end application connects to the service-side **Events** endpoint on you
124124
125125
| Variable | Value |
126126
| -------- | ----------- |
127-
| `s_eventHubsCompatibleEndpoint` | Replace the value of the variable with the Event Hubs-compatible endpoint you made a note of earlier. |
128-
| `s_eventHubsCompatiblePath` | Replace the value of the variable with the Event Hubs-compatible path you made a note of earlier. |
129-
| `s_iotHubSasKey` | Replace the value of the variable with the service primary key you made a note of earlier. |
127+
| `eventHubsCompatibleEndpoint` | Replace the value of the variable with the Event Hubs-compatible endpoint you made a note of earlier. |
128+
| `eventHubsCompatiblePath` | Replace the value of the variable with the Event Hubs-compatible path you made a note of earlier. |
129+
| `iotHubSasKey` | Replace the value of the variable with the service primary key you made a note of earlier. |
130130
131131
1. In the local terminal window, run the following commands to install the required libraries and run the back-end application:
132132

0 commit comments

Comments
 (0)