Category "azure-sql-managed-instance"

How to use terraform to store connection string from SQL Managed Instance in Azure Key vault

I am using terraform to deploy a SQL managed instance and need to store the 4 connection strings that come with it in azure key vault. According to terraform do

Challenges with Azure SQL Managed Instance

Unable to make a copy of the database using the following SQL command or through the Azure portal CREATE DATABASE mydatabase_copy AS COPY OF mydatabase; Unable

Azure DevOps Deployment to Azure SQL Managed Database

Is there a way to deploy SQL Database project to Azure SQL Managed Database from Azure DevOps ? Are there ports to open on Azure Network Security Group ? Thank