Skip to content

Commit 5907883

Browse files
improved alerts
1 parent 353e5f1 commit 5907883

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

articles/time-series-insights/time-series-insights-query-data-csharp.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ ms.custom: seodec18
1717

1818
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.
1919

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+
2023
## Summary
2124

2225
The sample code below demonstrates the following features:
@@ -37,9 +40,6 @@ The sample code below demonstrates the following features:
3740
* [Get Environment Events Streamed API](https://docs.microsoft.com/rest/api/time-series-insights/ga-query-api#get-environment-events-streamed-api)
3841
* [Get Environment Aggregates Streamed API](https://docs.microsoft.com/rest/api/time-series-insights/ga-query-api#get-environment-aggregates-streamed-api)
3942

40-
> [!NOTE]
41-
> 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-
4343
## Prerequisites and setup
4444

4545
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:
5454

5555
1. Execute the code inside Visual Studio.
5656

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-
6057
## Project dependencies
6158

6259
It's recommended that you use the newest version of Visual Studio:

0 commit comments

Comments
 (0)