简体   繁体   中英

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM