MicrosoftLearning / mslearn-ai-services

Lab files for Azure AI Services modules
https://microsoftlearning.github.io/mslearn-ai-services/
MIT License
98 stars 184 forks source link

Use an Azure AI Services Container - cannot access Azure container #29

Open scottrhay opened 2 weeks ago

scottrhay commented 2 weeks ago

In the Use an Azure AI Services Container lab, I created both an Azure container, and a local docker container.

I'm able to run the CURL command just fine with my localhost container instance, and it returns the languages of the content.

However, when I use the Azure container, I always receive this error: curl: (56) Recv failure: Connection was reset

I've created a second container, and it has the same issue. I've tried access with both IP and FQDN.

Is anyone else aware of this issue and how to resolve it?

ajparrah commented 3 days ago

Hi, I have the same issue with this lab!

In fact, a local container either does not work for me.

The container gets up properly (On Azure container and localhost):

image

image

But the endpoint that it provides us does not work. I get a response using /status only

image