Currently, Azure does not support directly transferring a custom extraction model from one resource to another across different tenants and subscriptions. However, you can work around this by exporting the model and importing it into the new resource in the target subscription and tenant.
Here’s a step-by-step breakdown of the process:
- You can export your custom model as a resource package from the source resource (Resource A, Tenant A, Subscription A).
- After exporting the model, you can import it into the target Azure Document Intelligence resource (Resource B, Tenant B, Subscription B) via the Azure portal or using the Document Intelligence API.
- Depending on your use case, you might need to re-train the model or validate it after importing to ensure everything works as expected in the new environment.
- After the import, you will receive a new model ID for the model in the target resource, and you may need to update any application logic that references the old model ID.
Hope this helps. Do let us know if you have any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful.