Intermittent 400 Errors with Azure Document Intelligence AnalyzeDocumentAsync
Hi,
We’ve been experiencing an issue with Azure Document Intelligence services over the past two days.
When calling the AnalyzeDocumentAsync
endpoint, we occasionally receive an HTTP 400 error. However, for the exact same request, sometimes we get a 200 response, and other times we receive the 400 error. The error message we see is:
{
"error": {
"code": "InvalidRequest",
"message": "Invalid request.",
"innererror": {
"code": "InvalidContentDimensions",
"message": "The input image dimensions are out of range. Refer to documentation for supported image dimensions."
}
}
}
This behavior is new—it did not occur prior to two days ago. We haven’t made any changes on our end, and the requests being sent are identical. I’ve checked Azure Status, and there don’t seem to be any reported issues with Document Intelligence services in our region.
Could you help us understand why this might be happening and how to resolve it? It’s particularly confusing that the same request sometimes succeeds and sometimes fails.
Thank you for your assistance!