Hi
Thank you for reaching out to Microsoft QA. Below are the step-by-step mitigation actions to help you resolve the reported issue.
Verify prerequisites
- Ensure the source SQL Server is on a supported version and cumulative update for MI Link.
- Confirm the Azure SQL Managed Instance (MI) update policy matches the required level.
- For Arc-enabled SQL, check the Azure extension version is current.
Check network connectivity
- Open outbound connectivity from the MI subnet to the SQL Server mirroring endpoint on TCP 5022.
- Also allow TCP 11000–11999 for distributed availability group traffic.
- Validate DNS resolution and firewall rules on both sides.
Validate certificates and endpoints
- Confirm that the mirroring endpoint certificates are correctly exchanged between SQL Server and MI.
- Ensure the partner endpoint URL in the DAG configuration matches the AG listener name or IP.
Clean up any stale DAG objects
- If a previous attempt created DAG_Northwind, remove it from both MI and SQL Server before retrying.
- This avoids conflicts during re-creation.
Confirm configuration alignment
- The availability group should contain only one database for MI Link.
- DAG and AG names must match the expected roles.
- Use the SSMS MI Link wizard for configuration to prevent parameter mismatches.
Retry link creation
After completing the above checks, re-initiate the MI Link setup using the recommended wizard or documented steps.
Reference KB Articles