services | platforms | author |
---|---|---|
app-service\web,app-service |
python |
cephalin |
This samples is a simple Django app that connects to a PostgreSQL database. Please refer to the corresponding tutorials to get started with this sample repo.
When deployed to Azure App Service, the database connection information is specified via environment variables RESOURCECONNECTOR_NAME
, RESOURCECONNECTOR_HOST
, RESOURCECONNECTOR_USER
, and RESOURCECONNECTOR_PASSWORD
. This app always uses the default PostgreSQL port. See the tutorials for more information.