You have an Azure App Service web app named WebApp1 that is hosted on a Basic (B1) App Service plan. You need to configure a custom domain name for WebApp1 and enable daily automated backups of the web application. Which action should you perform first?
- AConfigure a custom backup policy in an Azure Recovery Services vault.
- BScale out the App Service plan to two instances.
- Scale up the App Service plan to the Standard tier.Answer
- DEnable virtual network integration for WebApp1.
Answer
Scale up the App Service plan to the Standard tier.
Scaling up the App Service plan to the Standard tier is correct because the Standard tier is the minimum pricing tier that supports automated backups of Azure App Service web apps. While the Basic (B1) tier supports custom domains, it does not support backups.
Step-by-Step Solution
Key Concept
Azure App Service plan tier features and scaling