question

sanm-7576 avatar image
0 Votes"
sanm-7576 asked romungi-MSFT commented

TextAnalytics/Language giving error Internal server error

Hi,
I am running below textAnalytics Image on kubernetes and getting error InternalServerError.

Image url: mcr.microsoft.com/azure-cognitive-services/textanalytics/language:latest


111750-image.png


azure-cognitive-servicesazure-text-analytics
image.png (73.1 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@sanm-7576 I have run the container on kubernetes by following the steps mentioned here and it seems to work as expected.
I am not sure if changing the port could be an issue as i see in your screen shot. My cluster is deployed on azure kubernetes service. The yaml though, needs a slight update with the latest version of the API. I just had to add the field selector to the file with apps/v1 apiVersion.

   selector:
     matchLabels:
       app: language-app

Image used: mcr.microsoft.com/azure-cognitive-services/language


112059-image.png

Do you have any logs from your deployment that could indicate a specific error?




0 Votes 0 ·
image.png (55.4 KiB)

0 Answers