Skip to content

Commit 53a064b

Browse files
authored
Merge pull request #104002 from KingdomOfEnds/tsi-refresh
TSI refresh
2 parents 9069e45 + 2641098 commit 53a064b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

articles/time-series-insights/time-series-insights-send-events.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: cshankar
99
ms.devlang: csharp
1010
ms.workload: big-data
1111
ms.topic: conceptual
12-
ms.date: 02/03/2020
12+
ms.date: 02/11/2020
1313
ms.custom: seodec18
1414
---
1515

@@ -68,12 +68,18 @@ The Time Series Insights update uses instances to add contextual data to incomin
6868

6969
[![Copy the value for the primary key connection string](media/send-events/configure-sample-code-connection-string.png)](media/send-events/configure-sample-code-connection-string.png#lightbox)
7070

71-
1. Go to https://tsiclientsample.azurewebsites.net/windFarmGen.html. The URL runs simulated windmill devices.
71+
1. Go to https://tsiclientsample.azurewebsites.net/windFarmGen.html. The URL creates and runs simulated windmill devices.
7272
1. In the **Event Hub Connection String** box on the webpage, paste the connection string that you copied in the [windmill input field](#push-events-to-windmills-sample).
7373

7474
[![Paste the primary key connection string in the Event Hub Connection String box](media/send-events/configure-wind-mill-sim.png)](media/send-events/configure-wind-mill-sim.png#lightbox)
7575

76-
1. Select **Click to start**. The simulator generates instance JSON that you can use directly.
76+
1. Select **Click to start**.
77+
78+
> [!TIP]
79+
> The windmill simulator also creates JSON you can use as a payload with the [Time Series Insights GA Query APIs](https://docs.microsoft.com/rest/api/time-series-insights/ga-query).
80+
81+
> [!NOTE]
82+
> The simulator will continue to send data until the browser tab is closed.
7783
7884
1. Go back to your event hub in the Azure portal. On the **Overview** page, the new events received by the event hub are displayed.
7985

0 commit comments

Comments
 (0)