AZ-305 · Question #389
AZ-305 Question #389: Real Exam Question with Answer & Explanation
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
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
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-
Community Discussion
No community discussion yet for this question.