333 questions with Azure Stream Analytics tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Missing record in table storage (from stream analytics)

Hi everybody, I have a problem of missing records in a table storage account. I use a stream analytics job to send data from an IOTHub to a table storage. The stream analytics job seems working correctly (output event count seems correct). I expect…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
158 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,128 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
333 questions
asked 2021-02-10T09:25:32.913+00:00
BERNARD Thomas 166 Reputation points
accepted 2021-02-10T15:54:10.157+00:00
BERNARD Thomas 166 Reputation points
2 answers One of the answers was accepted by the question author.

error: not found: value EventHubsConf

Hi Everyone, I was trying to do some real-time stream analytics using databricks and azure event hub but I keep running into this error even when I have configured everything well. Here is the code snippet : import java.util._ import…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
562 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,947 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
333 questions
asked 2021-02-08T10:56:02.347+00:00
snehil singh 21 Reputation points
answered 2021-02-09T06:28:57.547+00:00
snehil singh 21 Reputation points
1 answer

Unable to fetch data from stream analytics job enabled with managed identity

Unable to fetch data from stream analytics job enabled with managed identity getting input from event hub (in other subscription). In "Subscription A", i have a Stream Analytics Job enabled with managed identity. This job is getting its input…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
562 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
333 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,664 questions
asked 2021-02-01T13:29:40.843+00:00
Abhijit Jadhav 1 Reputation point
commented 2021-02-05T07:15:33.287+00:00
PRADEEPCHEEKATLA-MSFT 78,576 Reputation points Microsoft Employee
2 answers

Stream Analytic Partition input

I have set the partition ID for the into with a name "deviceID" And in the query , I find that the build in column partitionID is different from my desired partition column (deviceID). why is that ? IS is normal ? And my table in DB…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
562 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
333 questions
asked 2021-01-24T10:24:30.72+00:00
sakuraime 2,321 Reputation points
commented 2021-02-03T18:22:53.457+00:00
HimanshuSinha-msft 19,381 Reputation points Microsoft Employee
1 answer

Stream analytics Output

suppose I have an output to sql server table there is an option "inherit partition scheme of previous query step or input" So the writing to SQL database table is in parallel ? The target SQL database table also…

Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
333 questions
asked 2021-01-21T13:39:44.383+00:00
sakuraime 2,321 Reputation points
commented 2021-02-02T17:22:05.763+00:00
HimanshuSinha-msft 19,381 Reputation points Microsoft Employee
0 answers

Disappearing files from Blob Storage

