Creating Stream Analytics jobs

Create a new Stream Analytics job with a hosting environment on the cloud and set the streaming units to the default. The input for this Stream Analytics job comes from the event hub, and so we need to configure this from the inputs menu:

The output for the Stream Analytics job is a Blob Storage account, so we need to configure the output accordingly. Provide a path pattern that is suitable for this exercise. For example, {datetime:ss} is the path pattern used for this exercise:

The query is quite simple. We are just copying the date from input to output: