How to delete a folder within an Azure blob container

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

    You can also do it in Azure cloud shell; here is the command:

    az storage blob delete-batch --source  --account-name  --pattern *
    

提交回复
热议问题