AZ-500 Exam QuestionsBrowse all questions from this exam

AZ-500 Exam - Question 35


Your company's Azure subscription includes a hundred virtual machines that have Azure Diagnostics enabled.

You have been tasked with retrieving the identity of the user that removed a virtual machine fifteen days ago. You have already accessed Azure Monitor.

Which of the following options should you use?

Show Answer
Correct Answer: C

To identify the user who removed a virtual machine, you should use the Activity Log in Azure Monitor. The Activity Log provides insights into the operations performed on resources within your subscription, including details about actions such as creation, modification, and deletion. It records information about who performed the operation, what action was taken, and when it occurred, which is crucial for auditing and investigating changes in your environment.

Discussion

17 comments
Sign in to comment
orallonyOption: C
Sep 29, 2021

# IN EXAM - 29/9/2021 - Pass!

SecurityAnalystOption: C
Aug 31, 2021

# IN EXAM - 31/8/2021

WMGOption: C
Apr 11, 2022

"Activity logs provides insight into the operations that were performed on resources in your subscription."

EltoothOption: C
Mar 17, 2022

C is correct answer

IrishtkOption: C
Apr 30, 2022

Activity logs provide " insight into the operations on each Azure resource in the subscription from the outside (the management plane) in addition to updates on Service Health events. Use the Activity Log, to determine the what, who, and when for any write operations (PUT, POST, DELETE) taken on the resources in your subscription. There is a single Activity log for each Azure subscription. https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/platform-logs-overview

SeelearndoOption: C
Jan 9, 2023

Use the Activity Log, to determine the what, who, and when...taken on the resources in your subscription. https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/platform-logs-overview

Andre369Option: C
May 18, 2023

The Activity Log in Azure Monitor provides a comprehensive record of activities performed on resources within your Azure subscription. It includes information about various operations such as creating, modifying, or deleting resources. By querying the Activity Log, you can search for events related to the removal of a virtual machine and identify the user who performed the action.

ArchitectXOption: C
Sep 14, 2023

Activity Log

AS179Option: C
Dec 12, 2021

C is correct

AKYKOption: C
Jan 3, 2022

Answer is C

udmrajOption: C
Feb 21, 2022

Answer is C

CheesyAce101Option: C
Sep 3, 2022

C: Activity Log shows 'management plane' data

Armored5772Option: C
Sep 7, 2022

CORRECT

majstor86Option: C
Mar 2, 2023

C. Activity Log

zellckOption: C
May 7, 2023

C is the answer. https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-types#choose-the-right-alert-type - Activity log alert Activity logs provide auditing of all actions that occurred on resources. Use activity log alerts to be alerted when a specific event happens to a resource like a restart, a shutdown, or the creation or deletion of a resource. Service Health alerts and Resource Health alerts let you know when there's an issue with one of your services or resources.

ESAJRROption: C
Jul 7, 2023

C. Activity Log

MeisAdrianoOption: C
Oct 15, 2023

arent Activity logs are kept only for 90 days?

xRiot007
Jul 15, 2024

The question asks for data 15 days old. Activity logs are retained by default for 30 days(Basic) and 90 days (Standard), but can be setup with longer retention periods if needed.