Open
Description
API Spec link
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
- Create WebApp with linux plan and Java11
- Deploy Jar through https://571395cd02-slot51181.scm.azurewebsites.net/api/publish?type=jar&isAsync=true&trackDeploymentProgress=true
- 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
- Stuck at
BuildSuccessful
. Never reachedRuntimeSuccessful
Environment
No response