There's a .NET Core web-app running on Azure App Service. It has two slots, a production slot, and a staging slot.
The web app sometimes process's a big request which takes 1-3 minutes to finish.
If I swap the production and staging slots while the long-running task is ongoing, would it stop the task from finishing ?