File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ title: Azure Key Vault sample
33description : This JDBC code example demonstrates how to use Azure Key Vault as your key store provider when using Always Encrypted.
44ms.custom : " "
55ms.date : 07/30/2021
6-
7-
86ms.prod : sql
97ms.prod_service : connectivity
108ms.reviewer : v-daenge
@@ -246,4 +244,4 @@ public class AKV {
246244
247245[ Azure Key vault sample version 7.0] ( azure-key-vault-sample-version-7.0.md )
248246[ Azure Key vault sample version 6.2.2] ( azure-key-vault-sample-version-6.2.2.md )
249- [ Azure Key vault sample version 6.0.0] ( azure-key-vault-sample-version-6.0.0.md )
247+ [ Azure Key vault sample version 6.0.0] ( azure-key-vault-sample-version-6.0.0.md )
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ The connection string properties can be specified in various ways:
2222- As name=value properties in the connection URL when you connect by using the DriverManager class.
2323- As name=value properties in the * Properties* parameter of the Connect method in the DriverManager class.
2424- As values in the appropriate setter method of the data source of the driver. For example:
25+
2526 ``` java
2627 datasource. setServerName(value)
2728 datasource. setDatabaseName(value)
@@ -30,6 +31,7 @@ The connection string properties can be specified in various ways:
3031## Remarks
3132
3233Property names are case - insensitive, and duplicate property names are resolved in the following order:
34+
33351. API arguments (such as user and password)
34362. Property collection
35373. Last instance in the connection string
You can’t perform that action at this time.
0 commit comments