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.
2,832 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,214 questions
Windows Server Infrastructure
Windows Server Infrastructure
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Infrastructure: A Microsoft solution area focused on providing organizations with a cloud solution that supports their real-world needs and meets evolving regulatory requirements.
516 questions
{count} votes

Accepted answer
  1. Takahito Iwasa 4,841 Reputation points MVP
    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