Video upload date:  · Duration: PT1H46M27S  · Language: EN

The following sample rule filters the Storage azure video

az-104-admin-associate video for the following sample rule filters the Storage account to run the actions on objects that exist inside sample-container and

This is a dedicated watch page for a single video.

Full Certification Question

The following sample rule filters the Storage account to run the actions on objects that exist inside sample-container and start with blob1 . { "rules": [ { "enabled": true, "name": "sample-rule", "type": "Lifecycle", "definition": { "actions": { "version": { "delete": { "daysAfterCreationGreaterThan": 90 } }, "baseBlob": { "tierToCool": { "daysAfterModificationGreaterThan": 30 }, "tierToArchive": { "daysAfterModificationGreaterThan": 90, "daysAfterLastTierChangeGreaterThan": 7 }, "delete": { "daysAfterModificationGreaterThan": 2555 } } }, "filters": { "blobTypes": [ "blockBlob" ], "prefixMatch": [ "sample-container/blob1" ] } } } ] } Select Yes if the statements are true. Otherwise, Select No. Delete previous Blob versions 90 days after creation. Tier blob to cool tier 30 days after last modification.