AZ-204 · Question #238
Case Study 6 - Contoso, Ltd Background Overview You are a developer for Contoso, Ltd. The company has a social networking website that is developed as a Single Page Application (SPA). The main web…
The correct answer is B. App Service plan. You must minimize costs for all Azure services. All Internal services must only be accessible from internal Virtual Networks (VNets). Best for long-running scenarios where Durable Functions can't be used. Consider an App Service plan in the following situations: You have…
Question
Options
- APremium plan
- BApp Service plan
- CConsumption plan
How the community answered
(60 responses)- A8% (5)
- B80% (48)
- C12% (7)
Explanation
You must minimize costs for all Azure services. All Internal services must only be accessible from internal Virtual Networks (VNets). Best for long-running scenarios where Durable Functions can't be used. Consider an App Service plan in the following situations: You have existing, underutilized VMs that are already running other App Service instances. You want to provide a custom image on which to run your functions. Predictive scaling and costs are required. Note: When you create a function app in Azure, you must choose a hosting plan for your app. There are three basic hosting plans available for Azure Functions: Consumption plan, Premium plan, and Dedicated (App Service) plan. https://docs.microsoft.com/en-us/azure/azure-functions/functions-scale
Topics
Community Discussion
No community discussion yet for this question.