Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mehmetcakmaz/783079f9be7601b602e0abde7e1604b3 to your computer and use it in GitHub Desktop.
Save mehmetcakmaz/783079f9be7601b602e0abde7e1604b3 to your computer and use it in GitHub Desktop.
{
"rules": [
{
"name": "snapshotRule",
"enabled": true,
"type": "Lifecycle",
"definition":
{
"filters": {
"blobTypes": [ "blockBlob" ]
},
"actions": {
"snapshot": {
"delete": { "daysAfterCreationGreaterThan": 90 }
}
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment