Skip to content

Commit 36777e1

Browse files
committed
dependent tabs - second try
1 parent 2ce6895 commit 36777e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/app-service/quickstart-python.md

Lines changed: 5 additions & 5 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'll 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 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.
1717

1818
To complete this quickstart, you need:
1919

@@ -229,9 +229,9 @@ App Service automatically detects the presence of a Django app. No additional co
229229

230230
### [FastAPI](#tab/fastapi)
231231

232-
For FastAPI you must configure a custom startup command for App Service to run your app.
232+
For FastAPI, you must configure a custom startup command for App Service to run your app.
233233

234-
#### [Azure CLI](#tab/fastapi/azure-cli)
234+
#### [Azure CLI](#tab/azure-cli/fastapi)
235235

236236
First, configure the startup command using the [az webapp config set](/cli/azure/webapp/config#az-webapp-config-set) command.
237237

@@ -250,11 +250,11 @@ az webapp restart \
250250
--resource-group $RESOURCE_GROUP_NAME
251251
```
252252

253-
#### [VS Code](#tab/fastapi/vscode-aztools)
253+
#### [VS Code](#tab/vscode-aztools/fastapi)
254254

255255
Use Azure CLI or the Azure portal to configure the startup command.
256256

257-
#### [Azure portal](#tab/fastapi/azure-portal)
257+
#### [Azure portal](#tab/azure-portal/fastapi)
258258

259259
First, configure the startup command. Under **Settings**, on the left menu, select the app's **Configuration** page, then select **General settings**. In the **Startup Command** field, enter *python main.py*. Then select **Save** to apply the changes. Wait for the notification that the settings have been updated before proceeding.
260260

0 commit comments

Comments
 (0)