ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 25 - AZ-305 discussion

Report
Export

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?

A.
Azure Logic Apps in the integrated service environment
Answers
A.
Azure Logic Apps in the integrated service environment
B.
Azure Functions in the Dedicated plan and the Basic Azure App Service plan
Answers
B.
Azure Functions in the Dedicated plan and the Basic Azure App Service plan
C.
Azure Logic Apps in the Consumption plan
Answers
C.
Azure Logic Apps in the Consumption plan
D.
Azure Functions in the Consumption plan
Answers
D.
Azure Functions in the Consumption plan
Suggested answer: D

Explanation:

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. For the Consumption plan, you don't have to pay for idle VMs or reserve capacity in advance.

Connect to private endpoints with Azure Functions

As enterprises continue to adopt serverless (and Platform-as-a-Service, or PaaS) solutions, they often need a way to integrate with existing resources on a virtual network. These existing resources could be databases, file storage, message queues or event streams, or REST APIs.

Reference:

https://docs.microsoft.com/en-us/azure/azure-functions/functions-scale

https://techcommunity.microsoft.com/t5/azure-functions/connect-to-private-endpoints-with-azurefunctions/ba-p/1426615

Reference:

https://docs.microsoft.com/en-us/azure/azure-functions/functions-scale#hosting-plans-comparison

asked 02/10/2024
Henock Asmerom
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first