0

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?

shivappa
  • 153
  • 1
  • 11

1 Answers1

0

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:

  1. delete activity- x-days
  2. Using Azure CLI
  3. Using Runbook
kavyaS
  • 8,026
  • 1
  • 7
  • 19