Skip to content

Commit f506eac

Browse files
authored
replace deprecated term per Acrolinx scorecard
1 parent 505c43f commit f506eac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ git remote add azure https://<username>@<app-name>.scm.azurewebsites.net/<app-na
8383
>
8484
> Then use the command output to run `git remote add azure <url>` like above.
8585
86-
Push to the Azure remote to deploy your app with the following command. When prompted for a password, make sure that you enter the password you created in [Configure a deployment user](#configure-a-deployment-user), not the password you use to log in to the Azure portal.
86+
Push to the Azure remote to deploy your app with the following command. When prompted for a password, make sure that you enter the password you created in [Configure a deployment user](#configure-a-deployment-user), not the password you use to sign in to the Azure portal.
8787
8888
```bash
8989
git push azure master
@@ -206,7 +206,7 @@ git config --global http.postBuffer 524288000
206206
OR
207207
* `npm ERR! [modulename@version] preinstall: \make || gmake\`
208208

209-
## Additional Resources
209+
## Additional resources
210210

211211
* [Project Kudu documentation](https://github.com/projectkudu/kudu/wiki)
212212
* [Continuous Deployment to Azure App Service](deploy-continuous-deployment.md)

0 commit comments

Comments
 (0)