Writing a query

In the Azure portal, the query window for Azure Stream Analytics can be found either in the Overview or Query blade:

In the preceding example, you can see a simple SQL-like query, which performs the following three things:

  • Selects data from the input using the given alias
  • Chooses the particular columns
  • Pushes them into a specific output

You can also click on the Edit query link, so you will be routed to the Query screen:

As you can see, to be able to actually work with a query, you will need both an input and an output, as ...

Get Hands-On Azure for Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.