@@ -255,22 +255,23 @@ Connection connection=DriverManager.getConnection(url,properties);
255255
256256## JDBC Parameters
257257
258- | Parameter Key | Description|
259- | ----------------------------------------| ---|
260- | azure.clientId | Client ID to use when performing service principal authentication with Azure.|
261- | azure.clientSecret | Client secret to use when performing service principal authentication with Azure.|
262- | azure.clientCertificatePath | Path of a PEM/PFX certificate file to use when performing service principal authentication with Azure.|
263- | azure.clientCertificatePassword | Password of the certificate file.|
264- | azure.username | Username to use when performing username/password authentication with Azure.|
265- | azure.password | Password to use when performing username/password authentication with Azure.|
266- | azure.managedIdentityEnabled | Whether to enable managed identity to authenticate with Azure.|
267- | azure.authorityHost | The well known authority hosts for the Azure Public Cloud and sovereign clouds.|
268- | azure.tenantId | Tenant ID for Azure resources.|
269- | azure.claims | Claims for Azure resources.|
270- | azure.scopes | Scopes for Azure resources.|
271- | azure.accessTokenTimeoutInSeconds | Max time to get an access token.|
272- | azure.tokenCredentialProviderClassName | The canonical class name of a class that implements 'TokenCredentialProvider'.|
273- | azure.tokenCredentialBeanName | The given bean name of a TokenCredential bean in the Spring context.|
258+ | Parameter Key | Description |
259+ | ----------------------------------------| --------------------------------------------------------------------------------------------------------|
260+ | azure.clientId | Client ID to use when performing service principal authentication with Azure. |
261+ | azure.clientSecret | Client secret to use when performing service principal authentication with Azure. |
262+ | azure.clientCertificatePath | Path of a PEM/PFX certificate file to use when performing service principal authentication with Azure. |
263+ | azure.clientCertificatePassword | Password of the certificate file. |
264+ | azure.username | Username to use when performing username/password authentication with Azure. |
265+ | azure.password | Password to use when performing username/password authentication with Azure. |
266+ | azure.managedIdentityEnabled | Whether to enable managed identity to authenticate with Azure. |
267+ | azure.authorityHost | The well known authority hosts for the Azure Public Cloud and sovereign clouds. |
268+ | azure.tenantId | Tenant ID for Azure resources. |
269+ | azure.claims | Claims for Azure resources. |
270+ | azure.scopes | Scopes for Azure resources. |
271+ | azure.accessTokenTimeoutInSeconds | Max time to get an access token. The default value is ` 30 ` seconds. |
272+ | azure.tokenCredentialProviderClassName | The canonical class name of a class that implements 'TokenCredentialProvider'. |
273+ | azure.tokenCredentialBeanName | The given bean name of a TokenCredential bean in the Spring context. |
274+ | azure.tokenCredentialCacheEnabled | Whether to enable the token credential cache. Enabled by default. |
274275
275276## Troubleshooting
276277
0 commit comments