Skip to content

Commit 5a65048

Browse files
authored
Merge pull request #105034 from msmbaldwin/akv-softdel
Reworded for clarity
2 parents b63d286 + 2d9eea8 commit 5a65048

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

articles/key-vault/key-vault-ovw-soft-delete.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,13 @@ Azure Key Vaults are tracked resources, managed by Azure Resource Manager. Azure
2929

3030
### Soft-delete behavior
3131

32-
With this feature, the DELETE operation on a key vault or key vault object is a soft-delete, effectively holding the resources for a given retention period (90 days), while giving the appearance that the object is deleted. The service further provides a mechanism for recovering the deleted object, essentially undoing the deletion.
32+
When soft-delete is enabled, resources marked as deleted resources are retained for a specified period (90 days by default). The service further provides a mechanism for recovering the deleted object, essentially undoing the deletion.
3333

34-
Soft-delete is now on by default for newly created key vaults. It can be disabled through the [Azure CLI](key-vault-soft-delete-cli.md) or [Azure Powershell](key-vault-soft-delete-powershell.md).
34+
When creating a new key vault, soft-delete is on by default. You can create a key vault without soft-delete through the [Azure CLI](key-vault-soft-delete-cli.md) or [Azure Powershell](key-vault-soft-delete-powershell.md). Once soft-delete is enabled on a key vault it cannot be disabled
3535

36-
The default retention period is 90 days, but it is possible to set the retention policy interval to a value from 7 to 90 days through the Azure portal. The purge protection retention policy uses the same interval.
36+
The default retention period is 90 days but, during key vault creation, it is possible to set the retention policy interval to a value from 7 to 90 days through the Azure portal. The purge protection retention policy uses the same interval. Once set, the retention policy interval cannot be changed.
3737

38-
Once soft-delete has been set on a key vault it cannot be disabled, and the retention policy interval cannot be changed.
39-
40-
You cannot reuse the name of a key vault that has been soft-deleted until the retention period has passed.
38+
You cannot reuse the name of a key vault that has been soft-deleted until the retention period has passed.
4139

4240
### Purge protection
4341

0 commit comments

Comments
 (0)