Skip to content

Commit 8ec4966

Browse files
authored
Merge pull request #122464 from neoscie/patch-1
Enhance clarity for workaround with unsupported Connection String Types
2 parents 520b042 + 3f82e7c commit 8ec4966

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/app-service/configure-common.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,15 @@ At runtime, connection strings are available as environment variables, prefixed
212212
* MySQL: `MYSQLCONNSTR_`
213213
* SQLAzure: `SQLAZURECONNSTR_`
214214
* Custom: `CUSTOMCONNSTR_`
215-
* PostgreSQL: `POSTGRESQLCONNSTR_`
215+
* PostgreSQL: `POSTGRESQLCONNSTR_`
216+
* Notification Hub: `NOTIFICATIONHUBCONNSTR_`
217+
* Service Bus: `SERVICEBUSCONNSTR_`
218+
* Event Hub: `EVENTHUBCONNSTR_`
219+
* Document Db: `DOCDBCONNSTR_`
220+
* Redis Cache: `REDISCACHECONNSTR_`
216221

217222
>[!Note]
218-
> .NET apps targeting PostgreSQL should set the connection string to **Custom** as workaround for a [knows issue in .NET EnvironmentVariablesConfigurationProvider](https://github.com/dotnet/runtime/issues/36123)
223+
> .NET apps targeting PostgreSQL, Notification Hub, Service Bus, Event Hub, Document Db and Redis Cache should set the connection string to **Custom** as workaround for a [known issue in .NET EnvironmentVariablesConfigurationProvider](https://github.com/dotnet/runtime/issues/36123)
219224
>
220225
221226
For example, a MySQL connection string named *connectionstring1* can be accessed as the environment variable `MYSQLCONNSTR_connectionString1`. For language-stack specific steps, see:

0 commit comments

Comments
 (0)