Skip to content

Commit 13b324d

Browse files
Add metadata
1 parent 99915df commit 13b324d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

‎README.md‎

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
---
2+
page_type: sample
3+
languages:
4+
- azdeveloper
5+
- python
6+
- bicep
7+
- html
8+
products:
9+
- azure
10+
- azure-app-service
11+
- azure-postgresql
12+
- azure-virtual-networks
13+
urlFragment: msdocs-flask-postgresql-sample-app
14+
name: Deploy a Python (Flask) web app with PostgreSQL in Azure
15+
description: This is a Python web app using the Flask framework and the Azure Database for PostgreSQL relational database service.
16+
---
17+
<!-- YAML front-matter schema: https://review.learn.microsoft.com/en-us/help/contribute/samples/process/onboarding?branch=main#supported-metadata-fields-for-readmemd -->
18+
119
# Deploy a Python (Flask) web app with PostgreSQL in Azure
220

321
This is a Python web app using the Flask framework and the Azure Database for PostgreSQL relational database service. The Flask 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.

0 commit comments

Comments
(0)