Skip to content

Commit 518d0a6

Browse files
known issue edits
1 parent 1b5a012 commit 518d0a6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
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 soft delete policy with AZ through ARM template leaves the registry stuck in the `creation` state.
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 have 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.

0 commit comments

Comments
 (0)