Skip to content

Commit b486735

Browse files
committed
validation
1 parent afefc09 commit b486735

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/app-service/containers/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
- name: Deploy the app
105105
items:
106106
- name: Run from package
107-
href: deploy-run-package.md
107+
href: ../deploy-run-package.md?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json
108108
- name: Deploy via FTP
109109
href: ../deploy-ftp.md?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json
110110
- name: Deploy via cloud sync

articles/app-service/deploy-run-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ If you publish an updated package with the same name to Blob storage, you need t
6969
## More resources
7070

7171
- [Continuous deployment for Azure App Service](deploy-continuous-deployment.md)
72-
- [Deploy code with a ZIP or WAR file](deployment-zip-push.md)
72+
- [Deploy code with a ZIP or WAR file](deploy-zip.md)

includes/app-service-deploy-atomicity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ ms.custom: "include file"
1414

1515
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

17-
- [Run your app from the ZIP package directly](../articles/app-service/deploy-run-zip-package.md), without unpacking it.
17+
- [Run your app from the ZIP package directly](../articles/app-service/deploy-run-package.md), without unpacking it.
1818
- 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).
1919
- 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)