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?
Click on the arrows to vote for the correct answer
A. B. C. D.B
The Azure Activity Log provides insight into subscription-level events that have occurred in Azure. This includes a range of data, from Azure Resource Manager operational data to updates on Service Health events.
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.
https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-auditThe recommended solution for generating a monthly report of all the new Azure Resource Manager resource deployments in your subscription is to use the Azure Activity Log. Therefore, option B is the correct answer.
Here's a detailed explanation of each option:
A. The Change Tracking management solution is a feature of Azure Monitor that allows you to track changes to various resources in your Azure environment. While this solution can be useful for tracking changes to virtual machines and other resources, it is not the best option for tracking all new Azure Resource Manager resource deployments in your subscription.
B. Azure Activity Log is a service that provides insight into subscription-level events that have occurred in Azure. It captures data about all resource management operations, including create, update, delete, and more. By using the Azure Activity Log, you can generate reports that provide information on all new Azure Resource Manager resource deployments in your subscription.
C. Azure Monitor action groups are used to define a set of actions to be taken when an alert is triggered in Azure Monitor. While action groups can be useful for sending notifications and taking automated actions, they are not specifically designed to generate reports on new resource deployments.
D. Azure Advisor is a service that provides recommendations for optimizing your Azure resources and improving performance, security, and reliability. While this service can be helpful for optimizing your environment, it does not provide a solution for generating reports on new resource deployments.
In summary, the Azure Activity Log is the best option for generating a monthly report of all the new Azure Resource Manager resource deployments in your subscription.