Microsoft Azure Architect Design (AZ-304) Practice Test

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the Microsoft Azure Architect Design (AZ-304) Exam with comprehensive quiz questions designed to enhance your understanding and confidence. Master essential Azure concepts and strategies to excel on your test day!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


What solution should be recommended to generate a monthly report of all the new Azure Resource Manager resource deployments in a subscription?

  1. The Change Tracking management solution

  2. Application Insights

  3. Azure Monitor action groups

  4. Azure Activity Log

The correct answer is: Azure Activity Log

To generate a monthly report of all new Azure Resource Manager resource deployments in a subscription, utilizing the Azure Activity Log is the most suitable solution. The Azure Activity Log maintains a comprehensive record of all operations and changes made within your Azure subscription, including the creation, modification, and deletion of resources. It provides a robust set of data that can be filtered to view specific activities related to resource deployments, enabling the extraction or export of the relevant events for reporting purposes. This log captures all management operations such as deploying new resources, making it a powerful tool for tracking and auditing Azure resources over time. By querying the Activity Log for specific events such as resource create operations over a designated period, you can effectively compile a monthly report detailing all new deployments. The other options serve different purposes and do not directly align with the requirement of generating a report on resource deployments. For instance, Change Tracking management solutions are more focused on tracking changes to configurations rather than providing an overview of deployments. Application Insights primarily deals with monitoring application performance and usage, while Azure Monitor action groups are used for alerting and automation, rather than tracking resource deployments. Thus, they do not provide the comprehensive, detailed audit logging required to generate the desired monthly report.