Your company has an Azure subscription.
The company plans to implement an Azure Web App named WebApp1.
You need to recommend a solution to optimize the compute resources consumed by the Web App. The
solution must minimize costs and provide a separation of resources.
Which service should you recommend?
A.
Basic
B.
Free
C.
Shared
D.
Premium
E.
Standard
Explanation:
Only the Premium service provides App Service Environments which provide the required isolation (separation
of resources).
Right, An App Service Environment is a Premium service plan option of Azure App Service that provides a fully isolated and dedicated environment for securely running Azure App Service apps at high scale, including Web Apps, Mobile Apps, and API Apps.
https://docs.microsoft.com/en-us/azure/app-service/environment/app-service-app-service-environment-intro
I think this is not true anymore and the answer would be the I (Isolated) plans.
https://azure.microsoft.com/en-us/pricing/details/app-service/
Any thoughts?