Skip to content

Commit 46aa6cb

Browse files
committed
Merge branch 'tsi-refresh' of https://github.com/KingdomOfEnds/azure-docs-pr into tsi-refresh
2 parents 15d0834 + 14f2194 commit 46aa6cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: cshankar
99
ms.devlang: csharp
1010
ms.workload: big-data
1111
ms.topic: conceptual
12-
ms.date: 02/03/2019
12+
ms.date: 02/03/2020
1313
ms.custom: seodec18
1414
---
1515

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: cshankar
99
ms.devlang: csharp
1010
ms.workload: big-data
1111
ms.topic: conceptual
12-
ms.date: 02/03/2019
12+
ms.date: 02/03/2020
1313
ms.custom: seodec18
1414
---
1515

@@ -45,9 +45,9 @@ Complete the following steps before you compile and run the sample code:
4545

4646
1. [Provision a Preview Azure Time Series Insights](https://docs.microsoft.com/azure/time-series-insights/time-series-insights-update-how-to-manage#create-the-environment) environment.
4747
1. Configure your Azure Time Series Insights environment for Azure Active Directory as described in [Authentication and authorization](time-series-insights-authentication-and-authorization.md).
48-
1. Install the required project dependencies.
4948
1. Run the [GenerateCode.bat](https://github.com/Azure-Samples/Azure-Time-Series-Insights/blob/master/csharp-tsi-preview-sample/DataPlaneClient/GenerateCode.bat) as specified in the [Readme.md](https://github.com/Azure-Samples/Azure-Time-Series-Insights/blob/master/csharp-tsi-preview-sample/DataPlaneClient/Readme.md) to generate the Time Series Insights Preview client dependencies.
50-
1. Compile the example to an executable `.exe` file
49+
1. Open the `TSIPreviewDataPlaneclient.sln` solution and set `DataPlaneClientSampleApp` as the default project in Visual Studio.
50+
1. Install the required project dependencies using the steps described [below](#project-dependencies) and compile the example to an executable `.exe` file.
5151
1. Run the `.exe` file by double-clicking on it.
5252

5353
## Project dependencies

0 commit comments

Comments
 (0)