Designing and Implementing Microsoft DevOps Solutions — Question 54
You have an Azure subscription that contains a Log Analytics workspace named WS1 and a virtual machine named VM1.
You need to install the Microsoft Enterprise Cloud Monitoring extension on VM1.
Which two values are required to configure the extension? Each correct answer presents part of the solution.
NOTE: Each correct answer is worth one point.
Answer options
- A. the secret key of WS1
- B. the ID of the subscription
- C. the system-assigned managed identity of VM1
- D. the ID of WS1
- E. the resource ID of VM1
Correct answer: A, D
Explanation
The correct answers are A and D because the Microsoft Enterprise Cloud Monitoring extension requires the secret key of WS1 to authenticate and the ID of WS1 to identify the workspace. The other options are not necessary for this specific extension installation process.