Skip to content

Commit cbd1156

Browse files
authored
Merge pull request #211581 from tejaswikolli-web/soft-delete
image edit
2 parents d7ba7e1 + e1ab80b commit cbd1156

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

articles/container-registry/container-registry-soft-delete-policy.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,17 @@ The default retention period is seven days. It's possible to set the retention p
4747
The auto-purge runs every 24 hours. The auto-purge always considers the current value of `retention days` before permanently deleting the soft deleted artifacts.
4848
For example, after five days of soft deleting the artifact, if the user changes the value of retention days from seven to 14 days, the artifact will only expire after 14 days from the initial soft delete.
4949

50-
## Preview limitations
50+
## Preview limitations
5151

5252
* ACR currently doesn't support manually purging soft deleted artifacts.
5353
* The soft delete policy doesn't support a geo-replicated registry.
5454
* ACR doesn't allow enabling both the retention policy and the soft delete policy. See [retention policy for untagged manifests.](container-registry-retention-policy.md)
5555

56+
## Known issues
57+
58+
>* Enabling the soft delete policy with AZ through ARM template leaves the registry stuck in the `creation` state. To avoid this, we recommend deleting and recreating the registry by disabling the soft delete policy.
59+
>* Accessing the manage deleted artifacts blade after disabling the soft delete policy will throw an error message with 405 status.
60+
>* The customers with restrictions on permissions to restore, will see an issue as File not found.
5661
## Enable soft delete policy for registry - CLI
5762

5863
1. Update soft delete policy for a given `MyRegistry` ACR with a retention period set between 1 to 90 days.
@@ -233,4 +238,4 @@ You can also enable a registry's soft delete policy in the [Azure portal](https:
233238
234239
## Next steps
235240
236-
* Learn more about options to [delete images and repositories](container-registry-delete.md) in Azure Container Registry.
241+
* Learn more about options to [delete images and repositories](container-registry-delete.md) in Azure Container Registry.
-26.7 KB
Loading

0 commit comments

Comments
 (0)