From e34650c212ad4e6e9e0ed0e441f644ada9de9676 Mon Sep 17 00:00:00 2001 From: Kaiyuan Li Date: Mon, 5 Feb 2024 10:01:42 -0800 Subject: [PATCH] add more description in azure example --- .../azure/configuration/SimpleAzureVaultJsonExample.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ojdbc-provider-samples/src/main/java/oracle/jdbc/provider/azure/configuration/SimpleAzureVaultJsonExample.java b/ojdbc-provider-samples/src/main/java/oracle/jdbc/provider/azure/configuration/SimpleAzureVaultJsonExample.java index e2c69e07..5542ccaa 100644 --- a/ojdbc-provider-samples/src/main/java/oracle/jdbc/provider/azure/configuration/SimpleAzureVaultJsonExample.java +++ b/ojdbc-provider-samples/src/main/java/oracle/jdbc/provider/azure/configuration/SimpleAzureVaultJsonExample.java @@ -59,6 +59,11 @@ *
  • AZURE_CLIENT_SECRET A client secret that was generated for the App * Registration.
  • * + *

    + * To run this example, the payload needs to be stored in Azure Vault Secret. + * The payload examples can be found in + * {@link oracle.jdbc.spi.OracleConfigurationProvider}. + *

    *

    The Oracle DataSource uses a new prefix * jdbc:oracle:thin:@config-azurevault: * to be able to identify that the configuration parameters should be loaded