How to find detach date time for disks in Azure

Anil Kumar 285 Reputation points
2024-06-13T11:50:56.8666667+00:00

Hello,

We have got the list of unattached disks (200+) but there is no information when were those disk detached.

Any Idea how we could get disk detach date time.

Thank you!

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,270 questions
Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
589 questions
Azure Advisor
Azure Advisor
An Azure personalized recommendation engine that helps users follow best practices to optimize Azure deployments.
50 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jackson Martins 10,126 Reputation points MVP
    2024-06-13T12:01:10.5433333+00:00

    Hi @Anil Kumar

    Azure does not natively store or display the exact timestamp for when a disk was detached. However, you can use Azure Activity Logs to trace back to when a disk was detached. The Activity Log contains events related to all the operations on your resources, including when disks are detached from virtual machines.

    On Azure Portal Navigate to the subscription:

    In the Activity Log, set the Scope to the specific resource group or subscription that contains the disk.

    User's image

    You also can try Azure Orphan Resource

    https://techcommunity.microsoft.com/t5/fasttrack-for-azure/azure-orphan-resources/ba-p/3492198

    Get in touch if you need more help with this issue.

    --please don't forget to "[Accept the answer]" if the reply is helpful--


1 additional answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more