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:
- Verify container status: Check if the container is running correctly using the
docker ps
command (for Docker) or the Azure portal (for ACI). - Inspect container logs: Look for error messages in the container logs using
docker logs <container_name>
(Docker) or the Azure portal logs (ACI). - Ensure container health: Follow the exercise instructions to verify the container's health.
- Review the
curl
command: Double-check thecurl
command for any typos or errors, especially in the data section. - 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.