Skip to content

Commit e29dc67

Browse files
improved alert
1 parent 5907883 commit e29dc67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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**:

0 commit comments

Comments
 (0)