Skip to content

[BUG] behavioral change for deployment status of Web App deployment slot OneDeploy #30202

Open
@XiaofeiCao

Description

@XiaofeiCao

API Spec link

https://github.com/Azure/azure-rest-api-specs/blob/main/specification/web/resource-manager/Microsoft.Web/stable/2023-12-01/WebApps.json#L12164

API Spec version

2023-12-01

Describe the bug

Customer reported from SDK: Azure/azure-sdk-for-java#41478

After OneDeploy(url and parameters: https://571395cd02-slot51181.scm.azurewebsites.net/api/publish?type=jar&isAsync=true&trackDeploymentProgress=true) for deployment slot, we can only get BuildSuccessful, not RuntimeSuccess. Previously for both WebApp and WebApp deployment slot, we'll get RuntimeSuccessful.

Expected behavior

For deployment slot, we should be able to get RuntimeSuccessful.

Actual behavior

For deployment slot deploy, we can only get BuildSuccessful.

Reproduction Steps

  1. Create WebApp with linux plan and Java11
  2. Deploy Jar through https://571395cd02-slot51181.scm.azurewebsites.net/api/publish?type=jar&isAsync=true&trackDeploymentProgress=true
  3. continuously get deployment status through https://github.com/Azure/azure-rest-api-specs/blob/main/specification/web/resource-manager/Microsoft.Web/stable/2023-12-01/WebApps.json#L12164
  4. Stuck at BuildSuccessful. Never reached RuntimeSuccessful

Environment

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    MgmtThis issue is related to a management-plane library.Service AttentionWorkflow: This issue is responsible by Azure service team.Web AppsbugThis issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions