Hi, @Pothineni, A
Triggered once a day. Has 24 hours passed since the setting? (up to 48 hours if modifying an existing policy)
The prefix seems to contain a space.Is this policy correct?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi, We have a requirement to delete the files after certain days from storage container folders.
I have set a rule to delete them as per below. But looks like this rule is not getting triggered. Please advice.
{
"rules": [
{
"enabled": true,
"name": "test",
"type": "Lifecycle",
"definition": {
"actions": {
"baseBlob": {
"delete": {
"daysAfterModificationGreaterThan": 1
}
}
},
"filters": {
"blobTypes": [
"blockBlob"
],
"prefixMatch": [
"raw / BV/ landing / BV-data-to-Data-Lake-Integration/events",
"raw / BV/ landing / BV-data-to-Data-Lake-Integration/event_",
"raw / BV/ landing / BV-data-to-Data-Lake-Integration/sensors"
]
}
}
}
]
}
Hi, @Pothineni, A
Triggered once a day. Has 24 hours passed since the setting? (up to 48 hours if modifying an existing policy)
The prefix seems to contain a space.Is this policy correct?