How to delete a folder within an Azure blob container

前端 未结 8 1379
难免孤独
难免孤独 2020-12-29 19:18

I have a blob container in Azure called pictures that has various folders within it (see snapshot below):

I\'m trying to delete the folders tit

相关标签:
8条回答
  • 2020-12-29 20:16

    Now you can use lifecycle management to delete file with prefixMatch and action to delete with property daysAfterModificationGreaterThan. Leave the rule active for about 24 hours. And it will do the job. Documentation of lifecycle management available at https://docs.microsoft.com/en-us/azure/storage/blobs/storage-lifecycle-management-concepts

    0 讨论(0)
  • 2020-12-29 20:17

    enter image description here You can now use the delete activity in ADF to delete any file /blob. It will delete all the files inside

    0 讨论(0)
提交回复
热议问题