Microsoft Azure Architect Technologies (2020, legacy) — Question 110
An administrator plans to create a function app in Azure that will have the following settings:
✑ Runtime stack: .NET Core
✑ Operating System: Linux
✑ Plan type: Consumption
✑ Enable Application Insights: Yes
You need to ensure that you can back up the function app.
Which settings should you recommend changing before creating the function app?
Answer options
- A. Runtime stack
- B. Enable Application Insights
- C. Operating System
- D. Plan type
Correct answer: D
Explanation
To enable backups for a function app in Azure, it must be hosted on a Premium or App Service Plan, not on a Consumption plan. Therefore, changing the Plan type to a Premium or App Service Plan is essential, while the other settings do not affect the backup capability.