nerdexam
Microsoft

AZ-305 · Question #389

You have an Azure subscription. You plan to deploy an Azure SQL database named DB1 that will store the maximum daily temperature. You need to recommend a solution to query an external website, retriev

The correct answer is D. an Azure function. You can connect Azure Functions to Azure SQL Database using Visual Studio Code. Azure Functions lets you connect Azure services and other resources to functions without having to write your own integration code. These bindings, which represent both input and output, are declared

Submitted by akirajp· Mar 6, 2026Design infrastructure solutions

Question

You have an Azure subscription. You plan to deploy an Azure SQL database named DB1 that will store the maximum daily temperature. You need to recommend a solution to query an external website, retrieve the maximum temperature from the previous 24 hours, and write the temperature to DB1. The solution minimize costs, development effort, and administrative effort. What should you include in the recommendation?

Options

  • Aan Azure Batch job
  • Ban Azure event hub
  • Can Azure container instance
  • Dan Azure function

How the community answered

(49 responses)
  • A
    8% (4)
  • B
    4% (2)
  • C
    16% (8)
  • D
    71% (35)

Explanation

You can connect Azure Functions to Azure SQL Database using Visual Studio Code. Azure Functions lets you connect Azure services and other resources to functions without having to write your own integration code. These bindings, which represent both input and output, are declared within the function definition. Data from bindings is provided to the function as parameters. A trigger is a special type of input binding. Although a function has only one trigger, it can have multiple input and output bindings. https://learn.microsoft.com/en-us/azure/azure-functions/functions-add-output-binding-azure-sql-

Topics

#Azure Functions#serverless compute#Azure SQL Database#cost optimization

Community Discussion

No community discussion yet for this question.

Full AZ-305 Practice