Remediation
Before you beginβ
Review scheduled and interactive workloads, dependencies, and acceptable resume latency. Choose a delay that avoids pausing the pool between expected jobs.
Azure portalβ
- Open the Synapse workspace in the Azure portal.
- Select Manage and then Apache Spark pools.
- Select the affected pool, enable Auto-pause, and set an appropriate idle delay.
- Save the change.
Azure CLIβ
az synapse spark pool update \
--name <spark-pool-name> \
--workspace-name <workspace-name> \
--resource-group <resource-group-name> \
--enable-auto-pause true \
--delay <idle-delay-in-minutes>
Run representative scheduled and interactive workloads after the change. Confirm that the pool resumes within the accepted startup window and that the next Cloudaware collection reports auto-pause as enabled.