How streaming data is processed in real time projects , which was ingested through azure event hubs
And I have few questions : How streaming data is processed in real time projects?, lets say my streaming data is stored in adls gen-2, where every minute a new blob file is created. Does it should be treated as batch data and should process…
Azure stream analytics
I get this error when I want to display the data generated from this script
Azure SQL DB not returning correct results
Hello All, I have a stream analytics job that is left outer joining an event hub dataset and a sql db reference table. When I left outer join the datasets, the result returns null: You can see the result in the picture. The column called LEDT should…

Azure Data Streaming Issue: Switching from Block Blobs to Append Blobs
I've recently made a change to my telemetry stream architecture that's causing some data loss, and I'm hoping to get some insights from those with experience. Current Setup & Issue Original configuration: Telemetry stream using Block Blobs New…
Azure Stream Analytics - Can't Access Metadata
I am using stream analytics to consume event from EventHub and aggregate them into a Data Lake Storage account. I am trying to access the "applicationProperties" of the event to add it to the data. I have tried using but the main issue is…
Output from your job may be delayed. An unexpected problem is preventing us from automatically recovering your job. No input should be lost
I have an Azure Stream Analytics job, and I noticed that I am not receiving any data. I see the following error: "Output from your job may be delayed. An unexpected problem is preventing us from automatically recovering your job. No input should be…
How to fix We cannot connect to Event Hub partition [0] because the maximum number of allowed receivers per partition in a consumer group has been reached
We cannot connect to Event Hub partition [0] because the maximum number of allowed receivers per partition in a consumer group has been reached. Ensure that other Stream Analytics jobs or Service Bus Explorer are not using the same consumer group. The…
Debugging Data Loss in Stream Analytics to Event Hubs
A stream analytics job has been set up to transfer data from a blob storage account to Event Hubs and subsequently into a Kusto database. There is an observed data loss of 10% compared to the original blob storage account. What methods are available to…
Stream Analytics job does not stream the data to the database
I have a Python script that sends data to the IoT Hub using MQTT. A message routing configuration is set up to route the data to a Blob storage, and this part is working as expected—I can see the data in the storage. My next goal is to route the data to…
I am trying to configure cosmos db output in stream analytics job, getting error as This subpartitioned container has more than 1 partition key path please use `PartitionKeyPaths`, But there is no option to configure path in output settings
I am trying to configure cosmos db output in stream analytics job, getting error as This subpartitioned container has more than 1 partition key path please use PartitionKeyPaths, But there is no option to configure path in output settings. How this can…
Stopping Stream Analytics Job
Hello, I just want to ask if stopping Stream Analytics Job also means it will stop incurring cost? or it needs to be deleted? Thank you.
Cannot start stream analytics job in Vnet (cannot acquire managed identity)
Hello, I have set up an Azure Stream Analytics job that is injected into a virtual network (VNet). The job is connected to the following resources, all of which are linked to the VNet via private endpoints: Storage Account: I authenticate using the…
Adjusting Lateness Tolerance in Azure Stream Analytics
A query is being run using Azure Stream Analytics to send data binned by hour into an event hub, which subsequently sends it into a Kusto database. However, there appears to be an issue, as approximately 1,000 messages are missed each day. The logs…
Debugging Data Loss in Stream Analytics to Event Hubs and ADF
My goal is to stream telemetry data from blob storage files into a Azure Data Factory database. I have set up a stream analytics job that takes data from blob storage, bins it by hour, and then passes it through an event hub with two partitions in order…
Stream RealTime data from an On Prem Microsoft Server to a Azure Data Lake.
There is a need for Real Time data to be collected from a On Prem SQL Server. This means ADF is not suitable because it only does batch. Azure Streaming Analytics only connects to Azure SQL Server and not on prem. Has anybody else encountered this and…

How to configure late arrival policy to handle events that arrive later than configured tolerance window
I want to configure a late arrival policy and increase the tolerance of my Stream Analytics. While I can see documentation explaining late arrival policies…
duplicate key value violates unique constraint
Hi, I'm experiencing this issue from time to time when inserting values into a PostgreSQL database as output from the stream analytic, every 15 minutes Here the detailed version of it: First Occurred: 1/7/2025 8:09:22 PM UTC | Resource Name:…
How to enable Stream Analytics Job in EAST US 2 EUAP and CENTRAL US EUAP canary regions?
We couldn't create Stream Analytics Jobs in our EUAP Canary Production Subscriptions on East US 2 EUAP and Central US EUAP. Could you help allow EUAP on these subscriptions or tell me which TSG or doc I should follow? Error:…
Stream Analytics: Referring an input from blob storage in JOIN resulted "The join predicate is not time bounded. JOIN operation between data streams requires specifying max time distances between matching events. Please add DATEDIFF to the JOIN"
Hello, I'm trying to refer a blob storage input config in our query window to determine the threshold value of the event value. But while joining the 2 tables resulting in below error: The join predicate is not time bounded. JOIN operation between data…
Azure Stream Analytics Job Produces No Output Despite Successful Query Tests and No Runtime Error
Hello, I am encountering an issue with my Azure Stream Analytics job. The job runs without any errors in the monitoring metrics, and when I test the queries individually using the query editor, they produce the expected results. However, the job does not…