Skip to content

Commit e53307e

Browse files
authored
Update reference-app-settings.md
1 parent 6024bef commit e53307e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/reference-app-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The following table shows environment variables prefixes that App Service uses f
6868
| `SQLAZURECONNSTR_` | Signifies an Azure SQL Database connection string in the app configuration. It's injected into a .NET app as a connection string. |
6969
| `POSTGRESQLCONNSTR_` | Signifies a PostgreSQL connection string in the app configuration. It's injected into a .NET app as a connection string. |
7070
| `CUSTOMCONNSTR_` | Signifies a custom connection string in the app configuration. It's injected into a .NET app as a connection string. |
71-
| `MYSQLCONNSTR_` | Signifies an Azure SQL Database connection string in the app configuration. It's injected into a .NET app as a connection string. |
71+
| `MYSQLCONNSTR_` | Signifies a MySQL Database connection string in the app configuration. It's injected into a .NET app as a connection string. |
7272
| `AZUREFILESSTORAGE_` | A connection string to a custom share for a custom container in Azure Files. |
7373
| `AZUREBLOBSTORAGE_` | A connection string to a custom storage account for a custom container in Azure Blob Storage. |
7474
| `NOTIFICATIONHUBCONNSTR_` | Signifies a connection string to a notification hub in Azure Notification Hubs. |
@@ -734,4 +734,4 @@ HTTPSCALE_FORWARD_REQUEST
734734
IS_VALID_STAMP_TOKEN
735735
NEEDS_SITE_RESTRICTED_TOKEN
736736
HTTP_X_MS_PRIVATELINK_ID
737-
-->
737+
-->

0 commit comments

Comments
 (0)