Azure Stream Analytics is a fully managed complex event processing real-time data analytics computation engine that works on a continuous stream of data. On the job architecture level, it consists of event source (Input), sink (Output), and real-time job queries for transformation. The Stream Analytics job in Azure can also be created using the Azure portal (https://portal.azure.com/):
- To get started with provisioning an Azure Stream Analytics job from the portal, select
New
and, under Azure Marketplace, choose either theData + Analytics
orInternet of Things
option, and then click onStream Analytics job
:

- Define the job name and choose the appropriate Azure subscription. Then create a new Azure Resource group or choose an existing resource groupset. Azure Resource group is a logical unit container that consists of multiple Azure-managed services together under the same resource manager.
- Finally, provide the Location,...