You manage an Azure Web App web application. You need to implement a release pipeline for a blue-green deployment strategy using deployment slots. Your solution must minimize application downtime during the deployment and also minimize administrative effort. You performed below steps Create a new deployment slot named staging in Azure App Service. Add a staging stage in the Release pipeline. Create a task to deploy the application to the staging slot. Add a production stage in the Release pipeline. Create an App Service Manage task to swap the staging slot to production. Is it correct ?