Reputation: 153
I have a Linux container web app in Azure.
I have configured the logging path to the Azure storage account file_share path.
Since my application will be dumping more logs and I need to delete the files older than X size or X days.
I can see the option is available in the Storage account for blobs only.
Is there any way to achieve for file share retention period?
Upvotes: 0
Views: 1403
Reputation: 10869
Delete activity can be configured from Azure data Factory / script . You may Refer > this thread where steps to delete file shares older than 30 days are shown .
Other references:
Upvotes: 0