What is the best way to transfer a system setup on Azure to a client account?

Xristoforos Papas 40 Reputation points
2023-07-04T16:47:44.46+00:00

Hi there,

I wanted to know what is the best way to transfer a system that has been implemented on Azure, to a client? The client has an azure account. The system developed has some complicated networking parts and consists of multiple instances. What I care about is that the client can run the system and everything will work exactly like how I had it and that the monthly subscription billing will be paid by the client.

One of the ideas I had was to create an account under my AAD, set it to owner and ask the client to update the payment information. That way everything should work like before. I am not sure if it is the best solution but it definitely is straightforward.

The other idea is to somehow transfer my system/subscription under their AAD. I am not sure how that works, if it will impact the software setup and whether it needs Azure's involvement to happen.

Any information on this would greatly be appreciated or other suggestions. Ideally we want something that does not involve too much client interaction to transfer if possible.

Thank you,

Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

Accepted answer
  1. Konstantinos Passadis 19,591 Reputation points MVP
    2023-07-04T16:57:35.28+00:00

    Hello @Xristoforos Papas !

    Welcome to Microsoft QnA!

    As i understand there is a System ( collection of services ) running already on an Azure Subscription and you want to move it to a Customer Tenant.

    You need Access on Both Directories for the Move to complete

    For the Move Operation of resources it is supported and here are some details

    https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/move-resources-overview

    BUT

    My approach is already on your mind

    Transfer the Subscription into the Client Tenant

    It is a common practice , it is safe and you wont have to make System changes

    Of course if anything is connected to Azure AD has to be carefully planned for the new Azure AD , as Identities and Role Based Access Controls

    Of course if the System has parts that are supported by the Move Operation it is also a consideration , with higher risk since the items are Moved not Copied!!!

    Below is the Screenshot of the Subscription Change Directory operation, which has solved similar issues for me!

    User's image

    Just select the Link and the Directory and wait for a few minutes!


    I hope this helps!

    Kindly mark the answer as Accepted and Upvote in case it helped!

    Regards


1 additional answer

Sort by: Most helpful
  1. Konstantinos Passadis 19,591 Reputation points MVP
    2023-07-04T17:26:39.86+00:00

    Hello @Xristoforos Papas !

    The option to Change the Directory will transfer the Subscription as a whole , so yes exactly everything will be the same , except any Identity Controls bound to the Source AD ( You can always re create the relationships with External Users and so on )

    The option to Move the Resources , for example start moving Resource Groups :

    User's image

    has its limitations

    First of all the Subscription must be under the Same Tenant - Directory !

    Also some resources Do Not Support a Move Operation

    Another possibility is the Azure Site Recovery , which supports Replication for Azure VMs to another Subscription

    If you could possibly list the resource types and a few words on the Integration i could also help with more details and assumptions


    I hope this helps!

    Kindly mark the answer as Accepted and Upvote in case it helped!

    Regards


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.