Skip to content

Commit ebcfbe5

Browse files
authored
fixed typo in app service deploy best practices
fixed typo in app service deploy best practices
1 parent f7b7287 commit ebcfbe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/deploy-best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Whenever possible, use [deployment slots](deploy-staging-slots.md) when deployin
3939

4040
### Continuously deploy code
4141

42-
If your project has designated branches for testing, QA, and staging, then each of those branches should be continuously deployed to a staging slot. (This is known as the [Gitflow design](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow).) This allows your stakeholders to easily assess and test the deployed the branch.
42+
If your project has designated branches for testing, QA, and staging, then each of those branches should be continuously deployed to a staging slot. (This is known as the [Gitflow design](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow).) This allows your stakeholders to easily assess and test the deployed branch.
4343

4444
Continuous deployment should never be enabled for your production slot. Instead, your production branch (often main) should be deployed onto a non-production slot. When you are ready to release the base branch, swap it into the production slot. Swapping into production—instead of deploying to production—prevents downtime and allows you to roll back the changes by swapping again.
4545

@@ -156,4 +156,4 @@ You can also use this link to directly open App Service Diagnostics for your res
156156

157157
## More resources
158158

159-
[Environment variables and app settings reference](reference-app-settings.md)
159+
[Environment variables and app settings reference](reference-app-settings.md)

0 commit comments

Comments
 (0)