Hi @A'997 ,
Thanks for your response and clarification. Unfortunately there is not an automatic way to copy the old server's assets to the new server in ADC. To ADC, assets from the old server and assets from the new server are completely separate. It might be possible to read the existing assets (old server) and update the server name (new server name), then write them again.
Basically, write a REST application that does a query to read all assets with that server name (old server name) from ADC, then update the references from old server name to the new server name in memory, then write them again to ADC. Or you might be able to use this sample code to read the desired assets into a file, update the file with new server details, then write them back to ADC. https://github.com/Azure-Samples/data-catalog-dotnet-import-export/
Hope this helps. Let us know how it goes.
----------
Thank you
Please do consider to click on "Accept Answer" and "Upvote" on the post that helps you, as it can be beneficial to other community members.