Stream Analytics Edge automated deploymend and publish from a Visual Studio Project
Hi I am looking for the right way to build a JobTemplat.json from a Stream Analytics Edge Job created in a Visual Studio 2019 / 2022 Projekt and then publish it to a new created azure ressource. This all in a outomated way. For a Stream Analytics job…
Azure IoT Edge
Azure Stream Analytics


How can you get just a weekly report from My Analytix instead of it combining into a monthly report
I would like to be able to see my weekly activities separate from all 4 weeks combined. Is this possible, and do I need to do something on my side? Thanks - DG
Azure Stream Analytics

'InputDeserializerError.InvalidData' | Invalid Avro Format, drop invalid record
I am sending AVRO messages using Java Kafka API to event hub, and using stream analytics to route the data to BLOB Storage. Although after successfully producing the avro message to eventhub, under ASA logs, I can see Diagnostic error. …
Azure Stream Analytics
Stream Analytics Job Failed - unable to find assembly
I have configured the job and tested the whole things, where the input is working, query is collecting data, and output connection is working correctly. but when it comes to starting the job an error occur with the following warning. I'm trying to…
Azure Stream Analytics
Event Hub Azure Stream Analytics size of record
I have some messages in Event Hub, and I want to determine the size of the message in bytes Thought I can do it in Azure Stream Analytics query SELECT t.metadata, t.payload, datalength(???? ) As SizeInBytes INTO [OutputAlias] …
Azure Event Hubs
Azure Stream Analytics
Azure Stream Analytics - SQL - Showing 0 rows joining with reference input with SQL Server Reference input
Even reference data available in joining SQL Server reference input tables, no result and no errors FROM table, Event hub input JOIN tables, SQL Server reference input INTO, SQL Server table SELECT a.Id ,SUM(r.FYQ1__c) AS FYQ1__c …
Azure Stream Analytics
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 Stream Analytics
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

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 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

Delete specific contents of file in blob container
I have log files in container, I want to search a list of strings in the log file and delete the specific record of the file matching with the string and save the file in same container with same name. Say the log file is abc.txt 10/20/2020 …
Azure Storage Explorer
Azure Blob Storage
Azure Stream Analytics
Struggling with geting data into table via streaming job.
A total newbie question here. I have successfully set up a job to stream data directly to PowerBI. That is working correctly. However, I also need to gather some analytics to display in somewhat realtime. I created a second stream job with an output…
Azure Stream Analytics
Realtime time data from on premise databases
Hi Suppose I have 8 databases on premise and if i want to implement the lambda architecture then How can i ETL the data from these on-premise databases into cloud databases/storage in realtime. Can i use the Event hub for this? Is there any…
Azure Event Hubs
Azure Stream Analytics
Stream Analytics job - input - error
I'm using IoT hub as input from my stream analytics job however getting following error - There was an error processing the request. Please try again in a few moments. it was working before however after some change in message routing of IoT hub…