Skip to content

Commit 3f3bff8

Browse files
authored
Update frequently-asked-questions-faq.yml
1 parent 2d1a1ac commit 3f3bff8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/azure-sql/managed-instance/frequently-asked-questions-faq.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,9 @@ sections:
149149
150150
To use another DNS zone instead of the default, for example, *.contoso.com*:
151151
- Use SQL Server Client Network Utility (CliConfg) to define an alias. You can use either just the Managed Instance hostname, or the Managed Instance hostname followed by a custom domain name. The CliConfg tool just adds alias in the registry under "HKLM\SOFTWARE\Microsoft\MSSQLServer\Client\ConnectTo" or "HKLM\SOFTWARE\WOW6432Node\Microsoft\MSSQLServer\Client\ConnectTo" depending if you use the 64-bit version (C:\Windows\System32\cliconfg.exe) or the 32-bit version (C:\Windows\SysWOW64\cliconfg.exe), so it can be done using group policy or a script as well. Use both to ensure 32-bit and 64-bit programs can resolve the alias.
152-
- Use *CNAME* record in DNS with Managed Instance hostname pointing to Managed Instance FQDN.
153-
- Use *A* record in DNS with Managed Instance hostname pointing to Managed Instance IP address.
152+
- Use *CNAME* record in DNS with Managed Instance hostname pointing to Managed Instance FQDN. In this case, TrustServerCertificate=TRUE is needed when using Azure AD authentication.
153+
- Use *A* record in DNS with Managed Instance hostname pointing to Managed Instance IP address. **Using IP address is not recommended**, as it may change without notice. In this case, TrustServerCertificate=TRUE is needed when using Azure AD authentication.
154+
154155
155156
- question: |
156157
Migration options

0 commit comments

Comments
 (0)