Azure VM cloning

rami izhiman 1 Reputation point
2022-11-28T16:35:42.707+00:00

We cloned a VM in Azure using disk clone method and after we finished the cloning we noticed that if we did a change to SQL DB in the new machine it’s synchronizing with the SQL DB with the machine we cloned, is this possible and if yes how we can remove the connection between the two DB’s.
Note database hosted inside the VM not in the Azure

Azure SQL Database
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,014 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,514 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bjoern Peters 8,921 Reputation points
    2022-11-29T12:07:03.05+00:00

    Hi @rami izhiman

    The question is, what have you done after cloning?!

    Out of the box, there is no mechanism that automatically setups a replication/data synch between two servers...

    How do you enter/insert data into your database?
    How do you check those inserted data?

    Do you "just" open the SSMS and connect to that given SQL Server, or have you changed everything (network relevant) configuration of SQL Server to establish two separate SQL Server with different IPs and names?

    I could imagine that you just connect from both machines to just one SQL Server instance and not to two different ones...

    0 comments No comments

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.