Unable to enable soft deletion of containers and Sign up for container soft delete link isn't working

AmandaCH 41 Reputation points
2021-04-06T16:42:03.637+00:00

I am trying to enable soft deletion of containers during creation of the storage account but the checkbox is greyed out and the Sign up for container soft delete link takes me to documentation page.

84924-image.png

The output of below command shows the ContainerSoftDelete RegistrationState is stuck at Registering.

Get-AzProviderFeature -ProviderNamespace Microsoft.Storage -FeatureName ContainerSoftDelete

FeatureName ProviderName RegistrationState
-- -- --
ContainerSoftDelete Microsoft.Storage Registering

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,719 questions
0 comments No comments
{count} votes

Accepted answer
  1. Olga Os - MSFT 5,836 Reputation points Microsoft Employee
    2021-04-06T17:18:25.91+00:00

    Hey @AmandaCH . Sorry to hear you are facing this issue.

    I just tested the registration and it worked on the fly.

    Could you try to register with the CLI?

    Register for the preview:

    az feature register --namespace Microsoft.Storage --name ContainerSoftDelete  
    az provider register --namespace 'Microsoft.Storage'  
    

    Check the status of your registration:

    az feature show --namespace Microsoft.Storage --name ContainerSoftDelete  
    

    Please let me know if you still are not able to register the feature.

    PS: I am going to search if we have any specific ETA for the registration.


0 additional answers

Sort by: Most helpful