-1

I have connected my azure account in Data Studio and I am using Azure SQL migration extension (v0.1.12) to migrate on-prem SQL to Azure Managed Instance. However my subscription details are not getting fetched. Screen Shot Attached Here

When I manually add Azure Subscription details I am getting following error

Manually Entered Details And the error message Error

David Makogon
  • 69,407
  • 21
  • 141
  • 189
justgops
  • 1
  • 1

1 Answers1

0

The issue seems to be more of access level issues.

Below are the type of access levels that you need to have for creating Azure Migrate Appliance project

  • Contributor or Owner permissions in the Azure subscription.
  • Permissions to register Azure Active Directory (Azure AD) apps.
  • Owner or Contributor and User Access Administrator permissions in the Azure subscription to create an instance of Azure Key Vault, which is used during agentless server migration.

Below are the steps to set contributor or Owner permissions

  • From Azure Subscriptions panel select the subscription
  • Move to Access Control IAM and select Add role Assignment
  • Assign the following roles.

enter image description here

For complete information check the Microsoft Document on providing access.