No Start option in Azure Stream Analytics job's overview Page

Shreelakshmi C R 41 Reputation points
2022-01-21T10:52:05.507+00:00

In the Quick guide of Azure Stream Anlytics ,after running the IoT simulator, I am able to see the inputs getting received in the Query Tab. After this step, it's suggested to start the job in "StreamAnalytics->Overview->Start." But in the Streamanalytics job created by me, I can see only the delete and refresh options and not the start option.

Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
236 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde 16,126 Reputation points MVP
    2022-01-21T15:38:29.79+00:00

    Hallo @Shreelakshmi C R ,

    yes, this is by design... you created a Stream Analytics job ready to be hosted on the edge:

    167247-image.png

    This is probably due to the selection of the 'Edge' during the creation of the job:

    167305-image.png

    More information about running Stream Analytics jobs on the edge is seen here.

    If this is not what you want, you have to recreate a new Stream Analytics job and move the query over to the new job.

    Extra, only use the portal for some basic stuff. If you want to do something more advanced, use the Visual Studio Code extension.