Skip to content

Commit 3a58a94

Browse files
authored
Merge pull request #100296 from cephalin/issue#45140
#45140
2 parents 846baf7 + 6de3d51 commit 3a58a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/app-service-deploy-atomicity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ services: app-service
55
author: cephalin
66
ms.service: app-service
77
ms.topic: "include"
8-
ms.date: 06/12/2019
8+
ms.date: 01/07/2020
99
ms.author: cephalin
1010
ms.custom: "include file"
1111
---
1212

1313
## What happens to my app during deployment?
1414

15-
All the officially supported deployment methods make changes to the files in the `/home/site/wwwroot` folder of your app. These files are the same ones that are run in production. Therefore, the deployment can fail because of locked files. The app in production may also behave unpredictably during deployment, because not all the files updated at the same time. There are a few different ways to avoid these issues:
15+
All the officially supported deployment methods make changes to the files in the `/home/site/wwwroot` folder of your app. These files are used to run your app. Therefore, the deployment can fail because of locked files. The app may also behave unpredictably during deployment, because not all the files updated at the same time. This is undesirable for a customer-facing app. There are a few different ways to avoid these issues:
1616

1717
- Stop your app or enable offline mode for your app during deployment. For more information, see [Deal with locked files during deployment](https://github.com/projectkudu/kudu/wiki/Dealing-with-locked-files-during-deployment).
1818
- Deploy to a [staging slot](../articles/app-service/deploy-staging-slots.md) with [auto swap](../articles/app-service/deploy-staging-slots.md#configure-auto-swap) enabled.

0 commit comments

Comments
 (0)