vscode-azureappservice icon indicating copy to clipboard operation
vscode-azureappservice copied to clipboard

Fail to swap the deployment slot between the "Deployment Slot" and the "Production"

Open v-chenzha opened this issue 3 years ago • 2 comments
trafficstars

OS: Win10 Build Version: 20221019.2

Repro Steps:

  1. Create a Node Linux web app -> Create a slot for it -> Deploy a nodejs-docs-hello-world-master project to it.
  2. Right click the deployment slot -> Select "Swap Deployment Source..."
  3. Check whether succeeds to swap the deployment slot between the "Deployment Slot" and the "Production"

Expect: Succeed to swap the deployment slot between the "Deployment Slot" and the "Production".

Actual: Fail to swap the deployment slot between the "Deployment Slot" and the "Production". image

More Info:

  1. This issue also reproduces for .NET web app.
  2. This issue doesn't reproduce for Python web app

v-chenzha avatar Nov 07 '22 09:11 v-chenzha

This error is coming from the service. And is unrelated to any changes we've made. We'll need to investigate if this is caused by some specific configuration preventing the slots from being swapped.

Since this seems like a service issue, could you try reproducing it again?

alexweininger avatar Nov 09 '22 23:11 alexweininger

The issue is still reproducing stably on build 20221019.2 @alexweininger

v-chenzha avatar Nov 10 '22 05:11 v-chenzha