How to delete a folder within an Azure blob container

前端 未结 8 1382
难免孤独
难免孤独 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

提交回复
热议问题