I am updating my Azure App Service from Azure DevOps. Currently, my release is like this:
- Stop the App Service,
- Update the App Service, and
- Start the App Service.
My question is whether it reasonable to stop the App Service during the update? When I select a release template from Azure DevOps for Azure App Service, there are't any stop/start steps, only the update step. So I am wondering if the stop/start is even needed?

