Hi @Sin Yee Teoh ,
Thank you for reaching out to Microsoft Q&A with your question regarding the Azure Compute idle auto shutdown feature.
The Azure Compute idle auto shutdown is designed to kick in when the compute instance is considered inactive based on certain conditions. These conditions include:
- No active Jupyter Kernel sessions
- No active Jupyter terminal sessions
- No active Azure Machine Learning runs or experiments
- No SSH connections
- No VS Code connections (VS Code sessions are autoterminated if no activity is detected for 3 hours)
- No custom applications running on the compute.
I recommend reviewing the running processes and connections on your compute instance during the times when you expect it to be idle. Ensure that there are no active sessions or applications that might keep the instance active.
For more information, please refer the documentation Azure Compute auto shutdown conditions.
Thank you for understanding!
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful.