I have created ADLS (Azure Data Lake Storage) Gen2 resource (StorageV2 with hierarchical name space enabled). The region I created the resource in is Central US and the performance/access tier is Standard/Hot and replication is LRS. But for this resource I can't see 'Lifecycle management' option on the portal. ADLS Gen2 is simply a StorageV2 account with hierarchical namespace enabled, and since the lifecycle management option exists for StorageV2 as per Microsoft documentation , it should be available. My requirement is to use this storage for big data analytics (HDInsight) and get rid of old files after certain number of days. If this is some known limitation of ADLS Gen2, is there any workaround to have files older than certain number of days automatically deleted?
Update(Screenshot)