I am attempting to set up an Azure Lifecycle Management rule. I want to move my active/Hot files/blobs that are over 90 days old to an Archive tier. I tried walking through the Lifecycle Management wizard but when I come to the If/Then screen where you identify that the blobs that are 90 days old should be moved, the Then
drop-down only allows Delete the blob
. Do I have to somehow activate the Archive/Cold Storage tier in order to have Move to Archive
option available in the dropdown?
I m part of a development team that works on many CMS based projects, using systems like Joomla and Drupal. In our development process, all of our code changes are managed inside of Git. At the end ...