Azure Migrate Questions

Troops 11 Reputation points
2023-03-22T07:27:28.6733333+00:00

Hi all,

We need to migrate servers to azure using azure migrate and few questions are unclear for us and I really hope that someone can help answering them

  1. Will the source VM be operational after the replication/migration (I mean when we switch azure VM to primary)
  2. Will azure migrate just copy / paste the VM to azure or it will change the config
  3. Will host name be preserved or it will be new hostname
  4. Is it possible to preserve the same IP address

These questions are regarding application that we run which is using oracle database etcc.. I was in touch with the developers of the app and they asked these questions and what we need to do if IP/Hostname etc remains or not?

Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
718 questions
Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
636 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ayomide Oluwaga 946 Reputation points
    2023-03-22T07:52:32.61+00:00

    Well, I have gone through such questions before ND I will try my best to answer each and help with research.


    1. Will the source VM be operational after the replication/migration (I mean when we switch azure VM to primary)?

    After the replication/migration, the source VM will still be operational but it will no longer be the primary VM for your application. Once you switch the Azure VM to primary, the source VM will no longer be used for your application.

    1. Will Azure Migrate just copy / paste the VM to Azure or it will change the config?

    Azure Migrate will replicate the VM to Azure, but it will also modify the configuration of the VM as needed to make it work properly in Azure. This can include changes to network settings, storage configuration, and other parameters.

    1. Will host name be preserved or it will be new hostname?

    Azure Migrate can preserve the hostname of the VM if you configure it to do so. By default, Azure Migrate will assign a new hostname to the migrated VM.

    1. Is it possible to preserve the same IP address?

    Yes, it is possible to preserve the same IP address of the source VM during the migration. This can be done by assigning a static IP address to the Azure VM during the migration process.

    Regarding the application you run, if the IP address or hostname changes, you will need to update the application configuration to point to the new IP address or hostname. You should work with the application developers to identify any configuration changes that need to be made after the migration.