简体   繁体   中英

Export data from Azure Timeseries insights using Azure REST API's or Azure Data Factory

Req: This actually for export last 6 months data from Timeseries insights to CSV file to download to User from web application. The historical data is available on Blob & Timeseries insights.

Approach: Create azure data factory pipeline which pulls the data from azure time series insights based on aggregate/filter query and convert it into CSV to store in Blob storage.

Is it possible to do that or any other approach can be considered for this requirement.

Please suggest.

Thanks

Data Factory doesn't support Azure Time Series Insights as the dataset(Source or Sink).

Ref the connector overview .

That means we can't create azure data factory pipeline which pulls the data from azure time series insights based on aggregate/filter query and convert it into CSV to store in Blob storage.

Some other way, you may could using Azure Blob storage client library to create and upload the file to Blob Storage.

Here's the tutorials may be helpful:

  1. Query data from the Azure Time Series Insights Gen2 environment using C Sharp
  2. Quickstart: Azure Blob storage client library v12 for .NET

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM