I am trying to make the "Managed Instance" as destination in Azure Data Factory(copy data). But, I couldn't see any option to select "Managed Instance" in Linked service.
Here is the list of Azure supported data stores,
Source : https://learn.microsoft.com/en-us/azure/data-factory/concepts-datasets-linked-services#dataset-type
I tried selecting "Azure SQL Database" and entered the managed instance credentials, obviously it didn't work. Is there a workaround for this?
Is there a way to make managed instance as my data store ?
For connecting to Azure SQL Managed Instance, you can choose “SQL Server” as the Linked Service type and associate a self-hosted Integration Runtime installed on a VM inside the VNet. Microsoft is planning to add Azure Managed Instance as an option in the near future.