Skip to content

Commit 67a067e

Browse files
author
Jason Freeberg
authored
Update deploy-zip.md
1 parent 15e9207 commit 67a067e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/deploy-zip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ 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.
88+
Always use `/api/wardeploy` when deploying WAR files. This API will expand your WAR file and place it on the shared file drive. using other deployment APIs may result in inconsistent behavior.
8989

9090
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).
9191

0 commit comments

Comments
 (0)