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
Question
Options
- Aan Azure Batch job
- Ban Azure event hub
- Can Azure container instance
- Dan Azure function
How the community answered
(49 responses)- A8% (4)
- B4% (2)
- C16% (8)
- D71% (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
Community Discussion
No community discussion yet for this question.