Medium1 markMultiple Choice
AZ-305 · Question 41 · Domain 4.1: Compute Solutions
You are designing a serverless architecture using Azure Functions. The function will process messages from an Azure Service Bus queue. The processing logic takes up to 30 minutes to execute per message. The function must also connect securely to an on-premises database via an Azure ExpressRoute connection. Which TWO hosting plans could you choose? (Select TWO)
You are designing a serverless architecture using Azure Functions. The function will process messages from an Azure Service Bus queue. The processing logic takes up to 30 minutes to execute per message. The function must also connect securely to an on-premises database via an Azure ExpressRoute connection. Which TWO hosting plans could you choose? (Select TWO)
Answer options:
A.
Consumption plan.
B.
Premium plan.
C.
Dedicated (App Service) plan.
D.
Azure Container Apps.
E.
Azure Spring Apps.
How to approach this question
Identify the Functions plans that support long execution times and VNet integration.
Full Answer
The Consumption plan is limited to 10 minutes and lacks native VNet integration. To support 30-minute executions and VNet integration (for ExpressRoute), you must use either the Premium plan or a Dedicated (App Service) plan.
Common mistakes
Selecting the Consumption plan, forgetting the strict 10-minute execution timeout limit.
Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 6
55 questions · hints · full answers · grading
More questions from this exam
Q01Contoso Ltd is a global manufacturing company with 50,000 employees. They operate a mix of on-pre...MediumQ02A financial institution has 500 Windows Server VMs on-premises and 200 VMs in Azure. They need to...HardQ03An enterprise uses Azure Sentinel and Log Analytics. They ingest 500 GB of logs daily. The IT bud...HardQ04You are designing a monitoring strategy for a new Azure deployment consisting of App Service, Azu...EasyQ05A healthcare company uses Microsoft Entra ID (Azure AD). They need to implement a security policy...Medium
Expert