Skip to content

Commit e28f97b

Browse files
committed
Minor fixes.
1 parent 5c82b41 commit e28f97b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

articles/azure-sql/managed-instance/managed-instance-link-preparation.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.date: 03/07/2022
1717
# Preparation for Azure SQL Managed Instance link
1818
[!INCLUDE[appliesto-sqlmi](../includes/appliesto-sqlmi.md)]
1919

20-
This article will cover how to prepare for Azure SQL Managed Instance link.
20+
This article provides details on how to prepare for Azure SQL Managed Instance link.
2121

2222
## Pre-requirements
2323
Ensure the following requirements are met prior to setting up the link:
@@ -271,6 +271,15 @@ The result from executing the TNC (Test Network Connection) will be False if no
271271

272272
:::image type="content" source="./media/managed-instance-link-preparation/ssms-output-tnchelper.png" alt-text="Screenshot showing expected output of NetHelper SQL Agent job.":::
273273

274+
Finally, drop the test endpoint and certificate.
275+
276+
```sql
277+
DROP ENDPOINT TEST_ENDPOINT
278+
GO
279+
DROP CERTIFICATE TEST_CERT
280+
GO
281+
```
282+
274283
If the log does not show True, troubleshoot the following:
275284
- Is firewall on SQL Server host allowing inbound and outbound communication on port 5022?
276285
- Are Managed Instance NSGs allowing communication on port 5022? If is SQL Server is hosted on Azure SQL VM, are Azure SQL VM NSGs allowing communication on port 5022.

0 commit comments

Comments
 (0)