Skip to content

Commit 70f167d

Browse files
committed
A quick fix
1 parent fc46160 commit 70f167d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/storage/blobs/data-protection-overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: storage
66
author: normesta
77

88
ms.service: azure-blob-storage
9-
ms.date: 07/26/2024
9+
ms.date: 07/29/2024
1010
ms.topic: conceptual
1111
ms.author: normesta
1212
ms.reviewer: prishet
@@ -54,6 +54,7 @@ The following table summarizes the Azure Storage data protection options accordi
5454

5555
| Data protection option | Protects an account from deletion | Protects a container from deletion | Protects an object from deletion | Protects an object from overwrites |
5656
|--|--|--|--|--|
57+
| Azure Blob vaulted backup<br /><br />Roll-your-own solution for copying data to a second account<sup>7</sup> | No | Yes | Yes | Yes |
5758
| Azure Resource Manager lock | Yes | No<sup>1</sup> | No | No |
5859
| Immutability policy on a blob version | Yes<sup>2</sup> | Yes<sup>3</sup> | Yes | Yes<sup>4</sup> |
5960
| Immutability policy on a container | Yes<sup>5</sup> | Yes | Yes | Yes |
@@ -62,7 +63,7 @@ The following table summarizes the Azure Storage data protection options accordi
6263
| Blob soft delete | No | No | Yes | Yes |
6364
| Point-in-time restore<sup>6</sup> | No | No | Yes | Yes |
6465
| Blob snapshot | No | No | No | Yes |
65-
| Azure Blob vaulted backup<br /><br />Roll-your-own solution for copying data to a second account<sup>7</sup> | No | Yes | Yes | Yes |
66+
| Roll-your-own solution for copying data to a second account<sup>7</sup> | No | Yes | Yes | Yes |
6667

6768
<sup>1</sup> An Azure Resource Manager lock doesn't protect a container from deletion.<br />
6869
<sup>2</sup> Storage account deletion fails if there is at least one container with version-level immutable storage enabled.<br />

0 commit comments

Comments
 (0)