Skip to content

Commit 341b9d7

Browse files
Merge pull request #270653 from spelluru/spfreshness0329
ASA - Tutorial - Freshness
2 parents 89c0437 + f03be98 commit 341b9d7

27 files changed

+111
-88
lines changed

articles/stream-analytics/includes/event-generator-app.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@ Before you start the TelcoGenerator app, you should configure it to send data to
6767
3. Update the `<appSettings>` element in the config file with the following details:
6868

6969
* Set the value of the **EventHubName** key to the value of the **EntityPath** at the end of the connection string.
70-
* Set the value of the **Microsoft.ServiceBus.ConnectionString** key to the connection string **without** the EntityPath value (`;EntityPath=myeventhub`) at the end. **Don't forget** to remove the semicolon that precedes the EntityPath value.
70+
* Set the value of the **Microsoft.ServiceBus.ConnectionString** key to the connection string to the namespace. If you use a connection string to an event hub, not a namespace, remove `EntityPath` value (`;EntityPath=myeventhub`) at the end. **Don't forget** to remove the semicolon that precedes the EntityPath value.
7171
4. Save the file.
72-
7372
5. Next open a command window and change to the folder where you unzipped the TelcoGenerator application. Then enter the following command:
7473

7574
```cmd
17.1 KB
Loading
32.6 KB
Loading
9.33 KB
Loading
15.6 KB
Loading
24.8 KB
Loading
13.5 KB
Loading
32.9 KB
Loading
50.4 KB
Loading
4.65 KB
Loading

0 commit comments

Comments
 (0)