Stopping Stream Analytics Job

jb_devel 120 Reputation points
2025-02-06T05:23:58.0633333+00:00

Hello,

I just want to ask if stopping Stream Analytics Job also means it will stop incurring cost? or it needs to be deleted?

User's image

Thank you.

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

Accepted answer
  1. Smaran Thoomu 20,395 Reputation points Microsoft Vendor
    2025-02-06T09:44:08.7833333+00:00

    Hi @jb_devel
    Welcome to Microsoft Q&A platform and thanks for posting your query here.
    Stopping a Stream Analytics job will indeed stop the processing and compute resources associated with the job, which means it will no longer incur running costs. However, please note the following:

    • Stopping the job does not delete it. You may still incur storage costs for any input/output data, or for other Azure resources (e.g., Event Hubs, Blob Storage, SQL databases) linked to the job.
    • If you no longer need the job or its associated resources, you can delete them to avoid any ongoing costs.

    For more information you refer this article: Stop a job in Azure portal

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


1 additional answer

Sort by: Most helpful
  1. Sander van de Velde | MVP 35,086 Reputation points MVP
    2025-02-06T18:47:05.13+00:00

    Hello @jb_devel ,

    welcome to this moderated Azure community forum.

    As @Smaran Thoomu stopping the Azure Stream Analytics job stops the compute resources behind it so the costs are minimized.

    Keep in mind that costs related to the (optional) storage account (eg. needed for SQL reference data snapshots for reference data) are still applicable.

    Also, if you start the job later on with the option to use the last ingested event as starting point, reading historical will imply a higher load.

    Azure Stream Analytics job can be stopped automatically (eg. to prevent consumption of unneeded development resources). Check out this post about the details.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.