Reputation: 93694
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 ?
Upvotes: 0
Views: 1263
Reputation: 1027
Here is a good blog post that discusses how they work together:
Azure SQL Managed Instances and Azure Data Factory: a walk-through
Upvotes: 0
Reputation: 15648
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.
Upvotes: 0
Reputation: 12959
I hope you mean SQL Server hosted in VM as Managed Instance. Yes. It is supported for copy Activity.
In the link you provided : https://learn.microsoft.com/en-us/azure/data-factory/connector-sql-server , I am giving the snapshot of SQL Server.
Please refer to the link: https://learn.microsoft.com/en-us/azure/data-factory/connector-sql-server
Upvotes: 0