You need to deploy the CheckUserContent Azure Function. The solution must meet the security and cost requirements. Which hosting model should you use? A. Premium plan B. App Service plan C. Consumption plan Suggested Answer: B Scenario: 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. Incorrect Answers: A: A Premium plan would be more costly. C: Need the VNET functionality. Reference: https://docs.microsoft.com/en-us/azure/azure-functions/functions-scale This question is in AZ-204: Developing Solutions for Microsoft Azure Exam For getting Microsoft Azure Developer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer