Skip to content

Commit a79b28f

Browse files
committed
change
1 parent 601fce5 commit a79b28f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/app-service/deploy-local-git.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: cephalin
1313
One of the simplest ways to deploy code is from your local computer. This article shows you how to deploy your app to [Azure App Service](overview.md) from a Git repository on your local computer.
1414

1515
> [!NOTE]
16-
> Local Git deployment requires [Source Control Manager (SCM) basic authentication](deploy-configure-credentials.md), which is less secure than [other deployment methods](deploy-authentication-types.md). If [basic authentication is disabled]((configure-basic-auth-disable.md)), you can't configure local Git deployment in the app Deployment Center.
16+
> Local Git deployment requires [Source Control Manager (SCM) basic authentication](deploy-configure-credentials.md), which is less secure than [other deployment methods](deploy-authentication-types.md). If [basic authentication is disabled](configure-basic-auth-disable.md), you can't configure local Git deployment in the app's Deployment Center.
1717
1818
## Prerequisites
1919

@@ -94,7 +94,7 @@ The URL contains the user-scope deployment user name. If there's no user-scope d
9494

9595
1. The **Git clone URI** appears under **Local Git** on the **Settings** screen. This URI doesn't contain any sign-in information. Copy the value to use in the next step.
9696

97-
If you already have an app to use, you can configure local Git deployment from the **Settings** tab of the app's **Deployment Center**. Copy the deployment URI.
97+
If you already have an App Service app to use, you can configure local Git deployment from the **Settings** tab of the app's **Deployment Center**. Copy the deployment URI.
9898

9999
-----
100100

@@ -126,7 +126,7 @@ When you push commits to your `azure` App Service repository, App Service deploy
126126
git push azure main:master
127127
```
128128

129-
- Change the `DEPLOYMENT_BRANCH` app setting to `main`, and then push the commit to `main`.
129+
- Change the `DEPLOYMENT_BRANCH` app setting to `main` before you push the commit to `main`.
130130

131131
- Azure CLI:
132132

496 Bytes
Loading

0 commit comments

Comments
 (0)