Skip to content

Commit b8f0afe

Browse files
authored
Update sql-insights-enable.md
1 parent 9096926 commit b8f0afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/insights/sql-insights-enable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Enter the connection string in the form:
219219

220220
```
221221
"sqlManagedInstanceConnections": [
222-
"Server= mysqlserver.dns_zone.database.windows.net;Port=1433;User Id=$username;Password=$password;"
222+
"Server= mysqlserver.<dns_zone>.database.windows.net;Port=1433;User Id=$username;Password=$password;"
223223
]
224224
```
225225
Get the details from the **Connection strings** menu item for the managed instance. If using managed instance [public endpoint](../../azure-sql/managed-instance/public-endpoint-configure.md), replace port 1433 with 3342.

0 commit comments

Comments
 (0)