I just extended the 'select' part of my Stream Analytics query, and suddenly get: "Query compilation error: Too many aggregate expressions."
Searching for this error yields no results, except an old, google-cached page about 'Azure Stream Analytics Preview limitations' where it is said that "The maximum number of supported aggregate functions in a Stream Analytics job query definition is 7."
But that was for the Preview of course.
=> Is it normal to get this error with the current (GA) version of Stream Analytics? What is the limit?
thanks!