
Comprehensive Detailed Explanation
To move a Question Answering project to a different Azure region, you migrate the project data and then re-deploy it in the target region:
Export the existing project (source region).
In Language Studio (Question Answering), you first export the project. This produces a package (JSON/ZIP) containing your knowledge bases, sources, synonyms, and settings. Exporting is the supported way to move a project between resources/regions.
Import the project into the new Language service instance (target region).
In the target region’s Language service instance, use Language Studio to import the previously exported file. This recreates the project (KBs and configuration) under the new resource.
Train and publish from the new instance.
After import, you must train (build) and then publish the project so that an endpoint is created under the new regional resource. Clients can then point to the new endpoint and key.
Actions like “enable custom text classification” or “regenerate the keys” are not required for moving a Question Answering project, and training/publishing from the original instance won’t deploy to the target region.
Microsoft Azure AI Solution References
Export and import Question Answering projects in Language Studio (move between resources/regions):
Microsoft Learn – Export and import projects (Question Answering) .
https://learn.microsoft.com/azure/ai-services/language-service/question-answering/how-to/export-import-project
Train and publish a Question Answering project:
Microsoft Learn – Create, train, and publish projects (Question Answering) .
https://learn.microsoft.com/azure/ai-services/language-service/question-answering/how-to/create-test-deploy
Language service overview and regional deployment concepts:
Microsoft Learn – What is Azure AI Language?
https://learn.microsoft.com/azure/ai-services/language-service/overview
Submit