Skip to content

Commit 3e54d9d

Browse files
authored
Merge pull request #110349 from SnehaAgrawal-MSFT/patch-15
(AzureCXP)MicrosoftDocs/azure-docs/issues/51493
2 parents 739b30b + ae39620 commit 3e54d9d

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)