What happens when managed disk is deleted?

Anit Patel 1 Reputation point
2020-10-13T20:24:15.593+00:00

Hi support- can you tell me what happens in the background when a azure managed disk is deleted, I.e how does it get wiped?

I found the data destruction part here https://learn.microsoft.com/en-us/azure/security/fundamentals/protection-customer-data#data-protection but wanted to know what the ‘strict process’ is and if there is a certification behind it, if so what?

Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
576 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sumarigo-MSFT 43,806 Reputation points Microsoft Employee
    2020-10-14T15:49:38.413+00:00

    @Anit Patel When a disk is deleted, it depend of it is soft deleted or hard, If hard deleted then there will be a garbage collection triggered at the backend
    If it's a soft delete , then there won't be Garbage collection will be initiated

    This article describes the data restore scenarios for Azure Storage service: https://learn.microsoft.com/en-us/troubleshoot/azure/general/data-restore-storage
    Fundamentals of garbage collection: https://learn.microsoft.com/en-us/dotnet/standard/garbage-collection/fundamentals.

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue.

    --------------------------------------------------------------------------------------------------------------------------------------------------------------

    Please don’t forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.