Azure Cognitive Services returning ServiceUnavailable error

EHLA 5 Reputation points
2024-01-25T07:05:14.8666667+00:00

My Azure Cognitive Services, specifically the Computer Vision API, has been working for a month, but today it suddenly stopped working and started timing out. I have not made any updates, but now when I call it through curl, I get the error message "ServiceUnavailable". Here's the curl command I'm using:

curl -v -X POST "https://<my-vision-Endpoint>.cognitiveservices.azure.com/computervision/imageanalysis:analyze?features=caption,read&model-version=latest&language=en&api-version=2023-10-01" -H "Content-Type: application/json" -H "Ocp-Apim-Subscription-Key: <my-key-1>" --data-ascii "{'url':'https://someimg.jpeg'}"

I'm unsure if my server is down, but I created a new one and tested it, and the issue persists. I've checked my subscription, which says it's "unlikely to exceed". (only 6% is used)

I also tried uploading an image for testing on https://portal.vision.cognitive.azure.com/demo/extract-text-from-images, but it keeps uploading even though my image is only 214KB. What am I missing, and what should I do next?

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
326 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
995 questions
{count} votes

1 answer

Sort by: Most helpful
  1. EHLA 5 Reputation points
    2024-01-25T10:35:43.4966667+00:00

    It works fine now, and I have done nothing. I just wait for about 4 to 5 hrs and then it is back to normal again. I am happy with that ~

    1 person found this answer helpful.
    0 comments No comments