Skip to content

Commit 33953ff

Browse files
authored
Merge pull request #187214 from vitomaz-msft/patch-22
Add DNS Zone to SQL MI connection string
2 parents 4d052b9 + b8f0afe commit 33953ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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.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.
@@ -270,4 +270,4 @@ If you do not see data, see [Troubleshooting SQL insights](sql-insights-troubles
270270
271271
## Next steps
272272

273-
- See [Troubleshooting SQL insights](sql-insights-troubleshoot.md) if SQL insights isn't working properly after being enabled.
273+
- See [Troubleshooting SQL insights](sql-insights-troubleshoot.md) if SQL insights isn't working properly after being enabled.

0 commit comments

Comments
 (0)