title | description | author | ms.author | ms.service | ms.topic | ms.date |
---|---|---|---|---|---|---|
View Azure Stream Analytics jobs in Visual Studio |
Learn how to view, start and stop, test connections, check results, and export your Azure Stream Analytics jobs using Visual Studio. |
su-jie |
sujie |
stream-analytics |
how-to |
07/10/2018 |
Azure Stream Analytics tools for Visual Studio makes it easy for developers to manage their Stream Analytics jobs directly from the IDE. With Azure Stream Analytics tools, you can:
- Create new jobs
- Start, stop, and monitor jobs
- Check job results
- Export existing jobs to a project
- Test input and output connections
- Run queries locally
Learn how to install Azure Stream Analytics tools for Visual Studio.
You can use the job view to interact with Azure Stream Analytics jobs from Visual Studio.
-
In Server Explorer, select Stream Analytics jobs and then select Refresh. Your job should appear under Stream Analytics jobs.
-
Expand your job node, and double-click on the Job View node to open a job view.
Azure Stream Analytics jobs can be fully managed from the job view in Visual Studio. Use the controls to start, stop, or delete a job.
Stream Analytics tools for Visual Studio currently supports output preview for Azure Data Lake Storage and blob storage. To view result, simply double click the output node of the job diagram in Job View and enter the appropriate credentials.
There are two ways you can export an existing job to a project.
-
In Server Explorer, under the Stream Analytics Jobs node, right-click the job node. Select Export to New Stream Analytics Project.
The generated project appears in Solution Explorer.
-
In the job view, select Generate Project.
Input and output connections can be tested from the Job View by selecting an option from the Test Connection dropdown.
The Test Connection results are displayed in the Output window.