You work as a Serverless Architecture Designer for MDFT Pro, a well-known training agency that delivers certification courses to students globally. Mark, the Cloud Operations Director, has asked you to design two Azure Function apps to process student assessment data.
Performance analysis shows that both apps will process requests that take between 1 and 10 minutes to complete, depending on the complexity of the assessment and the number of submissions being processed.
The Azure Function apps must support these long-running operations without timing out, provide event-driven autoscaling so that resources scale up during peak exam periods (when hundreds of students submit simultaneously) and scale down during quiet periods, and maximize the upper scaling limit to handle the largest possible number of concurrent student submissions during final exam seasons.
Which hosting plan should you choose for App1 (the Windows-based code deployment)?
Choose the correct answer from the options below.
Explanations for each answer: