Open
Description
Description
I have added the following lifecycle policy configuration in my PowerShell Function App code, but it's not working. Could this be due to a required version of the az or az.storage module? If so, what version is needed?
Add-AzStorageAccountManagementPolicyAction -InputObject $action `
-BaseBlobAction TierToCold `
-daysAfterModificationGreaterThan 30