We recently moved an Azure AI Document Intelligence (formerly Form Recognizer) resource to a new Azure subscription.
Resource Details
Resource Name: PII
Subscription ID: PII
Resource Group: HublixDocuments
Region: UK South
Kind: FormRecognizer
Status: Active
Current Behavior
The Document Intelligence resource is active and functioning correctly.
The following operations work successfully:
- Analyze Document using the .NET SDK
- Analyze Document using the REST API
- Existing custom extraction models continue to process documents successfully
- Resource is visible in Azure Portal
- Resource is selectable within Document Intelligence Studio
However, when attempting to open Document Intelligence Studio (either from the Azure Portal or directly from https://documentintelligence.ai.azure.com), Studio immediately displays the following error:
Name:Form Recognizer Not Found
Message: The form recognizer could not be found.
HTTP Status:404
Investigation
Using the browser Developer Tools (Network tab), we observed that Document Intelligence Studio is issuing requests to:
https://contentunderstanding.ai.azure.com/documentintelligence/api/my/cache/subscriptions/68083a6e-fcad-4190-b5f4-c68379b5883d/resourceGroups/HublixDocument/formRecognizers/Hublix-IDP-001
This request references the OLD Azure resource location:
Old Subscription ID:PII
Old Resource Group:PII
However, the resource now exists at:
Subscription ID:PII
Resource Group:PII
Expected Behavior
Document Intelligence Studio should discover and use the current resource location instead of attempting to access the previous subscription/resource group.
Question
It appears that Document Intelligence Studio retains stale metadata or cached project information after the resource was moved to a different Azure subscription.
Could the engineering team please advise:
- Is there a server-side cache or project metadata that needs to be refreshed?
- Can the existing Studio project references be updated to point to the current subscription/resource group?
- Is there a supported procedure for migrating Document Intelligence Studio projects after an Azure resource move?
- If this is a known limitation, is there a recommended workaround that preserves existing custom extraction projects?
Additional Information
- Resource is Active.
- User has Owner permissions.
- Public network access is enabled.
- SDK and REST API continue to work correctly.
- Only Document Intelligence Studio fails with 404 "Form Recognizer Not Found."