Error while running Azure container instance with Speech Service Connection was closed by the remote host. Error code: 1011. Error details: Internal server error

sam 201 Reputation points
2021-07-09T05:28:21.94+00:00

Hi, I am running Azure container Instance with below image.

mcr.microsoft.com/azure-cognitive-services/speechservices/speech-to-text:latest

hosted image is perfectly accessible but when i try to connect it with our speech SDK sample demo getting below error.

113136-image.png

Note: I have created Azure congnitive Speech service with F0 price tier and referred the same endpoint and apikey to above azure container instance.

I am attaching my sample speech sdk code as well.

Thanks.113221-demo.txt

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,392 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,375 questions
{count} votes

1 answer

Sort by: Most helpful
  1. sam 201 Reputation points
    2021-07-09T16:32:25.973+00:00

    Thanks for your response. I was able to fix this issue by increasing Core CPU and Memory of Container instance

    0 comments No comments