Hi ,
Thanks for reaching out to Microsoft Q&A.
Custom model is stuck at “Analyzing…” and no output is generated, even in production workflows that were previously working.
- Check Azure Service Health
Go to the Azure Status Portal and check:
Cognitive Services (especially Form Recognizer / Document Intelligence) in your region.
- Look at the “Health history” tab for your subscription's region (West Europe, East US).
There have been incidents in the past where form recognizer endpoints failed intermittently due to backend service issues.
- Try the Following Quick Checks
While waiting or checking with Azure Support, do a quick validation:
Switch to a different region endpoint (if available) to test model behavior.
Create a new project in Document Intelligence Studio and test the same document.
Check if free-tier endpoints (F0) behave the same as paid ones (S0).
Use the REST API or Azure SDKs to test the same document outside the Studio UI (to eliminate UI issues).
- Raise a Support Ticket Immediately
Since it is affecting production:
- Go to Azure Portal -> Help + Support -> New Support Request
- Select:
- Service: Cognitive Services -> Document Intelligence (Form Recognizer)
- Severity: A - Critical Impact (since this is a production workflow)
Provide:
Region
Model ID
Timestamp of when the issue started
Sample file (you already have: SATELEC ORDER JUIN 2025.pdf)
Screenshot (the one you shared)
- Alternative Short Term Fix (if urgent):
If downtime is unacceptable:
Export your model using Azure Form Recognizer Studio
(if available) and try deploying it in a different region.
Test built-in pre-trained models if they suffice temporarily for OCR/Invoice.
- Consider offloading to Azure AI Vision for OCR only workloads temporarily.
Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.