Questions tagged [azure-timeseries-insights]

Use this tag for questions related to programmatic usage of Azure Time Series Insights.

A cloud service from Microsoft, offering ingestion, storage, analysis and visualization of large sets of event data.

Azure Time Series Insights Home

97 questions
1
vote
2 answers

Integrating modelId from Azure Digital Twin into Time Series Insights

What I'm currently trying to get my head around is the ability to integrate the modelId from an Azure Digital Twin instance within Time Series Insights. I understand that Time Series Insights (Gen2) accepts the datatype of a string, however when I…
1
vote
1 answer

On Azure TSI preview, what is the optimal way to query instance latest event value?

I currently do have a working method which is based on the currently released example code at https://github.com/Azure-Samples/Azure-Time-Series-Insights/tree/master/csharp-tsi-preview-sample The used types within the following method are created…
ajr
  • 874
  • 2
  • 13
  • 29
1
vote
2 answers

Azure Time series Insight preview API fail with Environment with id is not found

I have test TSI preview environment in azure connected to an IoTHub. I am experimenting with the TSI test APIs, however, there seems to be something I am doing wrong. Here are the things that I did. Created a Service Principal Gave it access to my…
1
vote
1 answer

ACF Time series: ValueError: operands could not be broadcast together with shapes

I have a time series object which has 2 columns index and item_count. I am trying to find its ACF and I get an error. [IN]ts.head() [OUT] item_cnt_day index 2013-01-01 131479.0 2013-02-01 128090.0 2013-03-01 147142.0 2013-04-01 …
noob
  • 3,601
  • 6
  • 27
  • 73
1
vote
1 answer

Import Azure Time Series Insights data into Power BI

We were implementing the Azure Time Series insights(TSI) for the data streaming through IoT hub and wanting to connect to Power BI for advanced visualization. There is a provision to build a custom query to connect to Power BI from Azure TSI but i…
Amit C A
  • 11
  • 1
1
vote
0 answers

Script Data Access Policies

I know how to grant access to users in Time Series Insights using Data Access Policies. But is it possible to script this using PowerShell or Bash?
sjokkogutten
  • 2,005
  • 2
  • 21
  • 24
1
vote
1 answer

How to send continuation token to query azure time series insights?

I'm querying the database to retrieve time-series data using C# library DataPlaneClient (https://github.com/Azure-Samples/Azure-Time-Series-Insights/tree/master/csharp-tsi-preview-sample) and I can't get more than 10,000 timestamps. I've tried to…
dtdev
  • 21
  • 1
1
vote
0 answers

Array of TimeSeriesIds return error from Azure Time Series Insights Preview API

We are trying to fetch values from the Azure Time Series Insights Preview API. This request: { "getEvents": { "timeSeriesId": [ "3 - 1179 - Temperatur" ], "searchSpan": { "from": "2019-07-02T06:00:00Z", "to":…
ruffen
  • 1,695
  • 2
  • 25
  • 51
1
vote
1 answer

Check Name Availability of Azure Data Factory (ADF), Time Series Insights (TSI) and Stream Analytics Job resources

I am looking for a API or documentation for querying for name availability of Azure Data Factory (ADF), Time Series Insights (TSI) and Stream Analytics Job resources similar to…
1
vote
1 answer

How can I aggregate data in Time Series Insights preview using the hierarchy?

I am storing 15 minute electricity consumption measurements in a TSI preview environment. Is it possible to aggregate the total energy consumption per day of multiple meters using the TSI query API? I have configured a hierarchy as Area-Building and…
Peter Hut
  • 15
  • 1
  • 3
1
vote
1 answer

Shaping events from different devices (i.e. different json properties)

We deployed an Azure TSI Preview ingesting messages coming from an IoT Hub. We are wandering what would be the best practice that applies when there are events that are generated by different type of devices with no intersection of…
alevincio
  • 23
  • 4
1
vote
1 answer

How to route data from Azure IoT Hub to Blob and Time Series Insights

I'm trying to route telemetry data from Azure IoT Hub to Azure Time Series Insights for mid term storage and visualization and to Azure Blob Storage for long term storage. I created a new consumer group for timeseriesinsights on the IoT Hub and…
1
vote
0 answers

Time series insight API returning Could not cast or convert from System.String to Microsoft.Rdx.Client.Events.Property

Hi we have just started using time series insight .We need to list specified list of values of properties under particular Time series id .As per the documentation in azure we were using the following API in post method to achieve this…
1
vote
1 answer

Timeseries data on EventHubs Azure

Editing my question. I have a made up timeseries data with past and future timestamps in json format and I want to send it to Event Hubs so that I can use it as a source for Time Series Insights application. I want to view that based on the data…
Shyam V
  • 444
  • 4
  • 22
1
vote
1 answer

AADSTS65005: Invalid resource. (Azure Time Series Insights API)

I'm trying to obtain an authorization code and token to access a time series environment. I created an application in Azure Active Directory and gave it access to the time series environment by following the instructions in this link. After that I…