Medium1 markMultiple Choice
Domain 4.1: Compute SolutionsDomain 4.1Azure FunctionsServerless

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)

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