Skip to content

Commit af2df5f

Browse files
authored
Merge pull request #93383 from pamelafox/patch-5
Add tip on how to add DEPLOYMENT_BRANCH in Portal
2 parents b3f9d7a + 6ed2c33 commit af2df5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ When you push commits to your App Service repository, App Service deploys the fi
143143
git push azure main
144144
```
145145

146+
You can also change the `DEPLOYMENT_BRANCH` app setting in the Azure Portal, by selecting **Configuration** under **Settings** and adding a new Application Setting with a name of `DEPLOYMENT_BRANCH` and value of `main`.
147+
148+
146149
## Troubleshoot deployment
147150

148151
You may see the following common error messages when you use Git to publish to an App Service app in Azure:

0 commit comments

Comments
 (0)