Skip to content

Commit a4727ef

Browse files
committed
incorporate Bob's feedback
1 parent 191daca commit a4727ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/quickstart-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: devx-azure-cli, devx-azure-portal, devx-vscode-azure-extension, devdi
1313

1414
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
1515

16-
In this quickstart, you deploy a Python web app (Django or Flask) to [Azure App Service](./overview.md#app-service-on-linux). Azure App Service is a fully managed web hosting service that supports Python apps hosted in a Linux server environment.
16+
In this quickstart, you deploy a Python web app (Django, Flask, or FastAPI) to [Azure App Service](./overview.md#app-service-on-linux). Azure App Service is a fully managed web hosting service that supports Python apps hosted in a Linux server environment.
1717

1818
To complete this quickstart, you need:
1919

@@ -25,7 +25,7 @@ To complete this quickstart, you need:
2525
2626
## 1 - Sample application
2727

28-
This quickstart can be completed using either Flask or Django. A sample application in each framework is provided to help you follow along with this quickstart. Download or clone the sample application to your local workstation.
28+
This quickstart can be completed using either Flask, Django, or FastAPI. A sample application in each framework is provided to help you follow along with this quickstart. Download or clone the sample application to your local workstation.
2929

3030
### [Flask](#tab/flask)
3131

@@ -396,7 +396,7 @@ Having issues? [Let us know](https://aka.ms/PythonAppServiceQuickstartFeedback).
396396
## Next steps
397397

398398
> [!div class="nextstepaction"]
399-
> [Tutorial: Python (Django) web app with PostgreSQL](./tutorial-python-postgresql-app.md)
399+
> [Tutorial: Python (Django or Flask) web app with PostgreSQL](./tutorial-python-postgresql-app.md)
400400
401401
> [!div class="nextstepaction"]
402402
> [Configure Python app](./configure-language-python.md)

0 commit comments

Comments
 (0)