We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b6f41 commit 469abdbCopy full SHA for 469abdb
articles/service-connector/includes/code-postgres-me-id.md
@@ -75,7 +75,7 @@ using (var connection = new NpgsqlConnection(connectionString))
75
import java.sql.*;
76
77
String url = System.getenv("AZURE_POSTGRESQL_CONNECTIONSTRING");
78
- String pluginName = "com.Azure.identity.extensions.jdbc.postgresql.AzurePostgresqlAuthenticationPlugin";
+ String pluginName = "com.azure.identity.extensions.jdbc.postgresql.AzurePostgresqlAuthenticationPlugin";
79
Connection connection = DriverManager.getConnection(url + "&authenticationPluginClassName=" + pluginName);
80
```
81
0 commit comments