You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there any way to deploy to slot for azure web app linux? I think this is an must have features as to remove downtime in the deployment, and its become useless to have staging if we can't deploy to staging in the first place
The text was updated successfully, but these errors were encountered:
is it a good idea to use slot as production?
so I can just deploy to production and swap it to staging and use staging slot as my endpoint for my domain?
I noticed that there's no option to deploy to slot in azure web app linux in the VSTS
before, I tried to export the json task, and modify it manually to be able to deploy to slot, however, its not working
and then I noticed that it is intended to disable deploy to slot flag by this code
(https://github.com/Microsoft/vsts-tasks/blob/master/Tasks/AzureRmWebAppDeployment/azurermwebappdeployment.ts#L56)
is there any way to deploy to slot for azure web app linux? I think this is an must have features as to remove downtime in the deployment, and its become useless to have staging if we can't deploy to staging in the first place
The text was updated successfully, but these errors were encountered: