1

Is Possible to connect Azure SQL managed Instance from Azure SQL DB? By design, Azure SQL database is PaaS model with public end point only and Managed Instance has got only private end point. So how to connect the both? We need to access (Read) few tables in Azure SQL MI from SQL DB using Elastic Query.

1

1 Answer 1

1

Is Possible to connect Azure SQL managed Instance from Azure SQL DB?

No, because "Azure SQL [has only a] public end point only and Managed Instance has got only private end point." You can use Linked Server to connect from Managed Instance to Azure SQL Database. Or you can use Replciation to copy the tables from Managed Instance to SQL Database.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.