Exercise - Use a container Not working

Nicolas Anderson 105 Reputation points
2024-08-03T09:24:25.1633333+00:00
Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,651 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VarunTha 8,705 Reputation points Microsoft Vendor
    2024-08-07T07:41:35.1066667+00:00

    Hi Nicolas Anderson,
    Thank you for bringing this issue to our attention. We understand that you're encountering difficulties with the "Use a container" exercise in the "Deploy Azure AI services in containers" module.

    We apologize for any inconvenience this may be causing. To help resolve this, please try the following steps:

    1. Verify container status: Check if the container is running correctly using the docker ps command (for Docker) or the Azure portal (for ACI).
    2. Inspect container logs: Look for error messages in the container logs using docker logs <container_name> (Docker) or the Azure portal logs (ACI).
    3. Ensure container health: Follow the exercise instructions to verify the container's health.
    4. Review the curl command: Double-check the curl command for any typos or errors, especially in the data section.
    5. Re-examine exercise steps: Carefully review the exercise instructions to ensure all steps are followed correctly.

    If these steps don't resolve the issue, please provide more details about the error messages or any specific challenges you're facing. We're committed to helping you successfully complete the exercise.

    You can also refer to the lab files at https://github.com/MicrosoftLearning/mslearn-ai-services for additional guidance.

    If you have found the answer provided to be helpful, please click on the "Upvote and Accept Answer" button so that it is useful for other members in the Microsoft Q&A community.


Your answer

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