You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/reference-app-settings.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ The following table shows environment variables prefixes that App Service uses f
68
68
|`SQLAZURECONNSTR_`| Signifies an Azure SQL Database connection string in the app configuration. It's injected into a .NET app as a connection string. |
69
69
|`POSTGRESQLCONNSTR_`| Signifies a PostgreSQL connection string in the app configuration. It's injected into a .NET app as a connection string. |
70
70
|`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. |
72
72
|`AZUREFILESSTORAGE_`| A connection string to a custom share for a custom container in Azure Files. |
73
73
|`AZUREBLOBSTORAGE_`| A connection string to a custom storage account for a custom container in Azure Blob Storage. |
74
74
|`NOTIFICATIONHUBCONNSTR_`| Signifies a connection string to a notification hub in Azure Notification Hubs. |
0 commit comments