File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,9 +137,9 @@ The back-end application connects to the service-side **Events** endpoint on you
137
137
138
138
| Variable | Value |
139
139
| -------- | ----------- |
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. |
143
143
144
144
3. In the local terminal window, run the following commands to install the required libraries and build the back-end application:
145
145
You can’t perform that action at this time.
0 commit comments