| AZ400 Certification Dump Question 21
Your organization is deploying a web application using Azure App Service. The application needs testing in a staging environment before production. It is containerized and stored in Azure Container Registry.
You need to determine a method to test the application in staging and transition it to production.
What should you do?
Select only one answer.
Choose the correct option from below list
(1)Configure deployment slots in Azure Web App and use the AzureAppServiceManage task to swap slots after testing.
(2)Deploy the application to a single instance in production and monitor for issues.
(3)Deploy the application using a canary release strategy to gradually shift traffic.
(4)Use a blue-green deployment strategy by creating two separate web apps for staging and production.
Answer:-(1)Configure deployment slots in Azure Web App and use the AzureAppServiceManage task to swap slots after testing. | | |