gpt4 book ai didi

azure - 将目录的所有内容上传到存储帐户容器

转载 作者:行者123 更新时间:2023-12-03 06:16:17 26 4
gpt4 key购买 nike

我有以下结构

mf
├── dir1
│   └── file1
├── file1
├── file2
├── file3
├── file4
└── file5

是否可以通过 az cli 命令仅将 mf 文件夹内的内容上传到存储帐户容器?

最佳答案

我已经在我的环境中重现并得到了如下预期结果,我按照 Microsoft-Document 进行操作:

首先,我有:

enter image description here

然后使用:

az storage blob upload-batch --destination "name of container" --account-name "rithwik"  --source "C:\Users\Downloads\mf"

enter image description here

上传后:

enter image description here

如果您希望它与 mf 具有相同的结构:

az storage blob upload-batch --destination "rithwik" --account-name "rithwik" --destination-path mf --source "C:\Users\Downloads\mf"

enter image description here

在 Azure 门户中:

enter image description here

内部MF:

enter image description here

在 dir1 内:

enter image description here

关于azure - 将目录的所有内容上传到存储帐户容器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/76224596/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com