Issue while running en exercise on Microsoft training, module: Develop a multi-agent solution with Microsoft Foundry Agent Service

Piotr Wasiluk 0 Reputation points
2025-12-10T15:39:28.4+00:00

I am getting an error while trying to run an app on the cloude shell with the command: 'python agent_triage.py'. I am enclosing a screenshot. I was already facing the same with other modules.

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2025-12-10T15:39:41.4966667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    If you are encountering an error while running the command python agent_triage.py in the Azure Cloud Shell, here are some common troubleshooting steps you can take:

    1. Check for Errors in the Code: Ensure that there are no syntax errors or issues in your agent_triage.py script.
    2. Verify Dependencies: Make sure that all required dependencies are installed. You can check your requirements.txt file and install any missing packages using:
         pip install -r requirements.txt
      
    3. Environment Setup: Ensure that your environment is set up correctly. If you are using a virtual environment, make sure it is activated.
    4. Check Cloud Shell Quota: If you receive a message indicating that the Cloud Shell exceeds the active user quota, try refreshing the page or waiting a bit before trying again.
    5. Authorization Issues: If you see errors related to authorization, try signing in through a new private browser window or clearing your browser's cache and cookies.
    6. Inspect Logs: If your application generates logs, check them for any specific error messages that can provide more context on the issue.

    If these steps do not resolve your issue, consider providing more details about the specific error message you are receiving for further assistance.


    References:

    0 comments No comments

Your answer

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