A lesser known feature in Azure DevOps Services(it doesn’t exist in Azure DevOps) is the audit log. The audit log contains many changes that occur throughout an Azure DevOps organization. The feature is still in preview and the list of events that are tracked through this feature keeps growing.
Check the audit logs
Let’s find out how to check the audit log:
- Sign in to your organization (
https://dev.azure.com/{yourorganization}
). - Select Organization settings in the bottom left corner.
-
Select Auditing from the left menu
.
- The auditing page gives you a limited view into the available audit events and recorded data. If you want to access all the data, it is possible to export the data. Click on the Export log button in the right corner.
Remark:
If you can't find the auditing event you're looking for in the following table, be sure to check the REST API: https://auditservice.dev.azure.com/{YOUR_ORGANIZATION}/_apis/audit/actions
. Replace {YOUR_ORGANIZATION} with the name of your organization.
More information: https://docs.microsoft.com/en-us/azure/devops/organizations/audit/azure-devops-auditing?view=azure-devops&tabs=preview-page