stream analytics job

Azure stream analytics job

server-less job that takes in stream, applies some logic, outputs to another place.

It's created as per job, no workspace for jobs, although a job can handle multiple inputs, outputs

Currently, once use the No-Code editor, the old way of defining inputs, outputs and query is disabled.

It's basically a place to run through the stream, do something (typically aggregation, filtering, etc.), and save it to somewhere. Conceptually it's a bit like a server-less function.


It takes:

    stream inputs from: Event Hub, IoT Hub, ADLS Gen2

reference Inputs: ADLS Gen2, SQL Database (probably for reference look up)

It does opertaions:

    filter, manage fields, join, group by, union, expand

It ouputs to: 

    ADLS Gen2, Synapse, CosmosDB, SQL Database, Event Hub, Azure Data Explorer, Power BI