Hi everyone. I have recently set up an Azure IoT Hub that is accepting telemetry data from an MQTT source. I have also set up an Azure Stream Analytics Job which simply takes the input and writes it to a Gen 2 Storage account (Data Lake, Hierarchy…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,356 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
333 questions
asked 2021-01-21T11:49:11.787+00:00
Scott 6 Reputation points
commented 2021-02-02T17:21:26.987+00:00
HimanshuSinha-msft 19,381 Reputation points Microsoft Employee
2 answers

Inputs to Streaming Analytics Job

I have an event hub (in other subscription) which is to be used as input to the streaming analytics job. This event hub is configured to allow connections from "Select network only". In such a case is there a way to get data from this event hub…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
562 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
333 questions
asked 2020-08-20T08:56:04.717+00:00
Abhijit Jadhav 1 Reputation point
answered 2021-02-01T14:10:13.397+00:00
Abhijit Jadhav 1 Reputation point
1 answer

can i query two time series instances in one request?

{ "aggregateSeries": { "timeSeriesId": [ "PickTime", "EMP010" ], // further logic I am trying to query two time series instances in the single request body through…

Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
333 questions
Azure Time Series Insights
Azure Time Series Insights
An Azure internet of things (IoT) analytics platform to monitor, analyze, and visualize industrial IoT analytics data at scale.
75 questions
asked 2021-01-05T13:20:49.05+00:00
Purohit, Aahana 1 Reputation point
commented 2021-01-14T17:56:27.593+00:00
QuantumCache 20,031 Reputation points
1 answer

Stream Analytics output system property override not working

Hello, I have a streams analytics query that is outputting events to a Service Bus Queue. I would like to manually set the "EventEnqueuedUtcTime" system property on the output. In my stream analytics set up, I set the "System…

Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
333 questions
asked 2020-12-17T18:55:13.927+00:00
CareyBoldenow 96 Reputation points
commented 2021-01-11T05:58:57.04+00:00
PRADEEPCHEEKATLA-MSFT 78,576 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Rest API Data stream to event hub

Hi Guys, We are using below rest api get method of accuweather to fetch location info curl --location --request GET 'http://dataservice.accuweather.com/locations/v1/adminareas/countryCode?apikey=VU86G' PostMan output: …

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
562 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
333 questions
asked 2020-12-30T16:21:21.083+00:00
Dondapati, Navin 281 Reputation points
accepted 2021-01-05T16:07:01.147+00:00
Dondapati, Navin 281 Reputation points
0 answers

ASA degraded flag and no output when using JSON_VALUE in query

I get a degraded flag as soon as I use a JSON_VALUE command in my ASA query. The query works fine when I test it and there are no other errors reported when I run the job. Just no output and degraded message.

Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
333 questions
asked 2020-12-22T20:58:11.92+00:00
NB 1 Reputation point
commented 2020-12-28T06:19:35.11+00:00
PRADEEPCHEEKATLA-MSFT 78,576 Reputation points Microsoft Employee
1 answer

Data Lake Central alerting

Hi Guys We are planning to build centralize alert system on Azure Source systems Splunk Solarwinds SAP Alert Management Oracle Alert log Talend Job Logs Cisco Information Service Azure Logs what would the easy way to gather all the…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,356 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,873 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
562 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
333 questions
asked 2020-12-17T21:42:13.313+00:00
Dondapati, Navin 281 Reputation points
answered 2020-12-18T11:56:52.213+00:00
Pramod Valavala 20,591 Reputation points Microsoft Employee
0 answers

How to troubleshoot UDF error in Stream Analytics?

My Stream Analytics jobs has multiple errors like this: { "Environment": "Prod", "Region": "North Europe", "time": "2020-10-03T00:04:22.9834272Z", "resourceId":…

Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
333 questions
asked 2020-11-11T14:01:23.453+00:00
Mikael Falkvidd 1 Reputation point
commented 2020-12-15T18:01:33.457+00:00
Mikael Falkvidd 1 Reputation point
1 answer

Azure Stream Analytics Job Reference Input Join Error

Hi Team My Inputs for Stream Analytics Job: Input 1: Stream Input from IoT Hub Input 2: Reference Data from Azure Blob Storage I am trying to use following query to join stream input (deviceinput) and reference input…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,128 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
333 questions
asked 2020-11-18T14:11:41.307+00:00
Kamlesh Khollam 21 Reputation points
answered 2020-12-10T06:20:46.003+00:00
Kamlesh Khollam 21 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Stream Analytics Job Reference Input SQL DB error

Hi Team, I have added SQL DB as Reference Input for Stream Analytic job. After adding on Query window its giving error: Cannot read property 'resourceId' of null Following is the screenshot for the same: Please refer the Red highlighted info:…

Azure SQL Database
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
333 questions
asked 2020-11-24T12:08:39.433+00:00
Kamlesh Khollam 21 Reputation points
accepted 2020-12-10T06:15:37.46+00:00
Kamlesh Khollam 21 Reputation points
0 answers

Azure Stream Analytics Reference Input: SQL DB Snapshot Error

Hi Team, I am using SQL DB as Reference Input in Stream Analytics Job. When I Start the stream analytics job, Reference Input(SQL DB) shows following error: I did check my Storage Account Details and it looks correct. But not sure why…

Azure SQL Database
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
333 questions
asked 2020-11-25T18:56:23.713+00:00
Kamlesh Khollam 21 Reputation points
commented 2020-12-08T10:46:38.66+00:00
PRADEEPCHEEKATLA-MSFT 78,576 Reputation points Microsoft Employee
1 answer

Azure Stream Analytics

I was just wondering if we should just let the Stream Analytics running continuously so the data from the storage gets fed into out SQL database continuously (so every time new events get added onto the storage then the database gets automatically…

Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
333 questions
asked 2020-11-06T16:03:17.93+00:00
Anonymous
commented 2020-11-17T09:36:45.127+00:00
PRADEEPCHEEKATLA-MSFT 78,576 Reputation points Microsoft Employee
1 answer

Failed to Locate a Column at Position x in the Output Event

Hi all I'm running an export job out of IOTCentral for measurements data and that is going into an Event Hub. I'm then using Stream Analytics to move the data into an Azure SQL table. I've switched on the error tracking in the Stream Analytics log and…

Azure SQL Database
Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
352 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
562 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
333 questions
asked 2020-11-02T13:11:27.533+00:00
John Clifford 21 Reputation points
commented 2020-11-16T22:06:10.853+00:00
HimanshuSinha-msft 19,381 Reputation points Microsoft Employee
1 answer

ASA UDA deaccumulateState not firing?

Hi, According to the documentation ASA javascript UDAs can be used for deaccumulation. It states -The deaccumulateState() method recalculates state based on the previous state and the state of a hop. This method is called when a set of events leave a…

Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
333 questions
asked 2020-07-24T01:07:06.037+00:00
eljodon 1 Reputation point
answered 2020-11-13T00:50:17.663+00:00
eljodon 1 Reputation point
2 answers

Azure Stream Analytics Job cannot detect either input table or output table

I'm new to the Azure Stream Job, and I want to use the reference data from Azure SQL DB to load into Power BI to have streaming data. I've set up the storage account when setting up the SQL input table. I test the output table (Power BI) which is also…

Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
333 questions
asked 2020-10-13T22:40:13.047+00:00
bptsai 1 Reputation point
commented 2020-11-09T07:31:49.687+00:00
PRADEEPCHEEKATLA-MSFT 78,576 Reputation points Microsoft Employee