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-query-data-csharp.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ ms.custom: seodec18
16
16
17
17
# Query data from the Azure Time Series Insights GA environment using C#
18
18
19
-
This C# example demonstrates how to query data from the Azure Time Series Insights GA environment.
19
+
This C# example demonstrates how to query data from the Azure Time Series Insights GA environment.
20
20
21
21
The sample shows several basic examples of Query API usage:
22
22
@@ -26,7 +26,7 @@ The sample shows several basic examples of Query API usage:
26
26
1. As an example of web socket request, event aggregates data is requested for the environment of interest. Data is requested for the whole availability time range.
27
27
28
28
> [!NOTE]
29
-
> The example code is available at [https://github.com/Azure-Samples/Azure-Time-Series-Insights](https://github.com/Azure-Samples/Azure-Time-Series-Insights/tree/master/csharp-ga-preview-sample).
29
+
> The example code is available at [https://github.com/Azure-Samples/Azure-Time-Series-Insights](https://github.com/Azure-Samples/Azure-Time-Series-Insights/tree/master/csharp-tsi-ga-sample).
0 commit comments