From the course: Learning Azure Stream Analytics
Unlock the full course today
Join today to access over 24,600 courses taught by industry experts.
Query description - Azure Tutorial
From the course: Learning Azure Stream Analytics
Query description
- [Instructor] Now let's take a look at the configuration of the services involved. The application that we've seen generating the sales transaction data knows about how to send the telemetry data to the Azure Event hub by using the dedicated connection string that is given right over here. And you can also use the metrics to double check and verify that the data was received. And then let's take a look at the stream analytics job. That is the reading in the data, using the input binding to the Azure Event Hub, which has a certain name. In this case, it's named orders. Please remember that. And then we have the relation to the subscription and the dedicated event hub namespace reading in the data based on JSON. And of course, after that we're going to perform a query operation, but we're going to dive a little deeper on that in a minute. And then we want to output the data to an Azure blob storage, in this case. Here we have the blob storage relation. We have the subscription given…