Skip to content

Commit 8e1ca47

Browse files
authored
Merge pull request #20322 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents bd7b75c + 92b00cb commit 8e1ca47

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/connect/jdbc/connecting-using-azure-active-directory-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Connection properties to support Azure Active Directory authentication in the Mi
2525
- **authentication**: Use this property to indicate which SQL authentication method to use for the connection.
2626
Possible values are:
2727
- **ActiveDirectoryMSI**
28-
- Supported since driver version **v7.2**, `authentication=ActiveDirectoryMSI` can be used to connect to an Azure SQL Database/Synapse Analytics from an Azure Resource with "Identity" support enabled. Optionally, **msiClientId** can be specified in the Connection/DataSource properties along with this authentication mode. `msiClientId` must contain the Client ID of a Managed Identity to be used to acquire the **accessToken** for establishing the connection.
28+
- Supported since driver version **v8.3.1**, `authentication=ActiveDirectoryMSI` can be used to connect to an Azure SQL Database/Synapse Analytics from an Azure Resource with "Identity" support enabled. Optionally, **msiClientId** can be specified in the Connection/DataSource properties along with this authentication mode. `msiClientId` must contain the Client ID of a Managed Identity to be used to acquire the **accessToken** for establishing the connection.
2929
- **ActiveDirectoryIntegrated**
3030
- Supported since driver version **v6.0**, `authentication=ActiveDirectoryIntegrated` can be used to connect to an Azure SQL Database/Synapse Analytics using integrated authentication. To use this authentication mode, you need to federate the on-premise Active Directory Federation Services (ADFS) with Azure Active Directory in the cloud. Once it's set up, you can connect by either adding the native library 'mssql-jdbc_auth-\<version>-\<arch>.dll' to the application class path on Windows, or setting up a Kerberos ticket for cross-platform authentication support. You'll be able to access Azure SQL Database/Azure Synapse Analytics without being prompted for credentials when you're logged in to a domain joined machine.
3131
- **ActiveDirectoryPassword**

docs/linux/sql-server-linux-configure-msdtc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ The following example shows how to create these rules on **Ubuntu**.
8383
```bash
8484
sudo ufw allow from any to any port 51999 proto tcp
8585
sudo ufw allow from any to any port 135 proto tcp
86+
sudo ufw allow from any to any port 13500 proto tcp
8687
```
8788

8889
The following example shows how this could be done on **Red Hat Enterprise Linux (RHEL)**:
@@ -203,4 +204,4 @@ If a client on a Windows operating system needs to enlist into distributed trans
203204

204205
## Next steps
205206

206-
For more information about SQL Server on Linux, see [SQL Server on Linux](sql-server-linux-overview.md).
207+
For more information about SQL Server on Linux, see [SQL Server on Linux](sql-server-linux-overview.md).

0 commit comments

Comments
 (0)