Azure Resource Manager Resource Deployment Monthly Report

Generate 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

Log Analytics is a tool in the Azure portal used to edit and run log queries with data in Azure Monitor Logs. You may write a simple query that returns a set of records and then use features of Log Analytics to sort, filter, and analyze them. Or you may write a more advanced query to perform statistical analysis and visualize the results in a chart to identify a particular trend.

https://docs.microsoft.com/en-us/azure/azure-monitor/logs/log-analytics-overview

The recommended solution to generate a monthly report of all the new Azure Resource Manager resource deployments in your subscription is Azure Monitor with Log Analytics. Therefore, option D, "Azure Log Analytics," is the correct answer.

Here's why:

Azure Monitor is a monitoring and alerting service in Azure that allows you to monitor your Azure resources' performance and health. With Azure Monitor, you can collect metrics and logs from your resources, create alerts, and analyze performance trends. Azure Monitor has several features, including:

  1. Metrics: Collects and analyzes performance metrics from Azure resources and other sources.
  2. Logs: Collects and analyzes logs from Azure resources and other sources.
  3. Alerts: Monitors metrics and logs for specific conditions and sends alerts when conditions are met.
  4. Workbooks: Provides customizable dashboards to display data collected by Metrics and Logs.

Log Analytics is a feature of Azure Monitor that allows you to collect and analyze log data from your Azure resources and other sources. Log Analytics provides a centralized location for log data storage, analysis, and reporting. You can use Log Analytics to search, visualize, and analyze log data, create custom queries and views, and create alerts.

To generate a monthly report of all the new Azure Resource Manager resource deployments in your subscription, you can use Log Analytics to collect and analyze deployment logs. You can create a Log Analytics workspace and enable deployment logging for your subscription. Once enabled, deployment logs will be sent to your Log Analytics workspace, where you can create queries to generate a report of new deployments.

In conclusion, option D, "Azure Log Analytics," is the recommended solution to generate a monthly report of all the new Azure Resource Manager resource deployments in your subscription.