Proposed Pull Request Change

author ms.author ms.topic ms.date ms.service
DavidCBerry13 daberry include 01/30/2022 azure-app-service
📄 Document Links
GitHub View on GitHub Microsoft Learn View on Microsoft Learn
Content Truncation Detected
The generated rewrite appears to be incomplete.
Original lines: -
Output lines: -
Ratio: -
Raw New Markdown
Generating updated version of doc...
Rendered New Markdown
Generating updated version of doc...
+0 -0
+0 -0
--- author: DavidCBerry13 ms.author: daberry ms.topic: include ms.date: 01/30/2022 ms.service: azure-app-service --- ##### [bash](#tab/terminal-bash) ```bash curl -X POST \ -H 'Content-Type: application/zip' \ -u <deployment-user> \ -T <zip-file-name> \ https://<app-name>.scm.azurewebsites.net/api/zipdeploy ``` ##### [PowerShell terminal](#tab/terminal-powershell) For PowerShell, make sure to enclose the username in single quotes so PowerShell does not try to interpret the username as a PowerShell variable. ```powershell curl -X POST ` -H 'Content-Type: application/zip' ` -u '<deployment-user>' ` -T <zip-file-name> ` https://<app-name>.scm.azurewebsites.net/api/zipdeploy ``` ---
Success! Branch created successfully. Create Pull Request on GitHub
Error: