How do you suggest to copy model from non prod to prod environment?

Neha Srivastava 41 Reputation points
2021-02-24T10:53:56.86+00:00

Hi team,
We have separate subscription for prod and non prod environments. So I will have to create separate cognitive service and storage account for prod environment. All testing and further training will happen in non prod environments.
Is it ok to use 'Back up and recover models' feature to copy model from non prod to prod? Or there is any other solution for it?

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,508 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 43,656 Reputation points Microsoft Employee
    2021-02-24T13:32:42.397+00:00

    anonymous user Yes, for FR a new resource is provisioned in a new region under which the model will be registered. The disaster recovery scenario for form recognizer ensures models are copied to a different region for backup purposes using the copy API. The guidance in this scenario does not distinguish between prod and non-prod versions, as from the copy API perspective the copied model is just registered under a different resource which can be used in the event of any disaster to original model id.

    With regards to storage used for training, storage accounts already come with many data redundancy and backup options. In my view the backup options for Azure storage accounts should suffice and you can still use the same storage account for training new form recognizer resource by just changing the storage connection SAS URI.


0 additional answers

Sort by: Most helpful