Skip to content

Commit

Permalink
Merge pull request #19 from Azure-Samples/user/saraiyan/feat-samplegen2
Browse files Browse the repository at this point in the history
Added Gen2 Samples and removed Preview Samples
  • Loading branch information
Sandip-Raiyani committed Aug 6, 2020
2 parents 8110cbd + da1c7a3 commit 66e31f7
Show file tree
Hide file tree
Showing 216 changed files with 1,376 additions and 1,224 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ urlFragment: Azure-Time-Series-Insights

# Azure Time Series Insights Samples

[![TSI: GA](https://img.shields.io/badge/TSI-GA-blue.svg)](https://docs.microsoft.com/azure/time-series-insights/time-series-insights-overview) [![TSI: Preview](https://img.shields.io/badge/TSI-Preview-blue.svg)](https://docs.microsoft.com/azure/time-series-insights/time-series-insights-update-overview) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Contribute](https://img.shields.io/badge/PR%27s-welcome-brightgreen.svg)](CONTRIBUTING.md)
[![TSI: Gen1](https://img.shields.io/badge/TSI-Gen1-blue.svg)](https://docs.microsoft.com/azure/time-series-insights/time-series-insights-overview) [![TSI: Gen2](https://img.shields.io/badge/TSI-Gen2-blue.svg)](https://docs.microsoft.com/azure/time-series-insights/overview-what-is-tsi) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Contribute](https://img.shields.io/badge/PR%27s-welcome-brightgreen.svg)](CONTRIBUTING.md)

These are samples that use the [Azure Time Series Insights](https://azure.microsoft.com/services/time-series-insights/) data plane APIs.

## Samples

### TSI Preview
* [C# Sample App](https://github.com/Azure-Samples/Azure-Time-Series-Insights/tree/master/csharp-tsi-preview-sample)
### TSI Gen2
* [C# Sample App](https://github.com/Azure-Samples/Azure-Time-Series-Insights/tree/master/gen2-sample/csharp-tsi-gen2-sample)

### TSI General Availability
### TSI Gen1

* [C# Sample App](https://github.com/Azure-Samples/Azure-Time-Series-Insights/tree/master/csharp-tsi-ga-sample)
* [C# Sample App using MSAL.NET](https://github.com/Azure-Samples/Azure-Time-Series-Insights/tree/master/csharp-tsi-msal-ga-sample)
* [JavaScript Sample App](https://github.com/Azure-Samples/Azure-Time-Series-Insights/tree/master/javascript-tsi-ga-sample)
* [C# Sample App](https://github.com/Azure-Samples/Azure-Time-Series-Insights/tree/master/gen1-sample/csharp-tsi-gen1-sample)
* [C# Sample App using MSAL.NET](https://github.com/Azure-Samples/Azure-Time-Series-Insights/tree/master/gen1-sample/csharp-tsi-gen1-msal-sample)
* [JavaScript Sample App](https://github.com/Azure-Samples/Azure-Time-Series-Insights/tree/master/gen1-sample/javascript-tsi-gen1-sample)
* [JavaScript Hosted Samples](https://tsiclientsample.azurewebsites.net/)

## Getting Started
Expand All @@ -32,13 +32,13 @@ To get started, refer to the README.md and the [Authentication and authorization

## Documentation

* [Product documentation](https://docs.microsoft.com/azure/time-series-insights/) and [Reference documentation](https://docs.microsoft.com/rest/api/time-series-insights/) are available for both Azure Time Series Insights General Availability and Preview.
* [Product documentation](https://docs.microsoft.com/azure/time-series-insights/) and [Reference documentation](https://docs.microsoft.com/rest/api/time-series-insights/) are available for Azure Time Series Insights Gen1 and Gen2.

## Resources

* See the [TSI JavaScript Client SDK API Reference](https://github.com/microsoft/tsiclient/blob/master/docs/API.md) and [hosted samples](https://tsiclientsample.azurewebsites.net/).

* See how to build apps in C# with minimal dependencies:
* [Query Data in General Availability Environments](https://docs.microsoft.com/azure/time-series-insights/time-series-insights-query-data-csharp)
* [Query Data in Preview Environments](https://docs.microsoft.com/azure/time-series-insights/time-series-insights-update-query-data-csharp)
* [Manage Reference Data in General Availability Environment](https://docs.microsoft.com/azure/time-series-insights/time-series-insights-manage-reference-data-csharp)
* [Query Data in Gen1 Environments](https://docs.microsoft.com/azure/time-series-insights/time-series-insights-query-data-csharp)
* [Query Data in Gen2 Environments](https://docs.microsoft.com/azure/time-series-insights/time-series-insights-update-query-data-csharp)
* [Manage Reference Data in Gen1 Environment](https://docs.microsoft.com/azure/time-series-insights/time-series-insights-manage-reference-data-csharp)
14 changes: 0 additions & 14 deletions csharp-tsi-preview-sample/DataPlaneClient/App.config

This file was deleted.

15 changes: 0 additions & 15 deletions csharp-tsi-preview-sample/DataPlaneClient/Readme.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 66e31f7

Please sign in to comment.