Skip to content

Commit bbb7371

Browse files
Merge pull request #291984 from msangapu-msft/patch-8
Update tutorial-python-postgresql-app.md
2 parents 3b73015 + 21970a6 commit bbb7371

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

articles/app-service/tutorial-python-postgresql-app.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -142,22 +142,6 @@ python manage.py runserver
142142

143143
## 1. Create App Service and PostgreSQL
144144

145-
146-
### [Flask](#tab/flask)
147-
148-
```bash
149-
git clone https://github.com/Azure-Samples/msdocs-flask-postgresql-sample-app.git
150-
```
151-
152-
### [Django](#tab/django)
153-
154-
```bash
155-
git clone https://github.com/Azure-Samples/msdocs-django-postgresql-sample-app.git
156-
```
157-
158-
-----
159-
160-
161145
In this step, you create the Azure resources. The steps used in this tutorial create a set of secure-by-default resources that include App Service and Azure Database for PostgreSQL. For the creation process, you'll specify:
162146

163147
* The **Name** for the web app. It's the name used as part of the DNS name for your webapp in the form of `https://<app-name>.azurewebsites.net`.

0 commit comments

Comments
 (0)