From 29a483c58fcd6c0b2231ad97ca128edcce09d3e8 Mon Sep 17 00:00:00 2001 From: "Jianing Wang (WICRESOFT NORTH AMERICA LTD)" Date: Tue, 16 Jan 2024 14:35:22 +0800 Subject: [PATCH] Add metadata --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 2259a65e..58e7b28f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ +--- +page_type: sample +languages: +- azdeveloper +- python +- bicep +- html +products: +- azure +- azure-app-service +- azure-postgresql +- azure-virtual-networks +urlFragment: msdocs-django-postgresql-sample-app +name: Deploy a Python (Django) web app with PostgreSQL in Azure +description: This is a Python web app using the Django framework and the Azure Database for PostgreSQL relational database service. +--- + + # Deploy a Python (Django) web app with PostgreSQL in Azure This is a Python web app using the Django framework and the Azure Database for PostgreSQL relational database service. The Django app is hosted in a fully managed Azure App Service. This app is designed to be be run locally and then deployed to Azure. You can either deploy this project by following the tutorial [*Deploy a Python (Django or Flask) web app with PostgreSQL in Azure*](https://docs.microsoft.com/azure/app-service/tutorial-python-postgresql-app) or by using the [Azure Developer CLI (azd)](https://learn.microsoft.com/azure/developer/azure-developer-cli/overview) according to the instructions below.