Skip to content

Commit 9b2f09b

Browse files
committed
fix
1 parent ebd9565 commit 9b2f09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/app-service-web-git-push-to-azure-no-h.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Back in the local terminal window, add an Azure remote to your local Git reposit
1616
git remote add azure <deploymentLocalGitUrl-from-create-step>
1717
```
1818

19-
Push to the Azure remote to deploy your app with the following command. When Git Credential Manager prompts you for credentials, make sure that you enter the credentials you created in [Configure a deployment user](#configure-a-deployment-user), not the credentials you use to sign in to the Azure portal.
19+
Push to the Azure remote to deploy your app with the following command. When Git Credential Manager prompts you for credentials, make sure you enter the credentials you created in [Configure a deployment user](/azure/app-service/containers/tutorial-python-postgresql-app#configure-a-deployment-user), not the credentials you use to sign in to the Azure portal.
2020

2121
```bash
2222
git push azure master

0 commit comments

Comments
 (0)