Skip to content

Commit d9f5873

Browse files
committed
Made a few edits to make the start up section more clear
1 parent a4727ef commit d9f5873

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

articles/app-service/quickstart-python.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -217,15 +217,17 @@ Having issues? Refer first to the [Troubleshooting guide](./configure-language-p
217217

218218
## 4 - Configure startup script
219219

220-
Based on the presence of certain files in your deployment, App Service automatically detects whether your app is a Django or Flask app and performs default steps to run your app. For apps based on other web frameworks like FastAPI, you need to configure a startup script for App Service to run your app; otherwise, App Service runs a default read-only app located in the *opt/defaultsite* folder. For details on how App Service runs Python apps, see [Configure a Linux Python app for Azure App Service](configure-language-python.md).
220+
Based on the presence of certain files in a deployment, App Service automatically detects whether an app is a Django or Flask app and performs default steps to run your app. For apps based on other web frameworks like FastAPI, you need to configure a startup script for App Service to run your app; otherwise, App Service runs a default read-only app located in the *opt/defaultsite* folder.
221+
222+
To learn more about how App Service runs Python apps and how you can configure and customize its behavior with your app, see [Configure a Linux Python app for Azure App Service](configure-language-python.md).
221223

222224
### [Azure CLI](#tab/azure-cli/flask)
223225

224-
App Service automatically detects the presence of a Flask app. No additional configuration is needed.
226+
App Service automatically detects the presence of a Flask app. No additional configuration is needed for this quickstart.
225227

226228
### [Azure CLI](#tab/azure-cli/django)
227229

228-
App Service automatically detects the presence of a Django app. No additional configuration is needed.
230+
App Service automatically detects the presence of a Django app. No additional configuration is needed for this quickstart.
229231

230232
### [Azure CLI](#tab/azure-cli/fastapi)
231233

@@ -250,23 +252,23 @@ az webapp restart \
250252

251253
### [VS Code](#tab/vscode-aztools/flask)
252254

253-
App Service automatically detects the presence of a Flask app. No additional configuration is needed.
255+
App Service automatically detects the presence of a Flask app. No additional configuration is needed for this quickstart.
254256

255257
### [VS Code](#tab/vscode-aztools/django)
256258

257-
App Service automatically detects the presence of a Django app. No additional configuration is needed.
259+
App Service automatically detects the presence of a Django app. No additional configuration is needed for this quickstart.
258260

259261
### [VS Code](#tab/vscode-aztools/fastapi)
260262

261263
Use Azure CLI or the Azure portal to configure the startup command.
262264

263265
### [Azure portal](#tab/azure-portal/flask)
264266

265-
App Service automatically detects the presence of a Flask app. No additional configuration is needed.
267+
App Service automatically detects the presence of a Flask app. No additional configuration is needed for this quickstart.
266268

267269
### [Azure portal](#tab/azure-portal/django)
268270

269-
App Service automatically detects the presence of a Django app. No additional configuration is needed.
271+
App Service automatically detects the presence of a Django app. No additional configuration is needed for this quickstart.
270272

271273
#### [Azure portal](#tab/azure-portal/fastapi)
272274

0 commit comments

Comments
 (0)