Azure Stream Analytics on Edge logging Metrics
Hello, I'm trying to track the output metrics from the azure stream analytics on edge module using the monitoring tools built into the Azure portal. The guides I've found online have this working for the stream analytics in the cloud. Is there any…
Azure IoT Edge
Azure Stream Analytics
Return two outputs from Azure ML Service in Stream Analytics query
I have an Azure ML webservice that returns a string as an output. Within the string, there are two values that were returned from a model, such as a prediction and the probability associated with the prediction. Since I need both values as an output, I…
Azure Stream Analytics
Azure Stream Analytics: ML Service function call in cloud job results in no output events
Hey, I've got a problem with an Azure Stream Analytics (ASA) job that should call an Azure ML Service function to score the provided input data. The query was developed und tested in Visual Studio (VS) 2019 with the "Azure Data Lake and…
Azure Machine Learning
Azure Stream Analytics
Map Array in Stream Analytics
Is it possible to map an array contained in a message via the geospatial functions? { "id": "<msgid>", "location": {50.2, 30.3}, "geofences": [{"name": xxx, "polygon":…
Azure Stream Analytics
Clarification on how to calculate watermark for Azure Streaming Analytics
I'm working on understanding watermarks in Azure Streaming Analytics. Per MS documentation, there are two ways that watermarks can be calculated. …
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…
Azure Stream Analytics
Azure Streaming Analytics Query: Select latest data only
Hi All, I have very basic SQL experience and i'm a little stuck, so any help is appreciated. I'm working on a way to stream status of some jobs that are running on an HPC resource (sort of like trying to create a dashboard to look at real time flight…
Azure Stream Analytics
Stream analytics: C# udf function not found in azure
Hi, I'm creating a stream analytics job with a function, which didn't work. Next I followed this tutorial: https://learn.microsoft.com/en-us/azure/stream-analytics/stream-analytics-edge-csharp-udf. It runs on my local pc, but when I test it in Azure…
Azure Stream Analytics

Azure stream analytics: number in column name
Hi, I have a stream analytics job which outputs to azure table storage. Is it possible to do this when I have a column from which the name contains a numerical value? Regards, Filip Van Raemdonck
Azure Stream Analytics
Does Stream Analytics query support simple binary operators (like + - etc)?
Azure Stream Analytics supports subset of Transaction-SQL and is explained by below document. Stream Analytics Query Language Reference stream-analytics-query-language-reference But I cannot find the simple binary operators (such as +, - etc)…
Azure Stream Analytics


Access Nested JSON Array using stream analytics
I am fairly new to stream analytics and I have been trying to parse a nested JSON Array . I need to access the data under collections. The query I am using is as below. I also tried using getarrayelement before collections but that did not work either.…
Azure Stream Analytics
How long do videos reside in Microsoft Stream?
Do videos automatically purge after a certain amount of time or do they stay in Microsoft Stream until they are manually deleted. Is there any retention policies available to setup. I am not seeing any place to do that. Thanks, Scott
Azure Stream Analytics
Data stream between stream analytics services and WebApp service (.NET core 3.1)
Hello All, I and my team are trying to build an app for data visualization and analysis in WebApp the data source is from Stream Analytics Services, can we connect to Stream Analytics from .NET core web app, if there is any way please provide…
Azure Stream Analytics
Azure App Service
Access Control Exception on setting data lake storage gen1 as output
Hi, I am receiving JSON data as input of stream analytics job from IOT hub and trying to write it in Data Lake Storage Gen-1. The stream analytics job has read, write and execute permissions and I have read permission to Data Lake storage. According to…
Azure Data Lake Storage
Azure IoT Hub
Azure Stream Analytics

What are the steps to configure a device in iot hub to work with stream analitycs job and can they be viewed in power bi service?
I configured the devices and reached the stage where they are displayed via stream in power bi service, but when turning off the device and turning it on again (obviously following the step of starting azure stream analytics) the data in the displays and…
Azure IoT Hub
Azure Stream Analytics
Stream Analytics CI/CD :The required property 'storageAccounts' is missing from the request."
I am trying to do CI/CD for a Stream Analytics jobs. In this i have 2 inputs : Datalake Reference data (where I am using SQL DW) I have created the pipeline following the link https://github.com/SatyKrish/AzureStreamAnalytics-CICD …
Azure Stream Analytics
Sample azure function for HBASE
Hello, I am trying to push data in HDInsights Hbase Cluster via Stream analytics jobs. Since there is no connectors available, i am looking for some sample azure function to complete my need as i am new to azure functions. Thanks & Regards, …
Azure HDInsight
Azure Stream Analytics

