Skip to content

Commit 15e9207

Browse files
author
Jason Freeberg
authored
Add note for WAR deploy
Explicitly mention that WAR deploy should be used for WAR files
1 parent c5484e1 commit 15e9207

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/app-service/deploy-zip.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ For more information, see [Kudu documentation](https://github.com/projectkudu/ku
8585

8686
To deploy a WAR file to App Service, send a POST request to `https://<app_name>.scm.azurewebsites.net/api/wardeploy`. The POST request must contain the .war file in the message body. The deployment credentials for your app are provided in the request by using HTTP BASIC authentication.
8787

88+
Always use `/api/wardeploy` when deploying WAR files. This API will expand your WAR file and place it on the shared file drive. Otherwise, you may experience inconsistent deployment behavior.
89+
8890
For the HTTP BASIC authentication, you need your App Service deployment credentials. To see how to set your deployment credentials, see [Set and reset user-level credentials](deploy-configure-credentials.md#userscope).
8991

9092
### With cURL

0 commit comments

Comments
 (0)