Hello Sergii Maksymenko,
Greetings! Thanks for raising this question in Q&A forum.
I completely understand how critical this is for a production system. The behavior you're describing requests hanging indefinitely without failing, and the same happening directly in Document Intelligence Studio is a strong indicator of a service-side or regional issue rather than a problem with your custom models or code. Since no changes were made on your end and existing working models are affected, this points to a platform-level disruption in the West US 2 region.
Here's what I recommend you do right now, step by step:
Step 1: Check Azure Service Health immediately This is your first and most important step.
- Go to the Azure Portal at portal.azure.com
- Search for "Service Health" in the top search bar and open it
- Filter by your subscription, region (West US 2), and service (Azure AI Document Intelligence)
- Look for any active incidents, degradation events, or advisories
- Also check the public Azure Status page at azure.status.microsoft for any broadly communicated outages in West US 2
Go to the Azure Status page and verify whether there is any active incident for Azure Document Intelligence in the region where the resource is deployed — this confirms or rules out a service-side outage for that region. Also review Azure Service Health in the Azure portal for subscription-specific incidents or advisories affecting Document Intelligence.
Step 2: Verify your Document Intelligence resource's network settings While this is likely a platform issue, it's worth a quick check. Under your Document Intelligence resource's Networking blade, verify that public network access is enabled if you intend to use Document Intelligence Studio over the public internet. If firewall rules are enabled, ensure your client IP is allowed. If the resource is configured for private endpoint access only, Document Intelligence Studio may not be able to connect unless proper private network routing is in place.
Step 3: Test the same model in a different region To quickly confirm this is a regional issue and not a model issue:
- Create a new temporary Document Intelligence resource in a different region like East US or East US 2
- Copy your custom model to that resource using Document Intelligence Studio or the REST API
- Run the same document through the model in the new region
- If it works there but hangs in West US 2, that conclusively confirms a regional platform problem
Step 4: Copy your model to another region as an immediate mitigation While waiting for Microsoft to resolve the West US 2 issue, you can restore production by copying your custom model to a healthy region and pointing your application to the new endpoint. Model copy can be done directly from Document Intelligence Studio under your resource's model management section, or via the REST API.
Step 5: Collect diagnostic details for support Start gathering the following information now — you'll need it for the support ticket:
- Timestamps of when the hang started (you've already noted ~3 PM PT / 10 PM UTC)
- Your Document Intelligence resource name, subscription ID, and resource group
- Model name and model ID
- Any correlation IDs or request IDs from SDK logs if available
- Confirmation that the same documents work in another region
Step 6: Open a support ticket right away Since this is a production issue:
- Go to Help + Support > New Support Request in the Azure Portal
- Set the Issue Type to Technical, and the Service to Azure AI Document Intelligence
- Describe the hanging behavior, the region (West US 2), the time it started, and that Document Intelligence Studio also reproduces the issue
- Attach any screenshots from Studio showing the "Running analysis" state that never completes
If no incidents are reported on the status page but the issue persists, collect details such as model name, version, subscription ID, resource ID, timestamps, and request IDs and contact the Document Intelligence team via the documented support channels so the backend can be investigated.
The most important thing right now is to redirect your production traffic to another region using model copy while Microsoft investigates the West US 2 issue. This will restore service for your users while the root cause is being addressed.
If this answer helps you kindly accept the answer which will help others who have similar questions.
Best Regards,
Jerald Felix.