|
I'm trying to connect a DAB Container APP to a flexible postgresql server in azure. Since the azure portal provides an ADO.NET connection string, I provide that string as the connection string environment variable, after filling in the password. I've noticed, that this quickstart (guide) initializes dab with a connection string that differs from the one provided by the flexible postgresql server: What is the correct format for a connection string when connecting to a postgresql database? Full exception from the dab container: |
Replies: 1 comment
|
The ADO.NET format works fine, make sure though to use single quotes when using the string in the shell as the special characters in the password might be interpreted otherwise 😭 |
The ADO.NET format works fine, make sure though to use single quotes when using the string in the shell as the special characters in the password might be interpreted otherwise 😭