Hello Kristada673,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that your script runs indefinitely with no errors or outputs in Azure AI Studio.
In addition to what @SriLakshmi C have answered, check the additional steps below to help diagnose and resolve the problem:
- As mentioned, ensure there are no infinite loops in your scripts. You will need to review the logic and confirm that all loops have proper exit conditions.
- If your scripts make network or API calls, these calls might be hanging. So, you will have to add timeouts to these calls to prevent them from running indefinitely.
- You might not have enough resources to run the script or try to add logging statements to your scripts to track their progress and identify where they might be getting stuck.
- Missing or incorrect configurations can cause scripts to hang. So, make sure that any configuration files, dependency or environment variables required by the scripts are correctly set up.
- Checking the connection strings, API keys, and other relevant settings and review the settings and configurations in Azure AI Studio to be sure that everything is set up correctly.
I hope this is helpful! Do not hesitate to let me know if you have any other questions.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.