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.
2 parents 7f1c453 + 469abdb commit e61f9aaCopy full SHA for e61f9aa
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