Runbook
Azure Storage Account Data Deletion or Corruption
Back to Runbooks
Overview
This incident type involves the accidental deletion or corruption of data in an Azure storage account. It can result in the permanent loss of critical data. The recommended resolution is to set up soft delete or versioning to protect against accidental data loss and regularly back up critical data.
Parameters
Debug
Check if the storage account is still available
List the blobs in a container to check if they're still accessible
Check if versioning is enabled for the storage account
Check if soft delete is enabled for the storage account
List the versions of a blob to check if they're still accessible
Check the logs for any suspicious activity that may have caused the data deletion or corruption
Check the backup status to ensure that critical data is regularly backed up
Repair
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.