Skip to content

Commit c7beb48

Browse files
authored
Merge pull request #103033 from KingdomOfEnds/tsi-edit
alert box edit
2 parents e978242 + e29dc67 commit c7beb48

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

articles/time-series-insights/time-series-insights-manage-reference-data-csharp.md

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

1818
This article demonstrates how to combine C#, [MSAL.NET](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet), and Azure Active Directory to make programmatic API requests to the Azure Time Series Insights GA [Reference Data Management API](https://docs.microsoft.com/rest/api/time-series-insights/ga-reference-data-api).
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:
@@ -48,9 +51,6 @@ Complete the following steps before you compile and run the sample code:
4851

4952
1. Run `dotnet run` within the root directory of your project. When prompted, use your user profile to sign in to Azure.
5053

51-
> [!TIP]
52-
> * 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).
53-
5454
## Project dependencies
5555

5656
It's recommended that you use the newest version of Visual Studio and **NETCore.app**:

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)