You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/time-series-insights/time-series-insights-send-events.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: cshankar
9
9
ms.devlang: csharp
10
10
ms.workload: big-data
11
11
ms.topic: conceptual
12
-
ms.date: 02/03/2020
12
+
ms.date: 02/11/2020
13
13
ms.custom: seodec18
14
14
---
15
15
@@ -68,12 +68,18 @@ The Time Series Insights update uses instances to add contextual data to incomin
68
68
69
69
[](media/send-events/configure-sample-code-connection-string.png#lightbox)
70
70
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.
72
72
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).
73
73
74
74
[](media/send-events/configure-wind-mill-sim.png#lightbox)
75
75
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.
77
83
78
84
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.
0 commit comments