Skip to content

Commit 21ed71e

Browse files
authored
Updated documentation to reflect UI update where App settings was moved to Environment variables under Settings
1 parent f992be8 commit 21ed71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ When you push commits to your App Service repository, App Service deploys the fi
147147
git push azure main
148148
```
149149

150-
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`.
150+
You can also change the `DEPLOYMENT_BRANCH` app setting in the Azure portal, by selecting **Environment variables** under **Settings** and adding a new App setting with a name of `DEPLOYMENT_BRANCH` and value of `main`.
151151

152152
## Troubleshoot deployment
153153

0 commit comments

Comments
 (0)