exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 9 question 5 discussion

Actual exam question from Microsoft's AZ-400
Question #: 5
Topic #: 9
[All AZ-400 Questions]

You have an Azure web app that is deployed by using Azure Pipelines.

You need to ensure that when a new version of the app is deployed to production, you can roll back to the previous version. The solution must meet the following requirements:

• Minimize downtime during the deployment.
• Minimize the time it takes for the rollback.

What should you use?

  • A. a single web app and two deployment slots
  • B. a single web app and two deployment pipelines
  • C. two web apps and an Azure Standard Load Balancer
  • D. two web apps and an Azure Traffic Manager instance
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
vsvaid
11 months, 2 weeks ago
Selected Answer: A
Two deployment slots
upvoted 1 times
...
yana_b
1 year, 4 months ago
Selected Answer: A
A web app and 2 deployment slots for each API version. A is the correct answer.
upvoted 1 times
...
renzoku
1 year, 5 months ago
Selected Answer: A
Using deployment slots you can deploy differents API versions in production environment keeping a minimal downtime during deployment proccess and if any issues arise, you can easily swap the slot to roll back to the previous version 1 deployment slot to current api version 1 deployment slot to new api version 1 web app (you can reuse the same web app with the new changes to deploy it in a new slot)
upvoted 3 times
...
dipti927
1 year, 6 months ago
Correct Answer : A. a single web app and two deployment slots
upvoted 1 times
...
kay000001
1 year, 6 months ago
Selected Answer: A
A: a single web app and two deployment slots
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...