79505899

Date: 2025-03-13 09:09:41
Score: 1
Natty:
Report link

Deleting blobs is safer than removing the container, which might break Backup Vault references if it relies on an internal ID.

Use AzCopy to efficiently delete all blobs while keeping the Backup Vault association intact. Deleting the container itself may break Backup Vault references, so it's safer to remove only the blobs unless you are sure backups won’t be affected.

I have some blobs in the container.

enter image description here

I had used the azcopy command below to delete the blobs from the container.

azcopy rm "https://<StorageName>.blob.core.windows.net/<ContinerName>?<SASToken>" --recursive=true

enter image description here

Blobs were deleted successfully.

enter image description here

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Harshitha Bathini