Skip to content

Commit 75d0933

Browse files
committed
fixing typo
1 parent 32fd3bb commit 75d0933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/configure-common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ At runtime, connection strings are available as environment variables, prefixed
217217
* PostgreSQL: `POSTGRESQLCONNSTR_`
218218

219219
>[!Note]
220-
> .NET apps targeting PostgreSQL should set the connection string to **Custom** a workaround for a [knows issue in .NET EnvironmentVariablesConfigurationProvider](https://github.com/dotnet/runtime/issues/36123)
220+
> .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)
221221
>
222222
223223
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)