0

I'm new to Azure service and I just tried migrating my SQL Server database to Azure. I follow this tutorial:

https://learn.microsoft.com/en-us/azure/dms/tutorial-sql-server-azure-sql-database-offline-ads

The tutorial's step 4 is shown here:

enter image description here

However, my step 4 is different. I've successfully connected to Azure and it shows my database as seen here:

enter image description here

When I click next I see this:

enter image description here

What's Azure Data Migration service? I tried to create a new one but it won't let me.

enter image description here

What should I be doing next? I can't find an online guide on this specific part. Thank you so much.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
chris_techno25
  • 2,401
  • 5
  • 20
  • 32

1 Answers1

0

When I tried to migrate the SQL database from on premises to Azure SQL, I got the same issue as well.

In order to fix this, you need to go to the subscription tab in azure portal and check for the Microsoft.DataMigration provider. If it is not registered, select the same and click on register tab as highlighted in the screenshot below:

enter image description here

You will be able to see the message as in the below screenshot after the service is registered successfully.

enter image description here

enter image description here

After registering I was able to migrate my database without any error.

Bhavani
  • 1,725
  • 1
  • 3
  • 6