Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added AzureRmWebAppDeploymentV5 to support OneDeploy for Linux App Service #20789

Merged
merged 5 commits into from
Jan 20, 2025

Conversation

v-snalawade
Copy link
Contributor

@v-snalawade v-snalawade commented Jan 17, 2025

Task name: AzureRmWebAppDeploymentV5

Description:

  1. Added AzureRmWebAppDeploymentV5 to support OneDeploy for Linux App Service.
  2. OneDeploy supports both clean (default) and incremental deployment options. For incremental deployment option, user needs to uncheck the clean deployment checkbox (i.e. set task parameter CleanDeploymentFlag to false)
  3. We can fallback to ZipDeploy by specifying DeploymentTypeLinux parameter as zipDeploy.
  4. Both onedeploy and zipDeploy for LinuxAppService use the newer version of common package (Added checksum header to kudu deployment request conditionally azure-pipelines-tasks-common-packages#411) to compute checksum for the attached zip or jar file.

PR #20736 shows changes in V5 w.r.t. V4.

Documentation changes required: initiated the process

Added unit tests: Y

Attached related issue: N - Related issue is in ADO repository and has been shared with the reviewers

Checklist:

  • Task version was bumped - please check instruction how to do it
  • Checked that applied changes work as expected

@v-snalawade v-snalawade merged commit 9c40bb0 into master Jan 20, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants