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 @@ -124,9 +124,9 @@ The back-end application connects to the service-side **Events** endpoint on you
124
124
125
125
| Variable | Value |
126
126
| -------- | ----------- |
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. |
130
130
131
131
1. In the local terminal window, run the following commands to install the required libraries and run the back-end application:
132
132
You can’t perform that action at this time.
0 commit comments