Azure AI Forms Recognizer Service is failing
The FormRecognizer service in East US is failing. We have code that has been running with no changes for over a year and right now each call is failing. The second line of code below is what is throwing the error shown below.
Please do not ask for more details about what we are doing. This has been running for over a year with no changes so something is failing on Microsoft's end. Please escalate this to the proper team immediately. It has been happening since at least 4:24 EST this afternoon, over 3 hours now. Why isn't Microsoft's team aware of this? Nothing shows up on the service health section.
DocumentAnalysisClient client = new DocumentAnalysisClient(new Uri(AISettings.DataEntryAIEndpoint), credential);
.....
AnalyzeDocumentOperation operation = await client.AnalyzeDocumentAsync(WaitUntil.Completed, model_name, stream);
AnalyzeResult result = operation.Value;
An unexpected error occurred. Status: 200 (OK) ErrorCode: InternalServerError Additional Information: AdditionInformation: InternalServerError: An unexpected error occurred. Details: InternalServerError: An unexpected error occurred. Raw: {"code":"InternalServerError","message":"An unexpected error occurred.","details":[{"code":"InternalServerError","message":"An unexpected error occurred."}]} Content: Headers: x-envoy-upstream-service-time: 60 apim-request-id: 10d9ea71-5372-40cc-866e-6b3390b0e69e Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Content-Type-Options: nosniff x-ms-region: REDACTED Date: Wed, 30 Apr 2025 23:23:56 GMT Content-Length: 271 Content-Type: application/json; charset=utf-8