shivappa
shivappa

Reputation: 153

Azure storage account fileshare contents retention period

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

Answers (1)

kavya Saraboju
kavya Saraboju

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:

  1. delete activity- x-days
  2. Using Azure CLI
  3. Using Runbook

Upvotes: 0

Related Questions