Solution for Generating Monthly Report of Azure Resource Manager Resource Deployments

Recommended Solution for Generating Monthly Report of Azure Resource Manager Resource Deployments

Question

You need to recommend a solution to generate a monthly report of all the new Azure Resource Manager resource deployments in your subscription.

What should you include in the recommendation?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

D

Activity logs are kept for 90 days. You can query for any range of dates, as long as the starting date isn't more than 90 days in the past.

Through activity logs, you can determine:

-> what operations were taken on the resources in your subscription

-> who started the operation

-> when the operation occurred

-> the status of the operation

-> the values of other properties that might help you research the operation

https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/view-activity-logs

The correct answer is D. Azure Activity Log.

Explanation: Azure Activity Log provides insight into subscription-level events that have occurred in Azure. It can be used to track changes made to resources in a subscription, including new Azure Resource Manager (ARM) resource deployments. Therefore, it is an appropriate tool to use to generate a monthly report of all new ARM resource deployments in a subscription.

Option A, the Change Tracking management solution, provides a way to track changes made to files, registry keys, and software on Windows and Linux computers. It is not designed to track changes made to Azure resources.

Option B, Application Insights, is a tool that helps developers monitor the performance and usage of their applications. It is not designed to track changes made to Azure resources.

Option C, Azure Monitor action groups, are used to configure notifications and automated actions based on alerts generated by Azure Monitor. They are not designed to track changes made to Azure resources.

Therefore, the correct answer is D, Azure Activity Log.