You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/linux/sql-server-linux-configure-mssql-conf.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: This article describes how to use the mssql-conf tool to configure
4
4
author: VanMSFT
5
5
ms.author: vanto
6
6
ms.reviewer: randolphwest
7
-
ms.date: 07/25/2022
7
+
ms.date: 08/23/2022
8
8
ms.prod: sql
9
9
ms.technology: linux
10
10
ms.topic: conceptual
@@ -174,7 +174,7 @@ sudo /opt/mssql/bin/mssql-conf set sqlagent.errorlogginglevel <level>
174
174
175
175
## <aid="azure-ad"></a> Configure Azure Active Directory authentication
176
176
177
-
Starting with [!INCLUDE [sssql22-md](../includes/sssql22-md.md)], you can configure Azure Active Directory (Azure AD) for SQL Server. For more information, see [Tutorial: Set up Azure Active Directory authentication for SQL Server](../relational-databases/security/authentication-access/azure-ad-authentication-sql-server-setup-tutorial.md).
177
+
Starting with [!INCLUDE [sssql22-md](../includes/sssql22-md.md)], you can configure Azure Active Directory (Azure AD) for SQL Server. To configure Azure AD, you must install the Azure extension for SQL Server following the installation of SQL Server. For information on how to configure Azure AD, see [Tutorial: Set up Azure Active Directory authentication for SQL Server](../relational-databases/security/authentication-access/azure-ad-authentication-sql-server-setup-tutorial.md).
178
178
179
179
### Change the default Azure AD certificate path
180
180
@@ -186,14 +186,17 @@ sudo /opt/mssql/bin/mssql-conf set network.aadcertificatefilepath /path/to/new/l
186
186
187
187
In the previous example, `/path/to/new/location.pfx` is your preferred path *including* the certificate name.
188
188
189
-
The certificate downloaded by the SQL Server Azure Arc agent for Azure AD authentication will now be stored at this location. You won't be able to change it to `/var/opt/mssql/secrets`.
189
+
The certificate for Azure AD authentication downloaded by the Azure extension for SQL Server, will now be stored at this location. You won't be able to change it to `/var/opt/mssql/secrets`.
190
+
191
+
> [!NOTE]
192
+
> The default Azure AD certificate path can be changed at any time after SQL Server is installed, but must be changed *before* enabling Azure AD.
190
193
191
194
### Azure AD configuration options
192
195
193
196
The following options are used by Azure AD authentication for an instance of SQL Server running on Linux.
194
197
195
198
> [!WARNING]
196
-
> Azure AD parameters are configured by the Azure Arc agent, and should not be reconfigured manually.
199
+
> Azure AD parameters are configured by the Azure extension for SQL Server, and should not be reconfigured manually. They are listed here for information purposes.
0 commit comments