An administrator is configuring an Azure App Service web app to ensure it remains active and does not unload from memory during periods of no user traffic. Which configuration setting should the administrator enable, and what is the minimum required App Service plan tier for this setting?
- Enable the Always On setting on a Basic (B1) or higher App Service plan.Answer
- BEnable the Always On setting on a Shared (D1) App Service plan.
- CConfigure a Virtual Machine Scale Set (VMSS) scale-out rule on a Free (F1) App Service plan.
- DSet the Container Restart Policy to Always on a Basic (B1) App Service plan.
Answer
Enable the Always On setting on a Basic (B1) or higher App Service plan.
To keep an Azure App Service web app loaded in memory and avoid cold starts during periods of inactivity, the Always On setting must be enabled. This setting requires a Basic (B1) or higher App Service plan (such as Standard or Premium).
Step-by-Step Solution
Key Concept
Always On configuration and App Service Plan tier limitations