Transfer the Resource from personal account to company's Account

MT Trendmicro 1 Reputation point
2021-03-11T09:21:37.003+00:00

I have a personal account A with Cognitive Services resource.
And I also have my company's Azure account B. How can I transfer my resource in A to my company account B?

Azure Translator
Azure Translator
An Azure service to easily conduct machine translation with a simple REST API call.
330 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. romungi-MSFT 41,736 Reputation points Microsoft Employee
    2021-03-11T12:00:59.45+00:00

    @MT Trendmicro To answer your question based on the tag assigned i.e Azure translator the independent resource of Azure translator cannot be transferred to another subscription you can however transfer the entire subscription to company B though as mentioned in one of the answer.

    Some of the cognitive services which create projects allow users to transfer the project which is essentially all data to a different target resource but in the case of translator since most of the functionality is direct API calls you can actually create a new resource in the new subscription and call the API with the new endpoint. If custom translator project is something you want to transfer then you will have to download and re-upload data on new resource or delegate access from custom translator portal.

    1 person found this answer helpful.

  2. Vaibhav Chaudhari 38,471 Reputation points
    2021-03-11T10:13:57.35+00:00

    Better to create that specific resource manually in target company subscription as there is no direct way to move resource from one tenant to another.

    See some suggestions in below that talks about transferring subscription ownership itself to another tenant.

    https://community.spiceworks.com/topic/2217061-move-resources-from-azure-tenant-to-another-tenant
    https://dfar.io/moving-resources-to-a-different-azure-tenant/


    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav