Skip to content

Commit cd3f62f

Browse files
committed
Add image of example app.
1 parent 354ca7c commit cd3f62f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

101 KB
Loading

articles/python/tutorial-containerize-deploy-python-web-app-azure-01.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Following this tutorial, you'll have the basis for Continuous Integration (CI) a
2626
## Service overview
2727

2828
The service diagram supporting this tutorial shows two environments (developer environment and Azure) and the different Azure services used in the tutorial.
29-
29+
3030
:::image type="content" source="./media/tutorial-container-web-app/containerization-of-python-apps-overview.png" alt-text="A screenshot of the services using in the Tutorial - Containerized Python App on Azure." lightbox="./media/tutorial-container-web-app/containerization-of-python-apps-overview.png":::
3131

3232
The components supporting this tutorial and shown in the diagram above are:
@@ -78,11 +78,11 @@ To complete this tutorial, you'll need:
7878

7979
* [Docker][4] installed locally if you want to run container locally.
8080

81-
8281
## Sample app
8382

8483
The Python sample app is a restaurant review app that saves restaurant and review data in MongoDB. At the end of the tutorial, you'll have a restaurant review app deployed and running in Azure.
8584

85+
:::image type="content" source="./media/tutorial-container-web-app/containerization-of-python-web-app-sample-app-screenshot.png" alt-text="A screenshot of the sample app created from the Python containerized web app used in the Tutorial - Containerized Python App on Azure." lightbox="./media/tutorial-container-web-app/containerization-of-python-web-app-sample-app-screenshot.png":::
8686

8787
[1]: https://azure.microsoft.com/services/app-service/
8888
[2]: /azure/cosmos-db/mongodb/mongodb-introduction

0 commit comments

Comments
 (0)