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
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,9 @@ ms.custom: seodec18
17
17
18
18
This C# example demonstrates how to use the [GA Query APIs](https://docs.microsoft.com/rest/api/time-series-insights/ga-query) to query data from Azure Time Series Insights GA environments.
19
19
20
+
> [!TIP]
21
+
> View GA C# code samples 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).
22
+
20
23
## Summary
21
24
22
25
The sample code below demonstrates the following features:
@@ -37,9 +40,6 @@ The sample code below demonstrates the following features:
> 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).
42
-
43
43
## Prerequisites and setup
44
44
45
45
Complete the following steps before you compile and run the sample code:
@@ -54,9 +54,6 @@ Complete the following steps before you compile and run the sample code:
54
54
55
55
1. Execute the code inside Visual Studio.
56
56
57
-
> [!TIP]
58
-
> * View other GA C# code samples 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).
59
-
60
57
## Project dependencies
61
58
62
59
It's recommended that you use the newest version of Visual Studio:
0 commit comments