UNION (Azure Stream Analytics) - Stream Analytics Query
Combines the results of two or more queries into a single result set that includes all the rows that belong to all queries in the union.
The following are basic rules for combining the result sets of two queries by using UNION:
The number and the order of the columns must be the same in all queries.
The data types must be compatible.
Streams must have the same partition and partition count