How to share document intelligence model with other subscription

AZ Admin 0 Reputation points
2025-06-18T18:07:46.7533333+00:00

Ho to share custom document intelligence model with other subscritpion

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,093 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Manas Mohanty 5,275 Reputation points Microsoft External Staff Moderator
    2025-06-19T00:48:30.7866667+00:00

    Hello AZ Admin!

    It sounds like you want to share a custom Document Intelligence model with another subscription. Here’s how you can do it:

    1. Check Permissions: First, ensure you have necessary permission for both Document intelligence and storage account. You need to provide access to both the Document Intelligence service (Provide Cognitive Service User role) and the associated storage account (Storage reader and contributor role for respective user)
    2. Disable Network Restrictions: If applicable, check if your storage account has any firewall or virtual network (VNet) restrictions that might prevent sharing. You might need to disable/modify those settings before proceeding. Make sure the users on other subscription importing the project also has the necessary permissions to access the Document Intelligence and storage resources.
    3. Copy models as part of disaster backup operations (Should work across subscription)

    You can a copy models using copy authorization to another subscription rest api as mentioned in below doc.

    https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/how-to-guides/disaster-recovery?view=doc-intel-4.0.0

    Regional limitation for copy operation in custom classification -

    East US

    West US2

    West Europe

    https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/train/custom-classifier?view=doc-intel-4.0.0#copy-a-model

    If you are interest sharing the models across different document intelligence resource in same subscription. Please check the steps here in below guide.

    https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/how-to-guides/project-share-custom-models?view=doc-intel-4.0.0

    Hope this helps!

    If you run into any issues or have further questions, feel free to ask!

    Thank you.

    0 comments No comments

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.