Microsoft
AZ-305 · Question #47
You need to design a solution that will execute custom C# code in response to an event routed to Azure Event Grid. The solution must meet the following requirements: The executed code must be able…
The correct answer is B. Azure Functions in the Premium plan. Virtual network integration allows your function app to access resources inside a virtual network. Virtual connectivity is included in the Premium plan. https://docs.microsoft.com/en-us/azure/azure-functions/functions-scale#networking-features
Submitted by takeshi77· Mar 6, 2026Design infrastructure solutions
Question
You need to design a solution that will execute custom C# code in response to an event routed to Azure Event Grid. The solution must meet the following requirements: The executed code must be able to access the private IP address of a Microsoft SQL Server instance that runs on an Azure virtual machine. Costs must be minimized. What should you include in the solution?
Options
- AAzure Logic Apps in the Consumption plan
- BAzure Functions in the Premium plan
- CAzure Functions in the Consumption plan
- DAzure Logic Apps in the integrated service environment
How the community answered
(47 responses)- A15% (7)
- B74% (35)
- C4% (2)
- D6% (3)
Explanation
Virtual network integration allows your function app to access resources inside a virtual network. Virtual connectivity is included in the Premium plan. https://docs.microsoft.com/en-us/azure/azure-functions/functions-scale#networking-features
Community Discussion
No community discussion yet for this question.