"custom autoscale" in Stream Analytics Job is not enabled

Uma Sundar 5 Reputation points
2023-09-30T21:01:23.0633333+00:00

When Custom auto scale is enabled in Stream Analytics?

Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
331 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. QuantumCache 20,031 Reputation points
    2023-10-02T23:06:30.8933333+00:00

    Hello @Uma Sundar

    custom autoscale can only be enabled when the job is in the running state.

    User's image

    Custom autoscale in Stream Analytics is enabled when you have a Stream Analytics job with a parallel or embarrassingly parallel topology. This means that the job has multiple inputs or outputs that can be processed independently, allowing for parallel processing.

    When you have a job with this topology, you can enable custom autoscale by navigating to the Scale page in the Azure portal and selecting the Custom autoscale option. From there, you can configure the autoscale rules based on metrics such as CPU or memory usage.

    Also see the : Custom autoscale - default condition
    Screenshot showing the Custom autoscale default condition that you edit.

    It's important to note that not all Stream Analytics jobs support custom autoscale. If your job does not have a parallel or embarrassingly parallel topology, you will not be able to enable custom autoscale. In this case, you can still use manual scaling to adjust the number of streaming units allocated to the job.

    Please let us know if this helps and can close the case?

    0 comments No comments