Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam AZ-303 Topic 2 Question 19 Discussion

Actual exam question for Microsoft's AZ-303 exam
Question #: 19
Topic #: 2
[All AZ-303 Questions]

You have an Azure web app that runs in a Premium App Service plan.

Developers plan to update the app weekly.

You need to ensure that the app can be switched from the current version to the new version. The solution must meet the following requirements:

* Provide the developers with the ability to test the app m Azure prior to switching versions Testing must use the same app instance

* Ensure that the app version can be rolled back.

* Minimize downtime.

what should you do?

Show Suggested Answer Hide Answer
Suggested Answer: A

Azure Functions deployment slots allow your function app to run different instances called 'slots'. Slots are different environments exposed via a publicly available endpoint. One app instance is always mapped to the production slot, and you can swap instances assigned to a slot on demand.

There are a number of advantages to using deployment slots. The following scenarios describe common uses for slots:

Different environments for different purposes: Using different slots gives you the opportunity to differentiate app instances before swapping to production or a staging slot.

Easy fallbacks: After a swap with production, the slot with a previously staged app now has the previous production app. If the changes swapped into the production slot aren't as you expect, you can immediately reverse the swap to get your 'last known good instance' back.

Prewarming


https://docs.microsoft.com/en-us/azure/azure-functions/functions-deployment-slots

Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel