Working with Azure storage, I can of course set the retention policy for blobs. But I would like to learn if there's possibility to set retention policy over Azure table storage. and the only article I found on Microsoft documentation was this one. : Set Table Service Properties
According to this article by calling the PUT API for setting table service, we can enable or disable the retention policies for storage table service. But why I can't find any means to set this property on Azure portal?