Skip to content

Adding some missing variable prefixes. #82224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions articles/app-service/reference-app-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,14 @@ The following table shows environment variables prefixes that App Service uses f
| `POSTGRESQLCONNSTR_` | Signifies a PostgreSQL connection string in the app configuration. It's injected into a .NET app as a connection string. |
| `CUSTOMCONNSTR_` | Signifies a custom connection string in the app configuration. It's injected into a .NET app as a connection string. |
| `MYSQLCONNSTR_` | Signifies an Azure SQL Database connection string in the app configuration. It's injected into a .NET app as a connection string. |
| `AZUREFILESSTORAGE_` | A connection string to a custom Azure file share for a container app. |
| `AZUREBLOBSTORAGE_` | A connection string to a custom Azure Blobs storage for a container app. |
| `AZUREFILESSTORAGE_` | A connection string to a custom share for a container app in Azure Files. |
| `AZUREBLOBSTORAGE_` | A connection string to a custom storage account for a container app in Azure Blob Storage. |
| `NOTIFICATIONHUBCONNSTR_` | Signifies a connection string to a notification hub in Azure Notification Hubs. |
| `SERVICEBUSCONNSTR_` | Signifies a connection string to an instance of Azure Service Bus. |
| `EVENTHUBCONNSTR_` | Signifies a connection string to an event hub in Azure Event Hubs. |
| `DOCDBCONNSTR_` | Signifies a connection string to a database in Azure Cosmos DB. |
| `REDISCACHECONNSTR_` | Signifies a connection string to a cache in Azure Cache for Redis. |
| `FILESHARESTORAGE_` | Signifies a connection string to a custom file share. |

## Deployment

Expand Down