Skip to content

Commit 56bd94b

Browse files
authored
Merge pull request #93375 from pamelafox/patch-3
Grammar tweak in Quickstart guide
2 parents 4b459f0 + 83e50fb commit 56bd94b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/quickstart-python.md

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

104104
## 2 - Create a web app in Azure
105105

106-
To host your application in Azure, you need to create Azure App Service web app in Azure. You can create a web app using the [Azure portal](https://portal.azure.com/), [VS Code](https://code.visualstudio.com/) using the [Azure Tools extension pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-node-azure-pack), or the Azure CLI.
106+
To host your application in Azure, you need to create Azure App Service web app in Azure. You can create a web app using [Azure portal](https://portal.azure.com/), [VS Code](https://code.visualstudio.com/), [Azure Tools extension pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-node-azure-pack), or Azure CLI.
107107

108108
### [Azure CLI](#tab/azure-cli)
109109

@@ -296,4 +296,4 @@ Having issues? [Let us know](https://aka.ms/PythonAppServiceQuickstartFeedback).
296296
> [Add user sign-in to a Python web app](../active-directory/develop/quickstart-v2-python-webapp.md)
297297
298298
> [!div class="nextstepaction"]
299-
> [Tutorial: Run Python app in custom container](./tutorial-custom-container.md)
299+
> [Tutorial: Run Python app in custom container](./tutorial-custom-container.md)

0 commit comments

Comments
 (0)