Skip to content

Commit af9fe28

Browse files
authored
Apply suggestions from PR review
Date fixes, alt-text fix, heading-level fix
1 parent d9f5873 commit af9fe28

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/app-service/includes/quickstart-python/configure-startup-azure-portal-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: JimacoMS4
33
ms.author: v-jibrannian
44
ms.topic: include
5-
ms.date: 07/02/7024
5+
ms.date: 07/02/2024
66
---
77
First, configure the startup command in Azure App Service. Navigate to the page for the App Service instance in the Azure portal.<br>
88
<br>

articles/app-service/includes/quickstart-python/configure-startup-azure-portal-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: JimacoMS4
33
ms.author: v-jibrannian
44
ms.topic: include
5-
ms.date: 07/02/7024
5+
ms.date: 07/02/2024
66
---
77
Next, restart the web app.<br>
88
<br>

articles/app-service/quickstart-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Having issues? [Let us know](https://aka.ms/PythonAppServiceQuickstartFeedback).
135135

136136
1. Browse to the sample application at `http://localhost:8000` in a web browser.
137137

138-
:::image type="content" source="./media/quickstart-python/run-django-app-localhost.png" alt-text="Screenshot of the FastAPI app running locally in a browser":::
138+
:::image type="content" source="./media/quickstart-python/run-django-app-localhost.png" alt-text="Screenshot of the FastAPI app running locally in a browser.":::
139139

140140
Having issues? [Let us know](https://aka.ms/PythonAppServiceQuickstartFeedback).
141141

@@ -270,7 +270,7 @@ App Service automatically detects the presence of a Flask app. No additional con
270270

271271
App Service automatically detects the presence of a Django app. No additional configuration is needed for this quickstart.
272272

273-
#### [Azure portal](#tab/azure-portal/fastapi)
273+
### [Azure portal](#tab/azure-portal/fastapi)
274274

275275
For FastAPI, you must configure a custom startup command for App Service to run your app. The following command starts Gunicorn with 2 Uvicorn worker processes: `gunicorn -w 2 -k uvicorn.workers.UvicornWorker -b 0.0.0.0:8000 main:app`.
276276

0 commit comments

Comments
 (0)