Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 2.04 KB

File metadata and controls

44 lines (27 loc) · 2.04 KB
title Monitor and manage Azure Stream Analytics with Visual Studio
description This article describes how to use Visual Studio to monitor and manage Azure Stream Analytics jobs.
author su-jie
ms.author sujie
ms.service azure-stream-analytics
ms.topic how-to
ms.date 12/07/2018
ms.custom sfi-image-nochange

Monitor and manage Stream Analytics jobs with Visual Studio

This article demonstrates how to monitor your Stream Analytics job in Visual Studio. Azure Stream Analytics tools for Visual Studio provides a monitoring experience similar to Azure portal without having to leave the IDE. You can begin to monitor a job as soon as you Submit to Azure from your Script.asaql, or you can monitor existing jobs regardless of how they were created.

Job summary

The Job Summary and Job Metrics give a quick snapshot of your job. At a glance, you can determine a job's status and event information.]

Stream Analytics job summary and job metrics

Job metrics

You can collapse the Job Summary and click the Job Metrics tab to view a graph with important metrics. Check and un-check metrics types to add and remove them from the graph.

Stream Analytics metrics in Visual Studio

Error monitoring

You can also monitor errors by clicking on the Errors tab.

Stream Analytics errors in Visual Studio

Get support

For further assistance, try our Microsoft Q&A question page for Azure Stream Analytics.

Next steps