Track infra changes in Azure environment

Sameeha Akram 21 Reputation points
2022-04-25T20:27:29.58+00:00

Is there a way to track infrastructure changes in Azure environment like which things have been add or deleted?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,659 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,036 questions
Windows for business | Windows Server | Devices and deployment | Set up, install, or upgrade
{count} votes

Accepted answer
  1. Takahito Iwasa 4,851 Reputation points MVP Volunteer Moderator
    2022-04-25T20:59:40.487+00:00

    Hi, @Sameeha Akram

    You can use the Azure Resource Graph as a generic method. You can use it to browse the change database to Azure resources.

    https://learn.microsoft.com/en-us/azure/governance/resource-graph/how-to/get-resource-changes?tabs=azure-cli

    You can access the resource changes as follows:

    196411-c02a4137-8a63-4a5b-a3c7-0ace63f97b97.png

    The supported resources are those of the following resource table. You can also query changes for 7 days.

    https://learn.microsoft.com/en-us/azure/governance/resource-graph/reference/supported-tables-resources#resources

    Alternatively, you can use the Azure Activity Log. This will be stored for 90 days.

    https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/activity-log

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.