Skip to content

Commit ae39620

Browse files
(AzureCXP)MicrosoftDocs/azure-docs/issues/51493
updated connection strings prefixed connection types as below, also added Azure Databases for PostgreSQL which is an option now, seen from Azure Portal and added the connection string prefix for that is "POSTGRESQLCONNSTR_" which isn't documented here. * SQLServer: `SQLCONNSTR_` * SQLAzure: `SQLAZURECONNSTR_` * PostgreSQL: `POSTGRESQLCONNSTR_`
1 parent 43468e2 commit ae39620

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/app-service/configure-common.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,11 @@ For other language stacks, it's better to use [app settings](#configure-app-sett
9191

9292
At runtime, connection strings are available as environment variables, prefixed with the following connection types:
9393

94-
* SQL Server: `SQLCONNSTR_`
95-
* MySQL: `MYSQLCONNSTR_`
96-
* SQL Database: `SQLAZURECONNSTR_`
94+
* SQLServer: `SQLCONNSTR_`
95+
* MySQL: `MYSQLCONNSTR_`
96+
* SQLAzure: `SQLAZURECONNSTR_`
9797
* Custom: `CUSTOMCONNSTR_`
98+
* PostgreSQL: `POSTGRESQLCONNSTR_`
9899

99100
For example, a MySql connection string named *connectionstring1* can be accessed as the environment variable `MYSQLCONNSTR_connectionString1`. For language-stack specific steps, see:
100101

0 commit comments

Comments
 (0)