An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
Hello @Steven Banks [E] (VAC/ACC) ,
Welcome to Microsoft Q&A .Thank you for reaching out to us.
Based on the observed behavior, the issue appears to occur when Document Intelligence Studio performs service-side operations such as Train and Test, where communication with the Document Intelligence resource is required. Since the project remains accessible and labeling information is still available, the current evidence indicates that the project data is preserved and recreating the project or relabeling documents is not expected to resolve the issue.
Please check if the following steps in the mentioned order help-
- Capturing the failed request details from browser Developer Tools The first step is to determine whether the request is being blocked before reaching Azure or whether the request reaches the service and receives an error response. Steps:
- Open Document Intelligence Studio.
- Press F12 to open Developer Tools.
- Select the Network tab.
- Enable Preserve log.
- Reproduce the issue by selecting Train or Test.
- Locate the failed request and capture:
- Request URL.
- HTTP status code.
- Error message.
- UTC timestamp.
- Request ID/correlation ID, if available.
- Failed to fetch.
- net::ERR_FAILED.
- Blocked request.
- CORS or browser-related errors.
- Network connectivity.
- Firewall/proxy restrictions.
- VPN routing.
- Browser security policies.
- Private endpoint or public access configuration.
- Authentication configuration.
- Azure RBAC permissions.
- Resource access restrictions.
- Selected Document Intelligence resource.
- Resource endpoint.
- Subscription and resource configuration.
- Azure Resource Health.
- Azure Service Health.
- Request identifiers for further investigation.
- Verifying the Document Intelligence resource configuration Please confirm that Document Intelligence Studio is connected to the expected Azure resource. Review: Azure Portal > Document Intelligence Resource > Overview Validate:
- Correct tenant.
- Correct subscription.
- Correct resource group.
- Correct Document Intelligence resource.
- Correct region.
- Resource status is healthy.
- Reviewing Document Intelligence networking configuration Since the issue started after previously working successfully, networking configuration should be reviewed as a priority. Azure Portal: Document Intelligence Resource > Networking Verify:
- Public network access is enabled.
- Firewall rules have not changed unexpectedly.
- Selected network restrictions are not blocking access.
- Private Endpoint configuration and DNS resolution are correct, if private networking is enabled.
- Validating browser, proxy, VPN, and enterprise network access Security policies or network changes can affect service communication without changes being made to the Document Intelligence project. Recommended checks:
- Test without VPN connectivity.
- Test from an alternate network, such as a mobile hotspot.
- Test using another supported browser.
- Use an InPrivate/Incognito browser session.
- Temporarily disable browser extensions.
- *.cognitiveservices.azure.com
- documentintelligence.ai.azure.comSecurity policies or network changes can affect service communication without changes being made to the Document Intelligence project. Recommended checks:
- Test without VPN connectivity.
- Test from an alternate network, such as a mobile hotspot.
- Test using another supported browser.
- Use an InPrivate/Incognito browser session.
- Temporarily disable browser extensions.
- *.cognitiveservices.azure.com
- documentintelligence.ai.azure.com
- Reviewing authentication and permissions (if indicated by HTTP 401/403) f the Network trace shows authentication-related errors, validate access permissions. Azure Portal: Document Intelligence Resource > Access Control (IAM) Confirm appropriate role assignments:
- Cognitive Services User.
- Cognitive Services Contributor (where required for management operations).
- Validating storage access for custom model training Storage validation is recommended if the request reaches the service successfully but training fails during processing. Verify:
- Storage account still exists.
- Container is available.
- Training documents have not been deleted or moved.
- SAS tokens are valid, if used.
- Storage permissions are configured correctly.
- Storage networking restrictions are not preventing access.
- Performing an isolation test To determine whether the issue affects the entire resource or only the existing custom extraction projects:
- Create a new Custom Extraction project.
- Upload sample documents.
- Add labels.
- Attempt training.
- Resource configuration.
- Networking.
- Authentication.
- Service availability.
- Existing project configuration.
- Dataset-specific dependencies.
- Storage references.
- Create a new Custom Extraction project.
- Upload sample documents.
- Add labels.
- Attempt training.
- Resource configuration.
- Networking.
- Authentication.
- Service availability.
- Existing project configuration.
- Dataset-specific dependencies.
- Storage references.
The following references might be helpful , please check them out
- Quickstart: Document Intelligence Studio - Foundry Tools | Microsoft Learn
- Configure Virtual Networks for Foundry Tools - Foundry Tools | Microsoft Learn
- Authentication in Foundry Tools - Foundry Tools | Microsoft Learn
- Create Document Intelligence Studio custom projects - Foundry Tools | Microsoft Learn
- Authorize Blob Access with Microsoft Entra ID - Azure Storage | Microsoft Learn
Please let us know if the response was helpful
Thank you
Please "Accept" the answer with an "Upvote" if the response was helpful. This will be benefitting other community members who face the same issue.