You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?/Why is this needed
We want to enable soft delete and versioning on dynamic provisioned blobs.
Describe the solution you'd like in detail
Specifing the retention time of soft delete for blobs should enable the feature on the storage account.
If it is not specified nothing will be enabled.
Specifing true or false on a paramter for versioning enables the blob version control
Defaults to false.
This feature is only applicable if protocol equals to fuse.
In general there should be three paramters like:
softDeleteBlobs: 7
softDeleteContainers: 7
enableVersioning: true
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?/Why is this needed
We want to enable soft delete and versioning on dynamic provisioned blobs.
Describe the solution you'd like in detail
Specifing the retention time of soft delete for blobs should enable the feature on the storage account.
If it is not specified nothing will be enabled.
Specifing true or false on a paramter for versioning enables the blob version control
Defaults to false.
This feature is only applicable if protocol equals to fuse.
In general there should be three paramters like:
softDeleteBlobs: 7
softDeleteContainers: 7
enableVersioning: true
The text was updated successfully, but these errors were encountered: