Why is my Azure Document Intelligence service no longer working after migrating it to a new subscription?

Kah Wei 30 Reputation points
2024-10-11T01:14:38.5766667+00:00

Screenshot 2024-10-11 091717

I recently migrated my Azure Document Intelligence resource to a new subscription, but my storage account, which contains all my training data, remains in the old subscription. Initially, everything worked fine for a few days, and the Document Intelligence service could still access the data in the old subscription. However, now I’m receiving an error indicating that the form recognizer cannot be found. What steps can I take to resolve this issue and restore the connection between the Document Intelligence service and the storage account in the old subscription?

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,202 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,127 questions
{count} votes

Accepted answer
  1. romungi-MSFT 48,916 Reputation points Microsoft Employee Moderator
    2024-10-11T05:34:19.79+00:00

    @Kah Wei Are you referring to migration guide mentioned here? AFAIK, moving a DI resource from one subscription to another will not move the underlying storage account data, this data should also be moved to the new subscription separately and configured to use the same with your new projects. Since you have mentioned that the old storage account was working fine for few days, did you create a new project in the new subscription and resource and configure to use the old storage account? If yes, then is the storage account still available in your old account?

    I would recommend moving the data in your old storage account to a new storage account in the new subscription for easy access and then configure them to use in your projects. If you have already moved your previous trained models to a new storage account in this subscription use the same storage account to move the data too.

    I hope this helps!!

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.