Skip to content

Commit fd3c71e

Browse files
authored
Merge pull request #78809 from KingdomOfEnds/tsi-links
repo link updated
2 parents 3052194 + 8ea7585 commit fd3c71e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.reviewer: jasonh, kfile, anshan
1010
ms.devlang: csharp
1111
ms.workload: big-data
1212
ms.topic: conceptual
13-
ms.date: 05/02/2019
13+
ms.date: 06/05/2019
1414
ms.custom: seodec18
1515
---
1616

@@ -31,7 +31,7 @@ Complete the following steps before you compile and run the sample code:
3131
1. Edit the sample code to replace the example constants, designated at **#DUMMY#**, near the beginning of the code.
3232

3333
> [!NOTE]
34-
> View the GA sample code 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).
34+
> View the GA sample code 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).
3535
3636
## Project Dependencies
3737

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ reviewer: jasonwhowell, kfile, tsidocs
1010
ms.devlang: csharp
1111
ms.workload: big-data
1212
ms.topic: conceptual
13-
ms.date: 05/09/2019
13+
ms.date: 06/05/2019
1414
ms.custom: seodec18
1515
---
1616

1717
# Query data from the Azure Time Series Insights GA environment using C#
1818

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.
2020

2121
The sample shows several basic examples of Query API usage:
2222

@@ -26,7 +26,7 @@ The sample shows several basic examples of Query API usage:
2626
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.
2727

2828
> [!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).
3030
3131
## Project Dependencies
3232

0 commit comments

Comments
 (0)