Skip to content

Commit 497c6f0

Browse files
committed
updates
1 parent 246ae94 commit 497c6f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/app-service/includes/quickstart-python/deploy-local-git.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ You can deploy your application code from a local Git repository to Azure by con
1010

1111
| Instructions | Screenshot |
1212
|:----------------|-----------:|
13-
| [!INCLUDE [Deploy local Git Azure portal 1.](./deploy-local-git-azure-portal-1.md)] | :::image type="content" source="../../media/quickstart-python/deploy-local-git-azure-portal-1-240px.png" alt-text="A screenshot showing how to locate your App Service using the search toolbar at the top of the Azure portal." lightbox="../../media/quickstart-python/deploy-local-git-azure-portal-1.png"::: |
14-
| [!INCLUDE [Deploy local Git Azure portal 2.](./deploy-local-git-azure-portal-2.md)] | :::image type="content" source="../../media/quickstart-python/deploy-local-git-azure-portal-2-240px.png" alt-text="A screenshot showing how to navigate to the deployment center in App Service and select Local Git as the deployment method." lightbox="../../media/quickstart-python/deploy-local-git-azure-portal-2.png"::: |
15-
| [!INCLUDE [Deploy local Git Azure portal 3.](./deploy-local-git-azure-portal-3.md)] | :::image type="content" source="../../media/quickstart-python/deploy-local-git-azure-portal-3-240px.png" alt-text="A screenshot showing the deployment center after saving and the remote Git URL to use for deployments." lightbox="../../media/quickstart-python/deploy-local-git-azure-portal-3.png"::: |
16-
| [!INCLUDE [Deploy local Git Azure portal 4.](./deploy-local-git-azure-portal-4.md)] | :::image type="content" source="../../media/quickstart-python/deploy-local-git-azure-portal-4-240px.png" alt-text="A screenshot showing the location of the deployment credentials in the deployment center in App Service." lightbox="../../media/quickstart-python/deploy-local-git-azure-portal-4.png"::: |
13+
| [!INCLUDE [Deploy local Git Azure portal 1](./deploy-local-git-azure-portal-1.md)] | :::image type="content" source="../../media/quickstart-python/deploy-local-git-azure-portal-1-240px.png" alt-text="A screenshot showing how to locate your App Service using the search toolbar at the top of the Azure portal." lightbox="../../media/quickstart-python/deploy-local-git-azure-portal-1.png"::: |
14+
| [!INCLUDE [Deploy local Git Azure portal 2](./deploy-local-git-azure-portal-2.md)] | :::image type="content" source="../../media/quickstart-python/deploy-local-git-azure-portal-2-240px.png" alt-text="A screenshot showing how to navigate to the deployment center in App Service and select Local Git as the deployment method." lightbox="../../media/quickstart-python/deploy-local-git-azure-portal-2.png"::: |
15+
| [!INCLUDE [Deploy local Git Azure portal 3](./deploy-local-git-azure-portal-3.md)] | :::image type="content" source="../../media/quickstart-python/deploy-local-git-azure-portal-3-240px.png" alt-text="A screenshot showing the deployment center after saving and the remote Git URL to use for deployments." lightbox="../../media/quickstart-python/deploy-local-git-azure-portal-3.png"::: |
16+
| [!INCLUDE [Deploy local Git Azure portal 4](./deploy-local-git-azure-portal-4.md)] | :::image type="content" source="../../media/quickstart-python/deploy-local-git-azure-portal-4-240px.png" alt-text="A screenshot showing the location of the deployment credentials in the deployment center in App Service." lightbox="../../media/quickstart-python/deploy-local-git-azure-portal-4.png"::: |
1717

1818
Next, in the root directory of your application, configure a [Git remote](https://git-scm.com/book/en/v2/Git-Basics-Working-with-Remotes) that points to Azure using the Git URL of the Azure remote obtained in a previous step.
1919

0 commit comments

Comments
 (0)