Administering Relational Databases on Microsoft Azure — Question 26
You have an Azure subscription that contains an Azure SQL database named db1.
You need to implement SQL insights for db1.
Which two resources should you create first? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. a storage account
- B. a virtual machine
- C. an Azure logic app
- D. an Azure function
- E. a Log Analytics workspace
Correct answer: B, E
Explanation
To implement SQL insights for Azure SQL database db1, you need a virtual machine to host the necessary services and a Log Analytics workspace to collect and analyze the telemetry data. The other options, such as a storage account, Azure logic app, and Azure function, are not directly required for setting up SQL insights.